@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed);
/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}


.voteme {
background: #7db9e8;
font-family: 'Cabin Condensed', sans-serif;
display:block;
width:350px;
height:250px;
border:1px solid #61ACDD;   
}
.question {
width:100%;
text-align:center;
font-size:23px;
}
.stats {
 width:100%;
    background:#A2C8E5;
    height:50px;
    border-top:1px solid #61ACDD;
    border-bottom:1px solid #61ACDD;
   text-align:center;
       
}
.stats div {
display:inline-block;
width:40%;
    margin:0 auto;
    font-size:20px;
    height:100%;
    line-height:50px;
     vertical-align:middle;
}
.stats div span{
    font-weight:700;
}
.syes {
 color: #008a00;   
}
.sno {
color: #cf0404;
}
.info {
 text-align:center;   
  padding-top:10px;
    height:70px;
}
.buttons div {
    display:inline-block;
    height:40px;
    border:1px solid #000;
width:130px;
    text-align:center;
    line-height:40px;
    vertical-align:middle;
    border:1px solid #61ACDD;
    cursor:pointer;
}
.buttons {
text-align:center;   
font-weight:700;
}
.yes {
    background:#26B741;
}
.no {
    background:#CC3333;
    margin-left:10px;
}
.yes:hover {
     background:#A2C8E5;
    color:#26B741;
}
.no:hover {
     background:#A2C8E5;
    color:#CC3333;
}
.load {
width:25px;
height:25px;
display:none;}
.thanks {
display:none;
}