
*, *:before, *:after{ box-sizing: border-box;}
a, a:hover, a:focus{ text-decoration: none;}
.no-rt-border{ border-right: none;}
.relative{ position: relative;}
.absolute{ position: absolute;}
.clear{ clear: both;}
.inline-block{ display: inline-block;}
.fw-600{ font-weight: 600;}
.br-1{ border-right: 1px solid #bbb;}
.pt-10{ padding-top: 10px;}
.p-15{ padding: 15px;}
.mlr-15{ margin-left: 15px; margin-right: 15px;}
.mr-10{ margin-right: 10px;}
.ml-10{ margin-left: 10px;}
.pl-10{ padding-left: 10px;}
.border-bot{ border-bottom: 1px solid #eee;}
.pad-0{ padding: 0 !important;}
.mar-top-5{ margin-top: 5px;}
