table {
	border-spacing: 2px;
    border: 0px solid gray;
    border-collapse: collapse;
	text-align: center;
    padding: 5px;
	width: 100%;
}

th, td , tr {
	border-spacing: 2px;
    border: 0px solid gray;
    border-collapse: collapse;
	text-align: center;
    padding: 5px;
}

tr:nth-child(even) {
	color: #eee;
    background: rgb(123,124,126);
}

tr:nth-child(odd) {
	color: #eee;
    background: rgb(100,101,103);
}

th {
    color: rgb(25,49,99);
	background: rgb(251,186,0);
} 

input:-webkit-autofill {
  	-webkit-box-shadow: inset 0 1px 1px #cccccc, inset 0 0 0 50px white;
}

