@import url(http://fonts.googleapis.com/css?family=Varela+Round);

/*------------------------------ Button Container ---------------------------------*/

.bwl_pvm_container{
       width: 100%;
       border-bottom: #e6e6e6 1px solid; border-top: #e6e6e6 1px solid;
       display: block;
       float: left;
       margin: 12px 0;
       padding: 5px 0;
}

.pvm_btn_container{
    
    
    float: left;
    width: 68%;
    
}

.pvm_btn_container img.pvm-custom-icon{
    width: 16px;
    height: 16px;
}

p.voting-closed-message{
    font-family: inherit;
    margin:0px 0px;
    padding: 0px;
    line-height: 24px;
}

.msg_container{
    margin-top: 24px;
}

.btn_like, .btn_dislike{
    width: auto; 
    height: 48px;
    line-height: 48px;
    padding: 0 24px; 
    float: left;  margin-top: 15px;
    cursor: pointer; color: #333333; 
    border:#f0f0f0 1px solid;
    margin-right: 5px;
    font-size: 20px;
}

.btn_like{text-align: center; color: #559900;}

.btn_like:hover{

    background-color: #f0f0f0;	border: #c6c6c6 1px solid; 
}
.btn_dislike{ color: #c9231a;}
.btn_dislike:hover, .dislike-h{
    background-color: #f0f0f0;	border: #c6c6c6 1px solid; 
}

.stat-cnt{ float: right; width: 25%;}
.stat-bar{ width: 100%; height: 12px; margin: 12px 0; border: 1px solid #eeeeee;}
.bg-green{ background-color: #559900;}
.bg-red{background-color: #c9231a; }
.total-vote-counter{ font-size: 14px; color: #333; text-align: right; }
.stat-bar div{height: 12px; float: left;}

.like-count-container, .dislike-count-container{
	width: auto; height: 18px; 
	float: right; 
	font-size: 12px; line-height: 18px; color: #666;
	padding-left: 15px;
}

/*------------------------------ Feedback Message Box  ---------------------------------*/

.pvm_clearfix{
    clear: both;
}

section.bwl-pro-voting-feedback-form-container{
    display: none;
}

section.bwl-pro-voting-feedback-form-container h2{
    
    font-size: 16px;
    
}

section.bwl-pro-voting-feedback-form-container .bwl_pro_form_error_message_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    width: 100%;
    display: none;
    padding: 5px;
    margin: 0 0 12px 0;
    
}
section.bwl-pro-voting-feedback-form-container .feedback_message_box{
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
}



section.bwl-pro-voting-feedback-form-container form input.captcha, 
section.bwl-pro-voting-feedback-form-container form input.sum {
    display: inline;
    text-align: center;
    width: 40px;
}

section.bwl-pro-voting-feedback-form-container form span#spambot {
    font-size: 11px;
}

/*------------------------------ Display Posts ---------------------------------*/

ul.bpvm-posts{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bpvm-posts li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bpvm-posts li a{
    text-decoration: none;
}