.t-col_12{
    max-width: 1200px !important;
    width: 100%;
}



.tabbb tr:first-child {
    border-top: 0;
}

.tabbb tr {
    border-top: 1px solid rgba(0, 0, 0, .5);
}
.tabbb {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
}
.tabbb td:first-child {
    padding-left: 0;
}

.tabbb td {
    padding: 16px 12px;
    vertical-align: bottom;
}
.tabbb td:last-child {
    padding-right: 0;
}
.uc-just {
    text-align: justify;
}
.tabbb tr:first-child:hover {
    background: transparent;
}

.tabbb tr:hover {
    background: #f9f9f9;
}
@media screen and (max-width:767px){
    .tabbb{display:block;overflow:auto;}
}