body {
  text-align: center;
  	/* Setting default text color, background and a font stack */
	color:black;
	font-size:25px;
	background: rgb(255, 255, 255);
	font-family: 'Raleway', sans-serif;
}

.mainFooter {
  width: 100%;
  float: left;
  margin: 2% 0;
  padding-left: 0;
  color: #FFF;	
  position:absolute;
  bottom:0;
  left:0;
}

.mainFooter p {
  font-size:x-small;
  width: 86%;
  margin: 2% auto;
  text-align:center;
}

td { font-weight: 700;  } 
th { background: yellow;} 

td:nth-child(odd) {
  background: rgb(255, 199, 199);
}

td:nth-child(even) {
  background: rgb(214, 214, 253);
}

td:nth-child(3), th:nth-child(3)  { 
  display:  none;
}
td:nth-child(11), th:nth-child(11)  { 
  display:  none;
}

td:nth-child(n+5):nth-child(-n+11) {
text-align: right;
}