
.bigperson_container {
	display:inline-block;
	text-align:center;
	background-color:#b9c0c9;
	width:524px;
}

.bigperson_title {
	font-size:24px;
	font-family:sans-serif;
}

.bigperson_canvas {
	display:inline-block;
	background-color:white;
	width:512px;
	height:256px;
	border:2px solid black;
}

.bigperson_info {
	display:inline-block;
	width:488px;
	height:300px;
	padding:6px;
	margin-top:4px;
	background-color:white;
	color:#BBBBBB;
	font-size: 18px;
	font-family: sans-serif;
	text-align:left;
	overflow-y: scroll;
}

.bigperson_options {
	margin:8px 0;
}

.bigperson_button {
	display:inline-block;
	width:160px;
	height:40px;
	line-height:40px;
	margin:2px 4px;
	background-color:#37485f;
	color:white;
	font-size:18px;
	font-family:sans-serif;
	border-radius:5px;
	cursor:pointer;
}

.bigperson_wrong {
	background-color:red;
	color:black;
	opacity:0.5;
	cursor:normal;
}

.bigperson_separator {
	display:block;
	height:2px;
	line-height:2px;
	text-align:center;
	margin-top:8px;
	margin-bottom:16px;
}

.bigperson_separatorline {
	display:inline-block;
	height:2px;
	width:100px;
	background-color:black;
}

.bigperson_newinfo {
	color:black;
}

.bigperson_selection {
	display:block;
	text-align:right;
}

