table{
	margin: 20px;
	padding-right: 20px;
	background-color: white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}

th, td a{
	padding: 5px;
}

thead{
	background-color: rgb(22, 0, 46);
	border-bottom: solid 5px rgb(15, 24, 54);
	color: white;
}

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

tr:hover td{
	background-color: #7217da; 
	color: white;
}



