﻿#page-header .vote-box, #content .vote-box {
	float: left;
	position: relative;
	display: inline-block;
	vertical-align:top;
	background: #FFFFFF;
	padding: 10px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	min-width: 50px;
	height: 60px;
	border: 1px solid #D4D4D4;
}

#page-header .vote-box 
{
	height: 80px; background: #fff;
}

#page-header .vote-box.completed, #content .vote-box.completed {
	background-color: #E9F0E0;
}

#page-header .vote-box.completed .top, #content .vote-box.completed .top {
	padding-top: 1em;
}

#page-header .vote-box.planned, #content .vote-box.planned {
	background-color: #C8DAB3;
}

#page-header .vote-box.notplanned, #content .vote-box.notplanned {
	background-color: #FAE4E4;
}

#page-header #detail-header .vote-box {
	width: 94px;
}

#content .vote-box {
	width: 12%;
}

#page-header #detail-header .vote-box h2, #content .vote-box h2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#page-header #detail-header .vote-box h2 {
	font-size: 36px;
}

#content .vote-box h2 {
	font-size: 30px;
	line-height: 1em;
	color: #454545;
}

#page-header #detail-header .vote-box .hud-checkmark img, #content .vote-box .hud-checkmark img {
	margin: .3em 0;
}

#content .vote-box h2 {
	margin: 0;
}

#page-header #detail-header .vote-box .hud-suffix {
	font-size: 1.2em;
	font-weight: bold;
}

#content .vote-box .hud-suffix {
	font-size: .9em;
}

#page-header .vote-box .top, #content .vote-box .top {
	text-align: center;
}

#page-header .vote-box .top h2 {
	font-size: 1.9em;
	margin: 0;
	padding: 0.4em 0 0 0;
	line-height: 1.1em;
	font-weight: normal;
	color: #454545;
	letter-spacing: -0.04em;
	position: relative;
}

#page-header .vote-box .top.complete.checked h2 .hud-integer {
	background: url(is-complete.png) no-repeat center center;
	display: block;
	height: 34px;
}

#page-header .vote-box .top .hud-suffix, #content .vote-box .top .hud-suffix {
	padding: 0;
	color: #000000;
	font-size: 1em;
	display: block;
	text-transform:capitalize;
	text-align: center;
}

#page-header .votefor, #content .votefor {
	margin-top: 1px;	
}

#page-header .votefor button {
	font-size: 1.2em;
	min-width: 75px !important;
	width: 75px !important;
	font-weight: normal;
	padding: 0.2em 0 0.2em /* 0.8em */;
	height: 24px;
    border: 1px solid #CE472C;
    border-radius: 999px;
	color: #CE472C;
	cursor:pointer;
}

#content .votefor button {
	font-size: 1.0em;
	min-width: 55px !important;
	width: 55px !important;
	padding: 0.2em 0 0.2em /* 0.8em */;
	font-weight: normal;
    height: 24px;
    border: 1px solid #CE472C;
    border-radius: 999px;
	color: #CE472C;
	cursor:pointer;
}


button.voted {
	background: #79B522;
	color: #FFFFFF !important;
	border-color: #79B522 !important;
}

button.unvoted {
    background: #FFFFFF;
}
