/* fonts sizes */

.font-13px {
    font-size: 13px;
}

.font-12px {
    font-size: 12px;
}

.font-11px {
    font-size: 11px;
}

.font-10px {
    font-size: 10px;
}

.font-8em {
    font-size: 0.8em;
}

.font-9em {
    font-size: 0.9em;
}

.font-10em {
    font-size: 1.0em;
}

.font-11em {
    font-size: 1.1em;
}

.font-12em {
    font-size: 1.2em;
}

.font-13em {
    font-size: 1.3em;
}

.font-16em {
    font-size: 1.6em;
}

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

.uppercase {
    text-transform: uppercase;
}

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

/* end fonts */


/* sizes */

.mw-100px {
    min-width: 100px;
}
.nw-100px {
    max-width: 100px;
}
.mw-150px {
    min-width: 150px;
}
.nw-150px {
    max-width: 150px;
}

.mw-250px {
    min-width: 250px;
}
.nw-250px {
    max-width: 250px;
}

.mw-350px {
    min-width: 350px;
}
.nw-350px {
    max-width: 350px;
}

.mw-550px {
    min-width: 550px;
}
.nw-550px {
    max-width: 550px;
}

.mw-60p {
    max-width: 60% !important;
}

.mw-100p {
    min-width: 100% !important;
}

.w-100p {
    width: 100% !important;
}

.base__height {
    height: 40px !important;
}

.base__height-double {
    height: 80px !important;
}

.base__width {
    width: 40px !important;
}

.base__width-double {
    width: 80px !important;
}

.base__width-triple {
    width: 160px !important;
}

.width-100px {
    width: 100px !important;
}