/*** MAIN ***/
body {
	margin: 0;
	padding: 0;
}

/*** SCRIPTS ***/
#container { 
	width: 100vw;
	height: 100vh;
	position: fixed;
}

#valbox {
	position: absolute;
	margin: 10px;
}

#rangebox {
	position: absolute;
	margin: 40px 10px;
}


/*** TEXT ***/
* {
	font-family: monospace;
}

h1 {
	text-align: center;
}

#small_text {
	font-size: x-small;
}

a {
	text-decoration: none;
	font-size: large;
	color: black;
}


/*** TABLES ***/
/* this took a little bit of fiddling to get right */
table {
	border-collapse: collapse;
	margin: auto;
}

.row {
	border-bottom: 1px solid black;
}

td {
	padding: 20px;
}
