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

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


.float-left {
    display: inline-block;
    text-align: left;
    float: left !important
}

.float-Right {
    display: inline-block;
    text-align: right;
    float: right !important
}

.colorbase {
    background-color: #d3b06c !important;
    color: #4d3505!important;
    font-size: 24px !important;
    font-weight: 800;
}

.text-red {
    color: red!important;
}

.ml_10 {
    margin-left: 10px !important;
}

.mr_10 {
    margin-right: 10px !important;
}

