@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

.vote_content .name {
    margin: 0 auto;
    max-width: 70%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    font-size: 1.6875rem;
    line-height: 1.4;
	margin-bottom:40px;
}

.vote_content img {
    width: 80px;
    float: right;
    margin: 0 8px;
}
.vote_content .right img {
	float:left;
}
.count_users {
    display: table-cell;
    position: absolute;
    width: calc( 100% - 60px );
    height: 100%;
    text-align: center;
    padding-left: 20%;
    padding-top: 32%;
}
.count {
	padding-right:30px;
	font-family: 'Oswald',Arial,sans-serif;
	color: #222;
    padding-top: 24px;
	line-height: 1;
	font-size: 3.5rem;
	float:right;
}
.count span{
    font-family: 'Oswald',Arial,sans-serif;
    color: #222;
    line-height: 2.5rem;
    font-size: 2.5rem;
    float: right;
    padding-top: 1rem;
}
.pl_name {
    text-align: right;
	color: #878c99;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    font-weight: bold;
    font-family: "Open Sans",Arial,sans-serif;
	float:right;
	padding-right:30px;
	width: 100%;
}
.right .count {padding-right:0px; padding-left:30px; float:left; text-align:left;}
.right .pl_name {float:left; text-align:left; padding-left:30px; text-align:left;}
.col-md-5 .vote_button {
	margin-right: 30px;
    background-color: #E2E7EC;
    background-image: none;
    border: 1px solid #D3DCE5;
    box-shadow: none;
    color: #999B9D;
    cursor: default;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    display: block;
    float: right;
    padding-left: 30px;
    padding-right: 30px;
}
.col-md-5 .vote_button.acive {
    background: none repeat scroll 0 0 #69C304;
    color: #FFF;
    font-weight: normal;
    text-shadow: none;
    cursor: default;
}
.col-md-5 .vote_button {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#ecf2f7 85%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(85%,#ecf2f7));
    background: -webkit-linear-gradient(top,#fff 0,#ecf2f7 85%);
    background: -o-linear-gradient(top,#fff 0,#ecf2f7 85%);
    background: -ms-linear-gradient(top,#fff 0,#ecf2f7 85%);
    background: linear-gradient(to bottom,#fff 0,#ecf2f7 85%);
    border: 1px solid #B8C1CA;
    color: #009cde;
    padding: 8px 30px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    cursor: pointer;
}
.col-md-5 .vote_button:hover {
	background-color: #FFF;
    background-image: none;
    border: 1px solid #9EA5AE;
    color: #43c3fa;
}

.col-md-5.right .vote_button {
	margin-right:0px;
	margin-left:30px;
    float: left;	
}
.col-md-5 {
    float: left;
	padding-top: 10px;
	position:relative;
	width:38%;
}
.col-md-2 {
    float: left;
    position: relative;
    font-size: .750rem;
    width: 22%;
    padding-left: calc( (20% - 120px)/2 );
}
.row {
    float: left;
    margin-left: 0;
    width: 100%;
}