

.text-header {
    font-size: 13px;
    font-weight: bold;
}

.text-header14 {
    font-size: 14px;
    font-weight: bold;
}

.text-header12 {
    font-size: 12px;
    font-weight: bold;
}

.text-normal {
    font-size: 12px;
    font-weight: normal;
    color: #949494;
}

.text-normal-blue {
    font-size: 12px;
    color: #3C7A9F;
    font-weight: normal;
}

.text-normal-green {
    font-size: 12px;
    color: #1FA067;
    font-weight: normal;
}

.text-small {
    font-size: 11px;
    font-weight: normal;
    color: #949494;
}

.text-small-blue {
    font-size: 11px;
    font-weight: normal;
    color: #1c7ecc;
}

.bold {
    font-weight: bold;
}

.text-big {
    font-size: 15px;
    font-weight: bold;
}

.text-big2-red {
    font-size: 15px;
    font-weight: bold;
    color: red;
}

.text-18-blue {
    font-size: 18px;
    font-weight: bold;
    color: #1A6DB9;
}

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

.text-normal-yellow {
    font-size: 12px;
    color: #f0b41d;
    font-weight: normal; 
}

.underline {
    text-decoration: underline !important;
}