.text-mute {
    color: grey;
}

.text-nowrap {
    white-space: nowrap;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}