table, td, th { 
   caption-side: top;
   border: 1px solid white;
   border-collapse: collapse;
   text-align: center;
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
   padding-right: 10px;
}

table caption {
	font-weight: bold;
	font-size: 1.4rem;
}
 
 
th { border-bottom-width: 2px; }
tr:nth-child(even){ background-color: #EFEFEF; } 
tr:nth-child(odd){ background-color: #BBCCDD; }