﻿.menuContainer {
    display: none !important;
}

#fast_search_holder {
    display: none !important;
}

.confirmation-wrapper {
    width: 100%;
    margin-left: 10%;
}

.confirmation-frame {
    width: 500px;
    margin: auto;
}

.confirmation-row-input {
    float: left;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box;
    background: #5D5D5C;
    color: #FFFFFF;
}

@media screen and (max-width:480px) {
    .confirmation-row-input {
        width: 170px !important;
    }

    .confirmation-frame {
        width: 315px !important;
    }

    .confirmation-wrapper {
        margin-left: 5% !important;
    }
}

@media screen and (max-width:950px) and (min-width: 600px) {
    .confirmation-wrapper {
        margin-left: 20% !important;
    }

    .confirmation-container {
        width: 500px !important;
        margin: auto !important;
        border-radius: 2% !important;
        padding: 20px !important;
    }
}