.new_mplink {
	width: 300px;
	margin-left: 10px;
}

#seedings_container {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#scores_container {
	padding-top: 10px;
	margin-top: 10px;
}

table {
	margin: auto;
}

td {
	border-left: 1px solid #FFF;
	border-bottom: 1px solid grey;
	border-right: 1px solid #FFF;
	padding: 5px 10px;
}

td:first-child {
	border-left: none;
}

td:last-child {
	border-left: none;
	border-right: none;
}

#seedings_container td {
	border-left: none;
	border-right: none;
}

.green {
	color: lightgreen;
}

.map {
	display: grid;
}

.rank {
	font-size: 36px;
}

.player {
	margin-bottom: 3px;
}

.player * {
	color: skyblue;
}

.seed:hover {
	background: #FFF;
	color: #000 !important;
}

.seed:hover .green {
	color: green;
}

#scores_container tr:hover {
	background: #FFF;
	color: #000 !important;
}

#scores_container tr:hover .player a{
	color: inherit;
}
