﻿#LoginPopup{
    padding:10px;
}

.ContestImage {

}

.ContestImage img {

}

.ContestImage ul.votes {
    display:none;
    list-style: none;
    margin-left: 0;
    padding-left: 10px;
}

.padding-60-bottom {
    padding-bottom:200px!important;
}

html.edge .event-item, html.firefox .event-item, html.ie .event-item {
    margin-top:0!important;
}

html.ie .full-width {
    max-width:100%!important;
}

html.edge svg.animate {
    top:-240px;
}

html.edge svg rect {
    transform: translate(74px,0px);
-ms-transform: translate(74px,0px); /* IE 9 */
-webkit-transform: translate(74px,0px); /* Safari and Chrome */
-o-transform: translate(74px,0px); /* Opera */
-moz-transform: translate(74px,0px); /* Firefox */
}

@media only screen and (min-width:1600px) {
    .js-video-container {
        min-height:2000px;
    }

    .event-item {
        min-height:2000px;
    }
}