.inside_title{
    background: #313130;
    height: 23px;
    padding-top: 4px;
    padding-right: 16px;
}
.newcomm{
    width: 355px;
    height: 95px;
    background: #FFF;
    padding-left: 5px;
    border: 1px solid #dcdcdc;
    font: italic 15px Open Sans;
    color: #0e0035;
    margin-bottom: 15px;
}
.comments_all{
    margin-top: 15px;
}
.td_comm{
    width: 350px;
    padding-left: 40px;
    padding-bottom: 15px;
}
.td_comm input{
    border: none;
    background: #00a7e2;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
    width: 360px;
    border-radius: 20px;
    color: #FFF;
    font: 15px Open Sans;
    
}
.allcomm{
    width: 60%;
}
.lastcomm{
    
}
.comment1{
    padding: 2px;
    width: 150px;
    vertical-align: top;
    font: bold 11px Tahoma;
}
.comment2{
    padding: 2px;
    text-align: left;
    width: 100%;
    vertical-align: top;
}
.sup_title{
    font: bold 15px Open Sans;
    color: #6d6e71;
}
#messagebox a{
   color: #49A5DD;
   text-decoration: none !important;
}
.sup_date{
    font: bold 15px Open Sans;
}
.header-clock-digital{
    padding-top: 0px;
    width: 100%;
    text-align: right;
}
.header-clock-digital b{
    text-style: none;
    font: 25px/26px Open Sans;
    color: #FFF;
    background: #00a7e2;
    border-radius: 2px;
    text-align: center;
    margin-right: 1.5px;
    margin-left: 1.5px;
    padding-left: 5px;
    padding-right: 5px;
}
.header-clock-digital i{
    text-style: none;
    font: 25px Open Sans;
    color: #00a7e2;
    width: 25px;
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
}
.notify_me{
    background: #0e0035;
    height: 38px;
}
.notify_me a{
    font: bold 15px Open Sans;
    color: #ff0058 !important;
}
.notify_me td{
    padding-left: 38px;
}
.black_title_sup{
    padding-left: 40px;
}
.black_title_sup td{
    padding: 0px;
    border: none;
}
.last_win_bank{
    margin-top: 4px;
    color: #00a7e2;
    height: 38px;
    background: #0e0035;
    
}
.last_win_bank a{
    color: #40beff;
    font-style: bold;
    float: right;
}
.sup_title_res{
    font: 15px Open Sans;
    color: #6d6e71;
}
.black_title{
    background: url(/images/lefttit.png) no-repeat left bottom;
    padding-left: 40px;
    height: 24px; 
    
}
.table_title{
    background: #0e0035;
    text-align: left;
    height: 55px;
}
.supinfo{
    color: #969797;
}
.notify_me{
    background: #0e0035;
    height: 38px;
}
.notify_me a{
    font: bold 15px Open Sans;
    color: #ff0058;
}
.notify_me td{
    padding-left: 38px;
}
 [data-tip] {
    position:relative;
}
.header-clock-digital{
	padding-top: 0px !important;
}
[data-tip]:before {
    content:'';
    /* hides the tooltip when not hovered */
    display:none;
    content:'';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #101442;   
    position:absolute;
    top:30px;
    left:5px;
    z-index:1000;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
[data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top:35px;
    left:0px;
    padding:5px 8px;
    background: #101442;
    color:#fff;
    z-index:1000;
    font: italic 14px Open Sans;
    max-width: 400px;
    min-width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    word-wrap:normal;
    text-align: left;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display:block;
}
.pl [data-tip]:after{
    margin-left: -100px;
}
.checkbox-custom-2 {
    position: relative;      /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
    width: 15px;             /* Обязательно задаем ширину */
    height: 15px;            /* Обязательно задаем высоту */
    background: #FFF;
    border: 1px solid #D1D1D1;
}
.checkbox-custom-2,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox:checked + .checkbox-custom-2::before {
    content: "";             /* Добавляем наш псевдоэлемент */
    display: block;          /* Делаем его блочным элементом */
    position: absolute;      /* Позиционируем его абсолютным образом */
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #c71d62;     /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
}
.checkbox {
    display: none;
}
.checkbox-custom {
    position: relative;      /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
    width: 15px;             /* Обязательно задаем ширину */
    height: 15px;            /* Обязательно задаем высоту */
    background: #FFF;
}
.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.inputs{
    height: 25px;
    font: italic 15px Open Sans;
    color: #0d3c61;
}
.inputfix2{
   width: 48%;
   margin-bottom: 3px;
}
.inputfix2{
   width: 100%;
   margin-bottom: 3px;
   border: 1px solid #E1E1E1;
   background: #FFF;
   padding: 2px;
   font-style: italic;
}
.a_more{
    font: 15px Open Sans;
    color: #00a7e2;
    background: url(/images/a_more.png) no-repeat right;
    padding-right: 34px;
}
.no_more{
    font: 15px Open Sans;
    color: #00a7e2;
    background: url(/images/b_more.png) no-repeat right;
    padding-right: 34px;
}
.supinfo_2{
    padding: 5px;
}
