﻿.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal !important;
}

.small {
    font-size: 10px;
}

.big {
    font-size: 15px;
}

.blue {
    color: Blue;
}

.dark-blue {
    color: #080F46;
}

.red {
    color: Red;
}

.orange {
    color: #C25E00;
}

.underline {
    text-decoration: underline;
}

.number {
    text-align: center;
    color: White;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: top;
    width: 50px;
}
