.shoppingcart {
    background:url(../img/cart.gif) no-repeat left;
    text-decoration: none; 
}

    .shoppingcart:hover {
        text-decoration: underline; 
    }
table#mainContent_wzMain_searchInput_rblSearchType label, .field-label {
    display: inline;
    margin-left: 10px;
    font-weight:normal;
}
table#mainContent_wzMain_searchType_rblSearchList label, .field-label {
    display: inline;
    margin-left: 10px;
    font-weight: normal;
}
table#mainContent_wzMain_listType_rblSearchList label, .field-label {
    display: inline;
    margin-left: 10px;
    font-weight: normal;
}
table#mainContent_wzMain_tradeType_rblTradeType label, .field-label {
    display: inline;
    margin-left: 10px;
    font-weight: normal;
}
.information {
    border-width: 3px 0;
    border-style: solid;
    padding: 1em .6em 1em 1.8em;
    margin: 1em 0 2em 0;
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,.8);
}

@media (max-width: 767px), only screen and (device-width: 768px) {
    .breadcrumb > li {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 767px), only screen and (device-width: 768px) {
    .breadcrumb {
        display: flex;
    }
}
@media (max-width: 767px), only screen and (device-width: 768px) {
    #upStepsContainer {
        width: 100%;
    }
}
div.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.left-actions {
    display: flex;
    gap: 10px;
}