/* ------------- margins ------------ */
.nm  { margin: 0    !important; }
.ma5 { margin: 5px  !important; }
.ma10{ margin: 10px !important; }
.ma15{ margin: 15px !important; }
.ma20{ margin: 20px !important; }
.ma25{ margin: 25px !important; }
.ma30{ margin: 30px !important; }


.mr0  { margin-right: 0px  !important; }
.mr5  { margin-right: 5px  !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }

.ml0  { margin-left: 0px  !important; }
.ml5  { margin-left: 5px  !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

.mb0  { margin-bottom: 0    !important; }
.mb5  { margin-bottom: 5px  !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }

.mt0  { margin-top: 0    !important; }
.mt5  { margin-top: 5px  !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }

/* ------------ paddings ------------ */
.np   { padding: 0    !important; }

.pa20 { padding: 20px !important; }
.pa15 { padding: 15px !important; }
.pa10 { padding: 10px !important; }
.pa5  { padding: 5px  !important; }

.pt20 { padding-top: 20px !important; }
.pt15 { padding-top: 15px !important; }
.pt10 { padding-top: 10px !important; }
.pt5  { padding-top: 5px  !important; }
.pt0  { padding-top: 0    !important; }

.pr20 { padding-right: 20px !important; }
.pr15 { padding-right: 15px !important; }
.pr10 { padding-right: 10px !important; }
.pr5  { padding-right: 5px  !important; }
.pr0  { padding-right: 0    !important; }

.pb20 { padding-bottom: 20px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb5  { padding-bottom: 5px  !important; }
.pb0  { padding-bottom: 0    !important; }

.pl20 { padding-left: 20px !important; }
.pl15 { padding-left: 15px !important; }
.pl10 { padding-left: 10px !important; }
.pl5  { padding-left: 5px  !important; }
.pl0  { padding-left: 0    !important; }


.fsize10 { font-size: 10px !important; }
.fsize11 { font-size: 11px !important; }
.fsize12 { font-size: 12px !important; }
.fsize13 { font-size: 13px !important; }
.fsize14 { font-size: 14px !important; }
.fsize15 { font-size: 15px !important; }
.fsize16 { font-size: 16px !important; }
.fsize18 { font-size: 18px !important; }
.fsize20 { font-size: 20px !important; }
.fsize24 { font-size: 24px !important; }
.fsize28 { font-size: 28px !important; }
.fsize32 { font-size: 32px !important; }

.d-block {display: block;}
.d-inline {display: inline;}
.d-inline-block {display: inline-block;}

.w80{ width:80px !important; }
.w100{ width:100px !important; }
.w110{ width:110px !important; }
.w120{ width:120px !important; }
.w140{ width:140px !important; }
.w160{ width:160px !important; }
.w180{ width:180px !important; }
.w200{ width:200px !important; }
.w300{ width:300px !important; }
.w350{ width:350px !important; }
.w400{ width:400px !important; }
.w450{ width:450px !important; }


.f-normal { font-weight: normal !important; }
.f-bold { font-weight: bold !important; }