#votes {
	margin-top: 2.5em;
}

.mosaic .vote_item {
	width: 50%;
	height: auto;
	overflow: hidden;
}
.mosaic .vote_paper {
	height: auto;
	overflow: hidden;
}
.mosaic .vote_desc {
	height: 4.5em;
	overflow: hidden;
}
.description .par {
	margin-bottom: 0.5em;
}

.vote_item {
	cursor: pointer;
	margin: 0px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	clear: both;
	padding: 0.25em;
	min-height: 4em;
	line-height: 1.2em;
}
.vote_item.vote_wait {
	opacity: 0.5;
}

.vote_paper {
	min-height: 5.5em;
	background: #faf7f7 no-repeat bottom right;
	background-size: 4em;
	border-left: solid #eee 1px;
	border-top: solid #eee 1px;
	box-shadow: gray 2px 2px 4px;
}
.can_vote .vote_paper {
	background-image: url(i/vote.png);
}
.vote_yes .vote_paper {
	background-image: url(i/vote_yes.png) !important;
}
.vote_no .vote_paper {
	background-image: url(i/vote_no.png) !important;
}

.vote_view {
	display: inline-block;
	width: 20%;
}
.vote_img {
	border-radius: 0.2em;
	padding: 0;
	margin-right: 0.5em;
	float: left;
	width: 3em;
	height: 2em;
}
.vote_desc {
	display: inline-block;
	padding: 0.25em;
	padding-right: 2em;
}
.title {
	font-family: Raleway-Bold;
	color: #503000;
}
.country {
	float: right;
	font-size: 0.75em;
	font-family: Raleway-Bold;
}
