.PolicyDetailsBannerV2 {
    color: #666666;
    background-color: #FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 5px;
    min-height: 130px;
    border: 2px solid #cdcdcd;
}

#TermAndRate {
    border-top: 2px solid;
    border-left: 0;
}

.PolicyHeaderLink {
    border: 0;
}

@media (min-width: 768px) {
    #TermAndRate {
        border-left: 2px solid #cdcdcd;
        border-top: 0px;
    }
}

.PolicyHeaderActionBox {
    background-color: none;
}

@media (max-width: 768px) {

    .PolicyHeaderActionBox {
        background-color: #E5E7EB;
    }

    .PolicyHeaderLink {
        border: 1px solid #cdcdcd;
        border-radius: 5px;
    }
}

.PolicyHeaderTag {
    color: white;
    background-color: #c82333;
    border-radius: 5px;
    padding: 0px 5px;
    white-space: nowrap;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.RedCancel {
    color: #c82333;
    background-color: white;
    cursor: pointer;
    border: 1px solid #c82333;
    border-radius: 5px;
}

.RedCancel:hover {
    color: white;
    background-color: #c82333;
}

.HeaderSaveButton {
    color: white !important;
    background-color: #7CA66F !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

#CustomerNameV2 {
    text-decoration: underline;
    color: #1B74A3;
    cursor: pointer;
}

#CustomerNameV2:hover {
    color: #28558C;
}

.headerLinkIcons {
    height: 32px;
    width: 32px;
}