.order{
    margin-bottom: 50px;
    font-size: 14px;
}

.order .head div{
    display: inline-block;
}

.order .head div:nth-child(1){
    width: 425px;
}

.order .head div:nth-child(2){
    width: 210px;
}

.rush-wrap{
    margin-top: 20px;
    max-width: 400px;
}

.rush-wrap .calendar-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('/resources/images/help2.gif') no-repeat right top;
}

.order-saved{
    margin-top: 10px;
    font-size: 14px;
    color: #00af43;
}

.order-saved div:last-child{
    text-align: left;
    font-size: 21px;
    padding-left: 188px;
}

@media (max-width: 1400px) {

    .order .head div:nth-child(1) {
        width: 370px;
    }

    .order .head div:nth-child(2) {
        width: 180px;
    }

    .order-saved div:last-child {
        text-align: center;
        padding-left: 188px;
    }
}

@media (max-width: 1200px) {

    .order .head div:nth-child(1) {
        width: 365px;
    }

    .order .head div:nth-child(2) {
        width: 118px;
    }

    .order-saved div:last-child {
        text-align: center;
        padding-left: 153px;
    }
}

@media (max-width: 991px) {

    .order .head{
        display: none;
    }

    .order-saved div:last-child{
        text-align: center;
        padding-left: inherit;
    }

}

@media (max-width: 767px){
    .rush-wrap{
        max-width: 100%;
    }

    .rush-wrap .calendar-toggle {
        display: none;
    }
}

@media (max-width: 576px){
}