html, body {
    height: 100%;
}

input {
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #000000;
}
@page {
    margin: 0.5cm;
}

/*--- IMPIRMIR SOMENTE TABELA ----------*/
#printable {
    font-size: 12px;
    max-width: 900px;
    
    margin: 0 !important; padding: 0 !important;
}
#printable object {
    width: 900px; 
}
#printable th {
    font-size: 10px;
}
@media print {
    body * {
      visibility: hidden;
      page-break-after:avoid;
    }
    #printable, #printable * {
      visibility: visible;
    }
    #printable {
      position: absolute;
      left: 0;
      top: 0;
    }
}
/*---------------------------------------*/

.box_horario_table { /* referente a horas 08:00 as 09:00*/
    display: table;
    height:42px;
    width: 100%;
}

.box_horario { /* referente a horas 08:00 as 09:00*/
    height: 41px;
    padding: 3px;
    border-bottom: 1px slategray solid;
    vertical-align:middle ;
    text-align-last: center;
    display: table-cell;   
}

.box_horario_table_dia { /* referente dias da semana*/
    display: table;
    width: 100%;
}

.box_horario_dia { /* referente dias da semana*/
    background: whitesmoke;
    
    padding: 0;
    border: 1px slategray solid;
    border-radius: 3px;
    vertical-align:middle ;
    text-align-last: center;
    display: table-cell;   
}

h4 {
    background-color: #D7FFD7;
}
