

tr:nth-child(even) {
	background: #919195;
}

th, td {
	padding: 0.1em 0.5em;
}

th {
	text-align: left;
	font-weight: bold;
	background: #0073ae;
	border-bottom: 1px solid ;
}

th a {
	color : black;
}

#list {
	width: 100%;
	border-style: outset;
	border-radius: 15px;
	margin-top: 1em;
}
