/* CSS Document */

@media (max-width: 640px){
    #headerLogo{
        background-image: url(../images/mono-logo.png) !important;
        padding-top: 15.5px !important;
        width: 200px !important;
        background-size: 60% !important;
    }
    #ticketResponse {
        max-width: 250px;
        margin: 0 auto;
        float:none !important;
    }
    #statuses {
        float:none !important;
        max-width:400px;
    }
}
@media (max-width: 640px){
    #statuses {
        text-align: center !important;
    }
    #statuses .gametitle {
        display: inline-block;
        width: 300px;
        float:none !important;
    }
}
@media (max-width: 520px){
    #content{
        width: 100%;
        padding-left: 2px !important;
        margin: 0 !important;
    }
    #container{
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    body{
        padding: 0 !important;
        margin: 0 !important;
    }


    *{
        box-sizing: border-box !important;
    }
    #nav{
        text-align: left !important;
        padding-left: 2px !important;
    }
    #nav li{
        display: block !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    label{
        width: 100% !important:
    }

    table td{
        width: 100% !important;
        display: block;
    }

    table{
        width: auto !important#;
    }

    table thead{
        display: none;
    }

    #ticketTable tbody tr td:first-child{
        background-color: #eee;
    }

    #ticketTable tbody tr td:last-child{
        display: none;
    }
    #ticketTable tbody tr td:first-child:before{
            content: "Ticket #";
    }

    a.button{
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 10px 0;
    }

    #clientLogin .login-box, #clientLogin .instructions, #clientLogin>div{
        width: 100% !important;
        display: block !important;
        padding: 0px;
    }

    #clientLogin{
        border: none !important;
        padding: 0 !important;
    }

    #clientLogin label, #clientLogin input{
        width: 100% !important;
    }


}
