ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover:not(.active) {
	background-color: #111;
}

.active {
	background-color: rgb(232, 148, 59);
}

table {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

th, td{
	padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover {background-color: #ddd;}
