table {
  /*border: 1px solid #ccc;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .95em;
  color:#FF0000;
  font-weight:800;
  padding-bottom:25px;
}
table thead tr{
	text-align:center;
}
table tr {
 /*background-color: #f8f8f8;
  border: 1px solid #ddd;*/
  padding: .35em;
  font-size: .85em;
  border-bottom: 1px solid #22306A;
}
 
table th,
table td {
  padding: .625em;
  text-align:center;
}

 
 
 table tr td:nth-child(1) {
   text-align:left;
}
 
table tr td:nth-child(2) {
    background: #D2F1F6;
}

table tr td:nth-child(3) {
    background: #AEE5EF;
}
table tr td:nth-child(4) {
    background: #8BDEE2;
}
table tr td:nth-child(5) {
    background: #7BD7DC;
}
table tr td:nth-child(6) {
    background: #63CFD6;
}
  table tr:last-child {
    border-bottom: 0;
  }
  
 
 
  

.t-head{
	font-size:16px;
	font-weight:800;
	color:#000;
	text-align:center;

}
 .t-head a{
	color:#000;
}
 .t-head a:hover{
	color:#ff0000;
}

 
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
table tr {
  font-size: .50em;
  letter-spacing: 0;
  border-bottom: 1px solid #22306A;
}
.t-head{
	font-size: .70em;
}
}