﻿.font40 {
    font-size: 40px !important;
}

.font20-blue {
    font-size: 20px !important;
    color: blue !important;
}

.align-justify-height {
    text-align: justify !important;
    text-justify: inter-word !important;
    line-height: 1.5 !important;
}

.bglb-black {
    background-color: lightblue !important;
    color: black !important;
}

.bgdb-white {
    background-color: dodgerblue !important;
    color: white !important;
}

.float-r {
    float: right !important;
}

.float-l {
    float: left !important;
}

.height100vh-180px {
    height: calc(100vh - 180px) !important;
}

.padding-l-11 {
    padding-left: 11px !important;
}

.width-auto {
    width: auto !important;
}