/* Add here all your CSS customizations */
#spares_table {
 
float:left; 
background-color:#FFFFFF;
margin:10px 0 10px 20px;
width:100%;
height:auto;
 
 }
.table_wrapper { display: table; border-style: solid; border-width: 2px; border-color:#34AADC;
width: 80%; 
/*font-family:"Lato", verdana, geneva, sans-serif;*/
font-size:90%;
font-color:#1F1F21;
margin:0 auto;
}

.table_row {
display: table-row;}

.t_c {
display: table-cell; text-align: center; vertical-align: top; 
border-style: solid; border-width: 1px; border-color:#34AADC; 
width: 33%;}

 