/* CSS Document */

/* margin-bottom */
.mb2{ margin-bottom: 2px !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb40{ margin-bottom: 40px !important;}

/* margin-right */
.mr5{ margin-right:5px !important;}
.mr10{ margin-right: 10px;}

/* other */
.center{ text-align:center; }
.va2{vertical-align: 2px;}
.float-right{float: right !important;}
