table, caption, thead, tbody, tr, th, td {
 margin: 0; 
 padding: 0;
 border: none; 
	border-collapse: collapse;
 text-align: center;
 vertical-align: top;
}
table {
 font-size: 1.2em;
 width: 98%;
 margin-left: 1%;
}
caption {
 font-size: 1.1em;
 font-weight: 600;
 color: #29444b;
}
th, td {
 margin: 2px;
 font-weight: 500;
}
thead th {
 background: #29444b;
 color: #fff;
}
tbody th, tbody td {
 vertical-align: middle;
}
tbody th {
 background: #5287b5;
 color: #fff;
}
tbody tr.odd th {
 background: #5cb2e8;
 color: #29444b;
}
tbody tr { 
 background: #f4f5f8;
 color:  #29444b;
 }
tbody tr.odd { 
 background: #dae1e6;
 color:  #000;
 }
 tbody tr:hover th, tbody tr:hover td {
 text-decoration: underline;
 }