﻿@media (min-width: 768px) {
    .place-right {
        float: right;
    }

    .place-left {
        float: left;
    }

    .contest-icon {
        width: 120px;
        height: 120px;
        margin: 0;
        position: relative;
        border: 1px solid #DDD;
        float: left;
    }

    .contest-icon-qrcode {
        width: 120px;
        height: 120px;
        margin: 0;
        position: relative;
        border: 1px solid #DDD;
    }

    ul.menuButtons li {
        list-style: none;
        display: inline-block;
        margin-left: 27px;
        width: 182px;
    }

    .menuButton.Info {
        background: url(../Images/Btn_Info_156x44.png) no-repeat;
    }

    .menuButton.check {
        background: url(../Images/Btn_Check_156x44.png) no-repeat;
    }

    .menuButton.start {
        background: url(../Images/Btn_Start_156x44.png) no-repeat;
    }

    .menuButton {
        font-weight: 300;
        height: 44px;
        width: 156px;
        padding-left: 36px;
        line-height: 44px;
        color: #FFF;
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer;
        position: relative;
        font-size: 22px;
    }

    ul.contestButtons {
        margin: 15px 0 0px 0;
        padding: 0;
        list-style: none;
        width: 100%;
        text-align: center;
        float: left;
    }

    ul.contestButtons li {
            list-style: none;
            display: inline-block;
            margin-left: 20px;
    }

    .contestButton{
        font-size:19px;
    }

    .contest-title {
        display: block;
        width: 65%;
        font-weight: bold;
        font-size: 19px;
        overflow: hidden;
    }

    #ContestPoster Img {
        max-width: 737px;
        width: 100%;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .place-right {
        float: right;
    }

    .place-left {
        float: left;
    }

    .contest-icon {
        width: 120px;
        height: 120px;
        position: relative;
        border: 1px solid #DDD;
        margin: 0 auto;
    }

    .contest-icon-qrcode {
        display:none;
    }

    ul.menuButtons li {
        list-style: none;
        display: inline-block;
        margin-left: 8px;
        width: 100px;
    }

    .menuButton.Info {
        background: url(../Images/Btn_Info_156x44.png) no-repeat;
        background-size: 100px 33px;
    }

    .menuButton.check {
        background: url(../Images/Btn_Check_156x44.png) no-repeat;
        background-size: 100px 33px;
    }

    .menuButton.start {
        background: url(../Images/Btn_Start_156x44.png) no-repeat;
        background-size: 100px 33px;
    }

    .menuButton {
        font-weight: 300;
        height: 33px;
        width: 100px;
        line-height: 33px;
        color: #FFF;
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        padding-left: 27px;
    }

    ul.contestButtons {
        margin: 15px 0 0px 0;
        padding: 0;
        list-style: none;
        width: 100%;
        text-align: center;
        float: left;
        font-size: 19px;
    }

    ul.contestButtons li {
            list-style: none;
            display: inline-block;
            margin: 0px 0px 19px 0px;
            width: 110px;
            float: left;
    }
    .contest-title {
        display: block;
        width: 100%;
        font-weight: bold;
        font-size: 19px;
        overflow: hidden;
        padding-bottom: 10px;
        text-align:center;
    }

    #ContestPoster Img {
        max-width: 737px;
        width: 100%;
    }
}

.page-region-content {
    position: relative;
    display: block;
    padding-top: 10px;
}

#ContestMenu {
    width: 100%;
    display: block;
}

.menuBox {
    width: 100%;
    display: block;
    padding: 0;
}

body, .bg-color-grayDark, .bg-color-lighten {
    background-color: #FFF !important;
}


.ImgMargin Img {
    width: 120px;
    height: 120px;
}

.ImgMargin Img {
    border: 1px solid #DDD;
}

ul.menuButtons {
    margin: 15px 0 0px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    float: left;
}














