/* Width */
.w5{ width:5px; }
.w10 { width:10px; }
.w20 { width:20px; }
.w20 { width:30px; }
.w40 { width:40px; }
.w50 { width:50px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w70 { width:80px; }
.w70 { width:90px; }
.w100 { width:100px; }
.w200 { width:200px; }
.w300 { width:300px; }
.w322 { width:350px; }
.w400 { width:400px; }
.w470 { width:470px; }
.w600 { width:664px; }
.w667 { width:667px; }
.w720 { width:720px; }
.w777 { width:777px; }
.w960 { width:960px; }
.w977 { width:977px; }

.w100p, .wfull { width:100%; }

/* Hight */
.h5 { height:5px; }
.h15 { height:15px; }
.h20 { height:20px !important; }
.h26 { height:26px !important; }
.h30 { height:30px; }
.h40 { height:40px; }
.h80 { height:80px; }

/* Float */
.fl { float:left !important; }
.fr { float:right; }
.fn { float:none; }

.cb { clear:both; }

/* Padding */
.p0 { padding:0px; }
.p5 { padding:5px; }
.p10 { padding:10px; }
.p15 { padding:15px; }

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

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

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

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

/* Margin */
.m0 {margin:0px !important; }

/* Display */
.db { display:block !important; }
.dn { display:none; }

/* Font-size */
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs21 { font-size:21px; } 
.fs22 { font-size:22px; }

.fwb { font-weight:bold; }


/* Border */
.b1fff { border:1px solid #fff !important; }

.bb1fff { border-bottom:1px solid #fff; }
.bt1fff { border-top:1px solid #fff; }
.bb0 { border-bottom:0px; }


/* Positions */
.pr { position:relative; }
.pa { position:absolute; }


/* Text-decoration */
.tdu { text-decoration:underline !important; }
.tdn { text-decoration:none; }


/* Text-aling */
.tac { text-align:center; }


/* Visible */
.vh { visible:hidden; }


/* List-Style-Type */
ul.lstsquare { margin:0; }
ul.lstsquare li { list-style-type:square !important; }
