body {
    
    min-height: 100%;
    background-color: white;
    /*background-image: url('/assets/img/back.png');*/
}

footer {
    background: transparent;
    font-size: 13px;
    min-height: 3.5rem;
    text-align: center;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding: .5%;
}

#main-section {
    margin-bottom: 15rem;
}

#content-page {
    margin-bottom: 1rem;
}

.text-center-inline{
    padding: 0 7% !important;
}

table{  
    color: grey; 
    
    border-collapse: collapse;
}
td, th{ 
    border: 1px solid transparent; 
    height: 30px; 
}
th{
    background: #10312B; 
    font-weight: bold;
    color: white; 
}
td{
    background: #FAFAFA;
    text-align: center; 
}
tr:nth-child(even) td{ 
    background: #F1F1F1; 
}  
tr:nth-child(odd) td{ 
    background: #D6F8F2;
}
/*tr:hover{
    color: white; 
}*/