﻿.mleft-5 {
    margin-left: 5px;
}

.mright-5 {
    margin-right: 5px;
}

.mtop-5 {
    margin-top: 5px;
}

.mbottom-5 {
    margin-bottom: 5px;
}

.mleft-10 {
    margin-left: 10px;
}

.mright-10 {
    margin-right: 10px;
}

.mtop-10 {
    margin-top: 10px;
}

.mbottom-10 {
    margin-bottom: 10px;
}

.pleft-5 {
    padding-left: 5px;
}

.pright-5 {
    padding-right: 5px;
}

.pleft-10 {
    padding-left: 10px;
}

.pright-10 {
    padding-right: 10px;
}
.ptop-15 {
padding-top:15px;
}
.ptop-30 {
padding-top:30px;
}
.ptop-50 {
padding-top:50px;
}


/* ---------------------- font --------------------------- */

.strike, a.strike {
    text-decoration: line-through;
}

.b, .bold, a.bold {
    font-weight: bold !important;
}

.i {
    font-style: italic;
}

.n {
    font-weight: normal !important;
}


.f10, a.f10 {
    font-size: 10px !important;
}
.f11, a.f11 {
    font-size: 11px !important;
}

.f12, a.f12 {
    font-size: 12px !important;
}

.f14, a.f14 {
    font-size: 14px !important;
}

.f16, a.f16 {
    font-size: 16px !important;
}

.f18, a.f18 {
    font-size: 18px !important;
}

.f20, a.f20 {
    font-size: 20px !important;
}

.f22, a.f22 {
    font-size: 22px !important;
}
.f44, a.f44 {
font-size:44px;
}
.f54, a.f54 {
font-size:54px;
}

.clear {
    clear: right;
    display: table;
}

.center {
    text-align: center;
    margin: inherit auto;
}

/*---------- color --------------*/

.maroon, a.maroon {
    color: #900707;
}
.white, a.white {
    color: #ffffff;
}

.red, a.red {
    color: red;
}

.blue, a.blue {
    color: #2c4081;
}
.yellow, a.yellow {
   color:#fbed9f;
}

.table-borderless td {
    border: none !important;
}
