html {
	font-family: sans-serif;
}

body {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

html * {
	transition: background-color .15s, color .15s;
}

.dt-container table.dataTable>tbody {
	cursor: pointer;
}

body>.container:first-child {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	max-width: 100vw;
	max-height: 100vh;
}