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

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

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

.text-em {
    font-style: italic;
}

.text-small {
    font-size: 14px;
}

.text-bold {
    font-weight: bold;
}

p.help-text {
    color: rgb(92, 92, 92);
    font-size: 14px;
    margin-top: 10px;
}