.main-title {
    background-color: rgb(245, 245, 245);
    padding: 10px 5px 5px 10px;
    margin: 15px 0 0 0;
    display: block;
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    cursor: pointer;
}

.main-title:hover {
    background: rgb(255, 252, 252);
    color: black;
}

.shipping-table {
    margin: 0 !important;
    width: 100%;
}

.shipping-table.hide{
    display: none;
}

.shipping-table td {
    margin: 0 !important;
}

.td1 {
    text-wrap: nowrap;
    width: 15%;
    text-align: center;
}

.hidden {
    display: none !important;
    opacity: 0;
}

.collapsed {
    border: 1px solid #cccccc;
}


#dcit-ids {
    display: none;
    color: rgb(223, 223, 223);
}
