body, html {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
	min-width:750px;
}

.clear
{
	clear:both;
}

/* Header */

header
{
	background: url('/static/img/separator.svg') repeat-x bottom;
	background-size: 30px;
	padding: 10px;
}

#main_title
{
	float:left;
}

header h1
{
	font-size: 1.5em;
}

#login_info
{
	float: right;
	vertical-align: top;
	font-size: 0.8em;
}


/* main menu */

nav
{
	clear:both;
}

/* content */

section
{
	padding:10px;
}

section div#main_content
{
	display: inline-block;
	vertical-align: top;

	width: 68%;
	
}

section div#left_content
{
	display: inline-block;
	vertical-align: top;
	width: 31%;

}

/* Footer */

footer
{
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
}



h2
{
	font-style: italic;
	font-size: 1.2em;
}

.form-radio-buttons {
    list-style-type: none;
	font-size: 1.2em;
    padding: 0;
    margin: 0;
}

.form-radio-buttons li {
	display: inline-block;
}

.bigNumber {
	font-size: 1.75em;
	font-weight: bold;
	color: #9d589d;
}

.bigNumber2 {
	font-size: 1.75em;
	font-weight: bold;
	color: #e89e1e;
}

.bigNumberLabel {
	font-size: 1.5em;
	font-style: italic;
}

#logout-form {
	display: inline;
  }

#logout-form button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
	color: blue;
  }