body {
	background-color: #E1C8E7;
}

div {
	font-size: 150%;
}

select {
	font-size: 150%;
}

button {
	font-size: 120%;
	margin: 10px;
}

p {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}

pre {
	font-size: 180%;
}

.slider {
	width: 400px;
}

h2 {
	margin: 10px;
}

table, th, td {
    border: 5px solid black;
	text-align: right;
	margin: 10px;
}

.nobig {
	font-size: 100%;
}

.bigcheck {
	font-size: 150%;
}

#info {
	font-size: 120%;
	//float: left;
	//width: 5%
}

.floatright {
	float: right;
	width: 50%
}

.firstsquare {
	background-color: white;
	text-align: left;
}

.firstrow {
	background-color: green;
}

.firstrowhilit {
	background-color: rgb(116, 180, 116);
	border-width: 5px;
	border-color: rgb(0, 247, 255);
}

.firstcol {
	background-color: yellow;
}

.firstcolhilit {
	background-color: rgb(220, 220, 178);
	border-width: 5px;
	border-color: rgb(0, 247, 255);
}

.restcol {
	background-color: red;
}

.restcolhilit {
	background-color: rgb(247, 88, 88);
	border-width: 5px;
	border-color: rgb(0, 247, 255);
}
.noborder {
	border: 0px;
	text-align: center;
}

.pcolor {
	border: 5px solid green;
	background-color: navy;
	color: white;
	text-align: center;
}

hr {
	border: 3px solid rgb(181, 189, 68);
}

.payoff {
	display: block;

}
