@charset "utf-8";
/* CSS Document */

body {

    font-family: 'Roboto', sans-serif;
    background-color:#f8f8f8;
   
  }

label{
    font-size: 14px;
    font-weight: bold;
  
    
    
}
small b{
    font-size: 10px;
    color: #000000;
}

.linha_baixo{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    
}
table
{
    font-size: 14px;
}
.espacamento_corpo{
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}
.bk_footer{
    background-color: black;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    padding: 20px;
    margin-top: 50px;
    text-align: center;
}
.area{
    background-color: black;
    font-size: 18px;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
}
.area b{
    color: darkgray;
    text-transform: uppercase;
    font-weight: bold;
}
.divs_casais{
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
   
    
}

.teste_tabela{
    border: 2px solid #1E90FF;
    width: 100%;
    
}

.data_aldo{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    padding: 2px;
    width: 150px;
    background-color: #1E90FF;
    border: 0px;
}
.hora_aldo{
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    padding: 2px;
    width: 150px;
    background-color: #00BFFF;
    border: 0px;
    
}
.agenda_aldo{
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    padding: 2px;
    width: 150px;
    background-color: #87CEFA;
    border: 0px;
}

.espacamento_tb{
    padding: 10px;
    border-left: 3px solid #0000CD;
    border-bottom: 2px dotted #1E90FF;
    height: 93px;
}


