#deliveryMethod {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}

#deliveryMethodLabel {
    display: table-row;
}

#deliveryMethodSelector {
    display: table-row;
}

#delivery_method {
    display: table-cell;
}

#deliveryMethodInfoLink {
    display: table-cell;
    width: 32px;
    padding-left: 10px;
}

.highlight {
    color: #ffb400;
}

.news-button-bar {
    z-index: 99999999999;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    background-color: white;
    width: 92%;
    padding-right: 10px;
}

.btn-news {
    width: 100%;
    text-align: center;
    padding-left: 10px;
}

.buttonNewsNotShow {
    padding-bottom: 10px;
}

@media (min-width: 640px) {
    .btnNewsNotShow {
        float: left !important;
    }
    .btnNewsOk {
        float: right !important;
    }
    .btn-news {
        width: 230px;
    }
    .buttonNewsNotShow {
        padding-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    #statusvalid {
        display: none;
    }
    #deliveryDateStore {
        display: none;
    }
}
@media (min-width: 1025px) {
    #statusvalid {
        display: table-cell;
    }
    #deliveryDateStore {
        display: table-cell;
    }
}

.cpq-group-header {
    display:none;
}
.cpq-button-bar {
    display:none;
}


