@charset "UTF-8";

body {
	font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px 30px;
	padding-bottom: 10px;
	color: #262626;
	background-color: #eeeeee;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Lato, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer {
	width: 600px;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	margin: 20px 0 0 0;
}

.submitbutton {
	padding: 10px 15px 11px;
	font-size: 18px;
	background-color: #57d6c7;
	font-weight: bold;
	text-shadow: 1px 1px #57D6C7;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #57D6C7;
	cursor: pointer;
}

.submitbutton:focus {
	outline: none;
	color: #eeeeee;
}

.logininput {
	border: 1px solid #b7bbbd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	width: 140px;
}

.logininput:focus {
	outline: none;
	box-shadow: 0 0 0 1px #57D6C7 inset;
	-moz-box-shadow: 0 0 0 1px #57D6C7 inset;
	-webkit-box-shadow: 0 0 0 1px #57D6C7 inset;
}

.registrationform .row {
	float: clear;
}

.registrationform .col_name {
	float: left;
	width: 250px;
}

.registrationform .col_input {
	float: left;
	width: 350px;
}

.registrationform .col_input input {
	width: 100%;
}

.event {
	margin: 5px 0px;
	width: 600px;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}

.event .user-y, .event .user-n, .event .user-m, .event .user-x {
	margin: 5px 0px;
	padding: 5px 15px;
	background: #ddd;
	border-radius: 10px;
}

.event .user-y {
	background: #bfb;
}

.event .user-n {
	background: #fbb;
}

.event .user-m {
	background: #ffa;
}

.event .user-x {
	background: #aaa;
}

.answerpad .selected {
	font-weight: bold;
}

.answerpad .plusminus {
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 4px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ddd;
}

a.boxbutton:link {
	text-decoration: none;
}

div.exposed {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.banner {
	width: 640px;
	height: 85px;
	background-image: url(/img/banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin-bottom: 5px;
}