
.table {
	text-align: center;
}
.table thead, th{
	text-align: left;
  background: #999;
}


tr:nth-child(even) {background-color: #f2f2f2;}