/* COMMON CLASSES */
.float-left{ float: left; }
.float-right{ float: right; }
.width-inherit{ width: inherit; }
.clear{ clear: both; display: none; }
hr.clear{ display: block; }
.content-box{ margin:  0 0 5px; }
.hidden{ visibility: hidden; }
.none{ display: none; }
.hide{ display: none !important; }
.blue{ color: #004b93; }
.gray{ color: #9a9a9a; }
.bold{ font-weight: bold; }
.center{ text-align: center; }
.left{ text-align: left; }
.right{ text-align: right; }
.small{ font-size: 0.85em; }
.no-borders{ border: none; }
.content-separator{ margin: 20px 0; height: 0; border-bottom :1px dotted #cdcdcd; }
.no-decoration{ text-decoration: none; }
.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display: inline-block; }
/* Hides from IE-mac */ /** html .clearfix {height: 1px;}/ .clearfix {display: block;} / End hide from IE-mac */
.regulamin	{border-color: #c2c2c2; border-top: thin dotted #c2c2c2; border-bottom: thin dotted #c2c2c2; background-color:#f2f2f2; text-align:center !important; padding:10px !important; margin-top:20px !important; margin-bottom: 10px !important;}
.regulamin img	{vertical-align: middle;}
