body {
   font-family: 'Evo 2',Verdana, Geneva, sans-serif;
    background-color: #fed0df;
}


.container {
    margin: 0 auto;
    max-width: 960px;


}

.container .soon {
    text-align: center;
    margin-top: 30%;
    color: #fb88ad;
    font-size: 26px;
}

.header h1 {
    margin-top: 30px;
    color: #c54a71;
    margin-bottom: 5px;


}
.header h1 a {
    color: inherit;;
    text-decoration: none;
}

.header .leader {
    border-radius: 10px;
    background-color: #fee0ef;
    padding: 10px;
    margin: 8px;
    border: 3px solid #c54a71;
}
.header .leader.blue {
    border: 3px solid #714ac5;
    background-color: #efe0fe;

}
.header .leader.blue h2 {
    text-align: center;
    color: #714ac5;
}
.header .leader h2 {
    color: #c54a71;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 6px;
}
.header .leader .votes {
    color: #c54a71;

}
.content .cta {
    width: auto;
    display: block;

    border: 3px solid #c54a71;
    border-radius: 10px;
    padding: 2px;
    background-color: #fee0ef;
    margin: 8px;
}
.cta .names {
    padding: 10px;
    margin: 0 auto;
}
.content .cta.why {
    max-width: 100%;
    width: auto;
}
.content .cta h2 {
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
    background-color: #c54a71;
    color: white;
    margin: -3px -3px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 15px;
}
.nameRow .voteCount {
    font-family: "Courier New";
}
.nameRow .name,  {
    font-family: 'Exo 2';
}
.nameRow .rank {
    width: 30px;
}
.nameRow .name {
    width: 200px;
}
.nameRow .voteCount {
    width: 100px;
    text-align: right;
}
.content .cta p {
    font-family: 'Exo 2', Verdana;
    font-size: 14px;
    margin: 10px;
}

.content table {
    width: 100%;
}

.renderedName {
    display: inline-block;
    clear:both;
}

.renderedName .letter, .renderedVotes .number {
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
    color: #fb88ad;
    display: inline-block;
    width: 18px;
    height: 25px;
    line-height:25px;
    margin: 1px;
    margin-right: 0px;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */


}
.renderedVotes {
    display: inline-block;
}
.renderedName .letter.complete {
color: white;
}

.renderedVotes .number.complete {
    color: white;
}

.nameContainer {
    display: block;
    margin-bottom: -9px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-top: 8px;
    border-bottom: 1px dashed pink;
    border-top: 1px dashed pink;

}
.placeContainer {
    display: inline-block;
    margin-bottom: 8px;
}
.voteContainer {
    display: inline-block;
    margin-bottom: 8px;
}

.nameContainer .place {
    display: inline-block;
    text-align: right;
    width: 10px;
    padding-right: 5px;
    font-size: 14px;

}

.votes {
    font-size: 10px;

    display: inline-block;
    text-align: right;
    width: 55px;
    padding-right: 10px;
}

.cta-container {
    min-width: 460px;
    width: 50%;
    margin: 0%;
    display: inline-block;
}
.cta-container.wide {
    width: 100%;
}
.vote-button {
    cursor: pointer;
    font-size: 12px;
    width: 66px;
    height: 25px;
    margin-left: 10px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    border: 1px solid #fed0df;
    background-color: #fb88ad;
    border-radius: 5px;
    color: #fee0ef

}
.cta.menu {
    border: none;
    background: none;
    padding: 0px;
}
.cta.menu p {
    margin: 0px;
}
.cta.menu .button {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    background-color: #c54a71;
}
.button {
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 2px;
    display: inline-block;
    line-height: 25px;
    text-align: center;

    border: 1px solid #fed0df;
    background-color: #fb88ad;
    border-radius: 5px;
    color: #fee0ef

}
.button.blue {
    border: 1px solid #fed0df;
    background-color: #767efb;
    color: #fee0ef
}
.button.red {
    border: 1px solid #fec1c2;
    background-color: #fb373f;
    color: #fee0ef
}
.button.orange {
    border: 1px solid #ff9900;
    background-color: #ff9900;
    color: #fee0ef
}
.button.green {
    border: 1px solid #fec1c2;
    background-color: #1fcf38;
    color: #fee0ef
}
.vote-button.voted {
    background-color: #888;
}
.more {
    text-align: center;
    font-family: 'Exo 2', Verdana;

}
.more a {
    text-decoration: none;

    color: #c54a71;
}
.more a:hover {
    text-decoration: none;
}

.nameTable tr td {
    border-bottom: 1px dashed pink;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.message.SUCCESS {
    font-size: 12px;
    text-align: center;
    color: green;
    font-family: 'Exo 2';
}
.message.FAILED {
    font-size: 12px;
    text-align: center;
    color: red;
    font-family: 'Exo 2';
}

@media (max-width: 960px) {
    .header h1 {
        font-size: 20px;
    }
    .cta-container {
        min-width: 0px;
        width: auto;
        margin: 0px;
        margin-bottom: 10px;
        display: block;
        float: none !important;
    }

}

a {
    color: #c54a71;    text-decoration: none;


}

a:hover {
    color: #c54a71;
    text-decoration: underline;
}

.veto {
    text-decoration:line-through !important;
}