
body {
	background-color: #930;
	color: white;
	padding: 0px;
}
#main-div {
	width: 720px;
	margin: auto;
	margin-top: 30px;
	color: #07bbe8;
}
#option-div {
	display: none;
	position: relative;
	border: 2px solid grey;
	padding: 10px 10px 10px 60px;
	width: 194px;
	height: 700px;
	font-size: large;
	background-size: 100% 100%;	
}
#option-div div {
	position: relative;
}
#who-div {
	top: 280px;
	text-align: right;
}
#score-div {
	top: 300px;
	text-align: right;	
	font-size: x-large;
}
#score-div span {
	color: orange;
	text-shadow: none;	
}
#status-div {
	top: 320px;	
	text-align: right;	
	font-size: x-large;
}
#level-div {
	top: 355px;
	left: 55px;
}
#level-input {
	background-color: black;
	width: 50px;
	text-align: center;
	font-size: inherit;
	color: orange;
	cursor: pointer;
}
#size-div {
	top: 360px;
	left: 40px;
}
#size-select {
	background-color: black;
	width: 120px;
	font-size: inherit;
	text-align: center;
	color: orange;	
	cursor: pointer;
}
#size-select option {
	background-color: black;
	color: orange;
}
#mode-div {
	display: none;
	top: 380px;
	left: 50px;
	color: orange;
}
#new-button {
	position: relative; 
	top: 400px;
	width: 120px;
	left: 40px;
	font-size: large;
	color: orange;
	background-color: black;
	cursor: pointer;
}

#field-td {
	padding-top: 5px;
	padding-left: 10px;
	border: none;
}
#field-canvas {
	background-size: 100% 100%;
	cursor: crosshair; 
	border: 2px solid grey;
}

#copyright-div {
	position: fixed; 
    padding: 5px;
    bottom: 0px; right: 0px;
    z-index: -10;
    text-align: right;
}
#copyright-div a {
	text-decoration: none;
	color: orange
}
#copyright-div a:hover {
	color: #07bbe8;
}
#out {
	position: fixed;
	bottom: 0px;
	left: 0px;	
	z-index: -2;
	width: 100%;
	min-height: 30px;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
	font-size: large;
	text-shadow: 2px 2px black;
}