#voteForm {
    font-family:helvetica, arial, sans-serif;
    background-color:#121212;
    color:#ffffff;
    font-size:1.2em;
    border-radius: 4px;
    padding:20px;
    max-width:600px;
    margin:20px auto;
    overflow-x:hidden;
}

.vote-outer-box {
    width:100%;
    background-clip: padding-box;
    background-color: #191818;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.72), 0px 1px 0px rgba(112, 112, 112, 0.35) inset;
    background-size: 100% auto;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.1) 100%);
    box-sizing: border-box;
    overflow:auto;
}

h1.awards-heading {
    display:block;
    max-width:97%;
    background-color: #151414;
    padding: 10px 15px 10px 10px;
    background-clip: padding-box;
    font-weight:100;
    font-size:0.8em;
    text-transform:uppercase;
    border-top:#333333 1px solid;
    border-bottom:#333333 1px solid;
    margin:0;
    letter-spacing:1px;
}

h1.awards-heading span {color:#ff6600; font-weight:600; font-size:1.4em; letter-spacing:1px; }

.vote-column {
    margin:0;
    padding:0;
    width:100%;
    float:left;
}

.vote-column:last-of-type{
    width:100%;
}

@media (max-width:768px) {
    .vote-column {width:100%;}
}

.vote-inner-box {
    margin:0.6em;
    position:relative;
    max-width:100%;
    background-clip: padding-box;
    background-color: #1E1D1D;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.72), 0px 1px 0px rgba(112, 112, 112, 0.35) inset;
    background-size: 100% auto;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%);
    padding: 0;
    box-sizing: border-box;
}

.vote-inner-box > h2 {
    position:relative;
    display:block;
    background-color: #171717;
    padding: 15px 0;
    background-clip: padding-box;
    color:#eeeeee;
    font-size:0.8em;
    text-transform: uppercase;
    font-weight:500;
    border-top:#ff6600 2px solid;
    border-bottom:#121212 1px solid;
    width:100%;
    text-align:center;
    margin:0;
}

.awards-item {width:100%;}
.awards-item td {padding:0.6em; height:90px;}

td.vote-image img {
    float:right;
    max-height:75px;
    border:#121212 6px solid;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

td.vote-switch {text-align:center;}

input.vote-input {
    display: none;
}

input.vote-input[type=checkbox]:checked ~ div label{
    background: url(tick.jpg);
    background-size: 100%;
}

div.vote-label {
    border: 1px solid #888;
    padding: 1px;
}

div.vote-label label {
    background: #ddd;
    height: 20px;
    width: 20px;
    display: block;
    background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);
    background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);
    background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #C7C7C7));
    background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);
    background-image: linear-gradient(to top left, #FFFFFF 0%, #C7C7C7 100%);
}

tr.disabledRow {
    opacity:0.4;
}

div.vote-label label:hover {
    background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);
    background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);
    background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #8FECFF));
    background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);
    background-image: linear-gradient(to top left, #FFFFFF 0%, #8FECFF 100%);}
}

td.vote-description {
    color:#888888;
    font-size:0.9em;
    font-weight:200;
    vertical-align:top;
}

.currentImage {
    float:right; 
    margin:0.5em; 
    border:#111111 3px solid; 
    background-color:#111111; 
    padding:3px;
}

.current-nominate {
    position:absolute; 
    right:0; 
    z-index:10; 
    visibility:hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    max-height:50px;
}

.vote-caption {font-size:0.8em; color:#ff6600; text-transform: uppercase; display:inline-block; padding:3px;}

.infoContainer {
    background-color: #1B1B1B;
    padding: 0.5em;
    border-radius: 4px;
    background-clip: padding-box;
    margin-bottom:20px;
}

.infoContainer p {
    color:#aaa;
    font-size:0.7em;
    text-transform: uppercase;
    margin:1.5em;

}

.infoContainer p strong {color:#ddd;}

.infoContainer table {border-collapse: collapse; width:100%;}

.readMoreLink {
    color:#ff6600;
    font-size:0.6em;
    text-transform: uppercase;

}


.mfp-content button {
    border: 0px none;
    background-color: #333333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 2px;
    background-clip: padding-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.72), 0px 1px 0px rgba(112, 112, 112, 0.35) inset;
    background-size: 100% auto;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
    color:#666666;
    font-size:0.8em;
    text-transform: uppercase;
    margin-top:1.5em;
    border:rgba(0, 0, 0, 0.6) 6px solid;
}

button[type="submit"] {width:auto; overflow:visible; background-image: linear-gradient(to top, rgba(255, 102, 0, 1) 0%, rgba(255, 153, 0, 1) 100%) !important; color:#ffffff !important;}
button[type="submit"]:hover {background-image: linear-gradient(to top, rgba(255, 153, 0, 1) 100%, rgba(255, 102, 0, 1) 0%);}
.mfp-content button:hover {color:#222222; background-color:#666666}
button.mfp-close {
    margin-top:0 !important;
    color:#ffffff !important;
    border:0;
    font-size:3em !important;
    padding:0 !important;
}


button.voteLink {
    cursor: pointer;
    font-size:1.1em; 
    font-weight:600; 
    text-transform:uppercase;
    background-image: linear-gradient(to top, rgba(155,155,155,1) 0%, rgba(204,204,204,1) 100%);
    color:#ffffff !important; 
    border-radius: 2px;
    padding:0.5em; 
    position:absolute; 
    bottom:0; 
    clear:both;
    letter-spacing:1px;
    border:none;
    width: auto;
    overflow: visible;
    opacity: 0.5;
}


button.voteLink:hover { background-image: linear-gradient(to top, rgba(255, 102, 0, 1) 0%, rgba(255, 153, 0, 1) 100%) !important; opacity: 1; }

.info-icon {
    float:left;
    display:block;
    width:50px;
    height:50px;
    line-height:55px;
    border-radius: 50%;
    color:#222222;
    text-align:center;
    text-decoration:none;
    background: #464646;
    box-shadow: 0 0 3px gray;
    font-size:2.5em;
    font-weight:600;
    margin-right:2em;
}

.postcontent span {display:block; width:auto; height:auto; position:relative;}

img.voteLoader {
    position: absolute;
    bottom: 5px;
    left: 65px;
    z-index: 1000;
}
