@charset "utf-8";

body {
	background-color: #000;
	margin: 0px;
}

section {
	width: 980px;
	min-height: calc(100vh - 240px);
	min-height: -webkit-calc(100vh - 240px);
	min-height: -moz-calc(100vh - 240px);
	height: 704px;
	margin: auto;
}

table.unique {
	border: 2px solid white;
}

td, tr {
	border: 0;
}