.even {
	background-color: #eee !important;
}

.survey-row textarea {
	width: 100%;
}

.row {
	padding: 5px;
}


header {
	position: fixed;
	z-index: 10;
	height: 142px;
	background-color: #eee;
	width: 100%;
	top: 0px;
	left: 0px;
	border-bottom: 3px double #333;
}
header + * {
	margin-top: 110px;
}

header h1, #subhead {
	float: left;
}
header h1 {
	margin: 0px;
}

#subhead {
	font-size: 2.0em;
	margin: 10px 0px 0px 20px;
}

#votingLines {
	margin-top: -60px;
	clear: both;
}
#votingLinesOverlay {
	clear: both;
	position: absolute;
	z-index: 20;
	width: 48%;
	min-height: 650px;
	margin: auto;
	display: block;
	text-align: center;
	background-color: #fff;
}

label[for="votingForStation"] {
	margin-top: 50px;
	color: #333;
}
#votingForStation {
	margin-top: 50px;
}


#sidebar {
	position: fixed;
	z-index: 10;
	width: 50%;
	top: 142px;
	height: 100%;
	right: 0px;
}
#sidebar h1,
#sidebar h2,
#sidebar h3 {
	clear: both;
}
#sidebar div {
	width: 100%;
	margin: 0 auto;
}

.voteCounts {
	width: 200px;
}
.voteCounts .cat {
	width: 100px;
	font-size: larger;
}
.voteCounts .cat,
.voteCounts .count {
	/*float: left;*/
}
.voteCounts .count {
	text-align: right;
	width: 30px;
}

div#totalYes {
	font-size: 2.0em;
	font-weight: bold;
	color: #060;
	text-align: right;
	width: 150px;
	margin-left: 75px;
}


.error {
	color: #f00;
}


.voteButton,
.voteButtonX {
	font-weight: bold;
	color: #000 !important;
	padding: 6px 3px;
}

.voteButton {
	width: 55px;
}
.voteButtonX {
	width: 120px;
}
.voteButton.active.yes,
.voteButtonX.active.yes,
.tbs .voteButton.active.yes,
.tbs .voteButtonX.active.yes {
	background-color: #5cb85c;
	color: #000;
}
.voteButton.active.maybe,
.voteButtonX.active.maybe,
.tbs .voteButton.active.maybe,
.tbs .voteButtonX.active.maybe {
	background-color: #f0ad4e;
	color: #000;
}
.voteButton.active.no,
.voteButtonX.active.no,
.tbs .voteButton.active.no,
.tbs .voteButtonX.active.no {
	background-color: #d9534f;
	color: #000;
}
.voteButton.active.yesexclusive,
.voteButtonX.active.yesexclusive,
.voteButton.active.yes-exclusive,
.voteButtonX.active.yes-exclusive,
.tbs .voteButton.active.yesexclusive,
.tbs .voteButtonX.active.yesexclusive,
.tbs .voteButton.active.yes-exclusive,
.tbs .voteButtonX.active.yes-exclusive {
	background-color: #00f;
	color: #fff !important;
}

.tbs .btn-group-vertical .voteButtonX {
	width: 200px;
}


.item {
	padding: 3px;
	border-bottom: 1px dotted #000;
	margin: 5px;
	width: 48%;
}

.item .title {
	width: 470px;
	display: inline-block;
}

.item .price {
	width: 70px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}


.btn-group {
	margin: -5px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

.finiVote {
	font-weight: bold;
	font-size: larger;
	display: inline-block;
}


#votingLines .item .voteLog {
	font-size: smaller;
}

#message {
	display: none;
	font-size: larger;
	color: #c00;
}


/* Offer catalog voting features */
.tbs #voting {
	float: right;
	margin-top: -260px;
	text-align: right;
	z-index: 100;
	position: relative;
	width: 240px;
	border-radius: 10px;
	border: 1px solid #DACC8A;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.5);
}

.tbs label[for="votingForStation"] {
	margin-top: 0px;
	float: left;
}

.tbs #votingForStation {
	max-width: 210px;
	padding: 3px;
	border-radius: 5px;
	margin: 0 0 10px 5px;
}

.tbs #goToVRS {
	margin-bottom: 10px;
	margin-right: 12px;
	width: 200px;
}
.tbs #goToVRS:hover {
	color: #000;
}

.tbs #voting .btn-group-vertical {
	margin-right: 13px;
}

.tbs .btn-group-vertical > .voteButton {
	width: 180px;
}

.tbs #voteLog {
	width: 230px;
	float: right;
	font-size: small;
	text-align: center;
}

.tbs #voteLog br {
	line-height: 1.3em;
}
.tbs #voteLog br:before {
	border: 1px dotted #000;
}