/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

._table { 
    width: 100%; 
    border-collapse: collapse; 
    margin:0 auto;
}
.large{
    display: none!important;
}

.sub-table { 
    width: 100%; 
    border-collapse: collapse; 
    margin:0 auto;
}
._th { 
    background: #3498db; 
    color: white; 
    font-weight: bold; 
}
._td, ._th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 18px;
}

._labels ._tr ._td {
    background-color: #2cc16a;
    font-weight: bold;
    color: #fff;
}