body {
	font-size: 12px;
}

div.spacer {
	margin-top: 10px; 
}

div.top-button {
	display: block;
	float: right;
	height: 50px;
	width: 100%;
}

div.main-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

div.login-form-container {
	width: 500px;
	margin-left: auto;	
	margin-right: auto;	
	margin-top: 10%;
}

div.form-container {
	width: 50%;
	height: auto;
}

div.editor {
	overflow:scroll; 
	max-height:300px
}

img.image-thumb {
	max-width: 150px;
}

table.record_detail {
	width: 70%;
	border: 1px solid #000;
}

table.record_detail td {
	border: 1px solid black;
	padding: 10px;
}