@charset "utf-8";
/* CSS Document */

table {
    width: auto;
	border-collapse: collapse;
	margin: 5%;
}

table, td {
    border: solid 2px #666666;}
tr:nth-child(even) {background: #E8E8E8;}
tr:nth-child(odd) {background: #FFF;
}

th {
border:none 
	}


