
    .grid-table tr:nth-child(even) {background: #CCC}
    .grid-table tr:nth-child(odd) {background: #FFF}
.grid-table td {padding: 10px;
	border-right: black 1px;
	
}
.grid-table table{margin-bottom: 10px;}
.grid-table th { 
background: #1f71ba;
  color: #FFF;
	text-align: left;
	padding: 10px;
}
.first-row {
width: 25%;}
td.first-row {
	
	border-left: black 1px;
}