/*---| b-table-conf |----------------------------------------------------------------*/

.b-table-conf {
}

.b-table-conf p {
    font-size: 13px;
    padding: 0;
    margin-top: 10px;
}

.b-table-conf td {
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 10px;
    font-size: 12px;
}

.b-table-conf td ul  {
    margin: 10px 0 ;
}

.b-table-conf td ul li {
    font-size: 13px;
}

.b-table-conf__tr_highlighted td {
    background: #f2e7d5; /* Old browsers */
    background: -moz-linear-gradient(top, #f2e7d5 0%, #fff5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2e7d5), color-stop(100%,#fff5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2e7d5 0%,#fff5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2e7d5 0%,#fff5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2e7d5 0%,#fff5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2e7d5 0%,#fff5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e7d5', endColorstr='#fff5e5',GradientType=0 ); /* IE6-9 */
}

.b-table-conf__tr_highlighted h3 {
    color: #c26005;
}

.b-table-conf__tr_highlighted .b-table-conf__time p {
    color: #c26005;
    font-weight: bold;
}

.b-table-conf h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;

}

.b-table-conf__time p {
    width: 146px;
    font-size: 15px;
    margin-top: 0;
}

/*===| b-table-conf |=================================================================*/