.required_field:before { content: "*"; color: #CC0000; padding-right: 3px; } .msg { color: red; } .red { color: #CC0000; } .fl { float: left; } .fr { float: right; } .tl { text-align: left; } .tr { text-align: right; } .tc { text-align: center; } .hide { display: none !important; } .no_border { border: none !important; } .nobg { background: none !important; } .pointer { cursor: pointer; } .width100p { width: 100%; } .display_flex{ display: flex !important; } .affix{ top: 0px; }