.page {
}

.contest-sidebar {
    background: #08111b;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0;
    margin-top: 0;
    width: 350px;
    z-index: 2;
}

.contest-sidebar .new-contest {
    width: 96%;
    margin: 20px 2%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #0087f7;
    background: -webkit-linear-gradient(to right, #0087f7, #006beb);
    background: linear-gradient(to right, #0087f7, #006beb);
    padding: 13px 0;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
}

.contest-sidebar .new-contest:hover {
    opacity: 0.9;
}

.contest-tabs {
    /* margin-top: 10px; */
}

.contest-tabs li {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    padding: 0;
    cursor: pointer;
    width: 96%;
    margin: 5px 2%;
    text-align: left;
    border-radius: 4px;
    background-color: #ffffff0a;
}

.contest-tabs li .title {
    display: block;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #00000036;
}

.contest-tabs li .info {
    display: inline-block;
}

.contest-tabs li .info i {
    float: left;
    font-size: 20px;
    line-height: 14px;
}

.contest-tabs li .timer {
    float: left;
    padding: 10px;
}

.contest-tabs li .timer b {
}

.contest-tabs li .timer i {
    color: #88bf47;
    margin-right: 5px;
}

.contest-tabs li .prize {
    float: right;
    padding: 10px;
}

.contest-tabs li .prize b {
}

.contest-tabs li .prize i {
    margin-left: 5px;
    color: #FF9800;
    float: right;
}

.contest-tabs li b {
    float: right;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.52);
}

h1 {
    text-align: center;
    color: #fff;
}

.contest {
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.13);
    display: inline-block;
    width: 100%;
    position: relative;
    height: 100%;
    margin-bottom: 20px;
    background-color: #031f3e;
    border: 1px solid #ffffff0a;
}

.contest > img {
    position: absolute;
    right: 25px;
    bottom: 25px;
    opacity: 0.3;
}

.contest .contest-header {
    color: #fff;
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 13px 0;
    border-bottom: 1px solid rgba(88, 166, 255, 0.28);
}

.contest .contest-header:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 2%;
    width: 96%;
    height: 1px;
    background: #FFC107;
}

.contest .contest-header .info-block {
    display: inline-block;
    float: left;
    position: relative;
    font-family: "Open Sans";
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 15px;
    border-radius: 25px;
    padding: 5px 26px;
    padding-left: 45px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    color: #fff;
}

.contest-header .info-block span {
    display: block;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: 2px;
    color: #ffffff75;
}

.contest-header .info-block b {
    display: block;
    font-size: 15px;
    color: #ffffff;
}

.contest-header .info-block i {
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 22px;
}

.contest-header .info-block.contest-end i {
    color: #8BC34A;
}

.contest-header .info-block.prize i {
    color: #FFEB3B;
}

.contest-header .info-block.participants i {
    color: #00BCD4;
}

.contest-header .info-block.wager i {
    color: #f7931a;
}

.contest h2.title {
    margin: 0 18px;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    position: relative;
}

.contest h2.title span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -5px;
    background-color: #639f1e;
    line-height: 13px;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Open Sans';
    padding: 0 6px;
    border-radius: 11px;
    box-shadow: 0 1px 0 #000;
}

.contest h4.title {
    margin: 0;
    margin-bottom: 15px;
}

.contest .contest-header .prizes {
    display: inline-block;
    width: 100%;
}

.contest .contest-header .prizes span {
    width: 100%;
    display: inline-block;
    float: left;
    background-color: #0000002e;
    margin-right: 15px;
    border-radius: 2px;
    line-height: 15px;
    padding: 6px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 16px;
}

.contest .contest-header .prizes span b {
    font-weight: 300;
    font-family: Roboto;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 5px;
    border-right: 1px solid #ffffff2e;
}

.contest .contest-header .prizes span img {
    float: right;
    height: 16px;
}

.contest-content {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    float: none;
    padding: 0;
    background-color: #0000002e;
}

.contest-table {
    border-collapse: collapse;
    color: hsla(0,0%,100%,.6);
    width: 100%;
}

.contest-table thead {
}

.contest-table thead th {
    padding: 11px 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}

.contest-table tbody tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.05);
}

.contest-table tbody tr:nth-child(odd) td:first-child {
}

.contest-table tbody tr:nth-child(odd) td:last-child {
}

.contest-table tbody tr {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    position: relative;
}

.contest-table tbody tr.last-el {
    -ms-transform: scale(0.8, 0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8, 0.8);
    /* Safari */
    transform: scale(0.8, 0.8);
}

.contest-table-item,.contest-table-label {
    text-align: center;
    white-space: nowrap
}

.contest-table-label {
    font-size: 10px;
    font-weight: 400;
    padding: 0 8px 8px;
    text-transform: uppercase
}

.contest-table tbody tr td {
    padding: 5px 0;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-shadow: 1px 1px 2px #00000054;
    border-top: 1px solid #ffffff1a;
}

.contest-user {
    position: relative;
    display: inline-block;
    float: left;
}

.contest-user img {
    width: 36px;
    margin-left: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 3px solid #ffffff36;
    box-shadow: 0 0 2px #000;
    z-index: 1;
}

.contest-user.online img {
    animation: online-pulse 1.5s infinite linear;
}

.contest-user.offline img {
    border-color: #d7292978;
}

@media screen and (max-width: 712px) {
    .contest {
        background-color: #00000080;
    }

    .contest-sidebar {
        position: relative;
        width: 100%
    }

    .contest h2.title {
        width: 100%;
    }

    .contest .contest-header .info-block {
        border: none;
    }

    .contest > img {
        display: none;
    }
}