@media screen and (max-width: 500px) {
    header > #welcome-user{
        display: none;
    }
    
    .panel{
        display: none;
    }
    
    #patching-footer button{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 3px;
    }
    
    #login-container{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: none;
        background-color: transparent;
        text-align: center;
        padding-bottom: 0;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(146, 146, 146, 0.75);
        -moz-box-shadow: 0px 2px 3px 0px rgba(146, 146, 146, 0.75);
        box-shadow: 0px 2px 3px 0px rgba(146, 146, 146, 0.75);
        width: inherit;
    }

    #login-container h2{
        color: #5a5a5a;
        text-align: left;
        padding-left: 50px;
        font-size: 22px;
        margin-top: 35px;
        margin-bottom: 45px; 
    }

    #login-container .input-container{
        width: 90%;
        margin: 0;
        margin-bottom: 15px;
        background: transparent;
        border: none;
        margin-left: 4%;
    }
    #login-container .input-container>.ic-input>input{
        border-bottom: solid 1px #a9a9a9;
    }
    #login-container .input-container>.ic-input>input:focus{
        border-color:#DF2426;
    }

    #login-container button{
        width: 75%;
        height: 24px;
        border: solid 1px #29A849;
        background: #29A849;
        color: #ffffff;
        outline: none;
        margin: 0;
        border-radius: 2px;
        margin-top: 12px;
        float: inherit;
    }

    #login-container button:hover{
        background: #29c350;
        color: #ffffff;
    }

    #login-container button:active{
        background: #068c28;
        color: #ffffff;    
    }

    #welcome-user{
        display: none !important;
    }
    
    
    .request-list-btn{
        display: none;
    }
    
    .request-list-btn-alt{
        display: block;
        position:relative;
        float: right;
        background-color: #ffffff;
        height: 30px;
        width: 30px;
        margin: 10px;
        line-height: 30px;
        border-radius: 5px;
        font-size: 18px;
    }
    
    .request-list-btn-alt:hover{
        cursor: pointer;
        background-color: #e5e5e5;
    }
    
    .request-list-btn-alt.hidden{
        display: none;
    }
    
    .show-list-div{
        display:inline-block; 
        text-decoration: underline;
    }
    
    .show-list-div:hover{
        display:inline-block; 
        text-decoration: underline;
        cursor: pointer;
        color: #5a5a5a;
    }
    
    .show-list-div.hidden{
        display:none; 
    }
    
    .search-count{
        display:none;
    }
    
    .list-search{
        
        
    }
    
    
    
    .request-list-placeholder{
        width:100%;
        min-width:315px;
    }
    
    .request-list > .list-header{
        font-size: 20px;
    }
    
    .login-footer{
        display: none;
    }
    
    .discard-500px{
        display: none;
    }
    
    .show-500px{
        display:block;
    }
    
}

