@media screen and (max-width: 500px) {

    #logo {
        margin: auto;
    }

    #credentials {
        display: flex;
        flex-direction: column;
    }

    #logonHolder, #registerHolder {
        width: 100%;
        box-sizing: border-box;
    }

    #registerHolder {
        border-top: 1px solid #c9c9c9;
        border-left: none;
    }

    .menu_actions {
        width: 100px;
    }

    .menu_options {
        width: 100%;
        height: 42px;
        left: 0;
        top: 60px;
        overflow: auto;
        overflow-x: scroll;
    }

    .menu_text {
        padding-top: 7px;
    }

    #account {
        width: calc(100% - 40px);
        position: absolute;
        bottom: 30px;
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        box-sizing: border-box;
        height: 85px;
    }

    #col0, #col1 {
        width: 100% !important;
        padding-bottom: 20px;
    }


    #LastOrderUpdate {
        position: absolute;
        right: 0px;
        left: 140px;
        bottom: 28px;
        box-sizing: border-box;
        width: 200px;
        text-transform: initial;
        padding: 0;
        border: 0;
        border-radius: 5px;
        overflow: hidden;
        height: 28px;
    }

    .user_info {
        padding: 0;
    }


    .main_total, .main_total_resume {
        width: 50%;
        height: 100%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        box-sizing: border-box;
        text-transform: initial;
        padding: 0px;
        margin: 0;
        border: 0;
        font: 8.5pt 'Halyard Display';
        padding: 5px;
        font-weight: 400;
        color: #ececec;
        text-transform: uppercase;
        padding-top: 6px;
        border: 0;
        background-color: #999;
        border-radius: 0;
    }


        .main_total_resume span {
            display:none;
        }


        .subtotal {
            display: none;
        }

    .subtotalM {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }


}
