#wcd-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}
.popup-box {
    background: #fff;
    width: 90%;
    max-width: 400px;
    margin: 20% auto;
    padding: 20px;
    text-align: center;
    border: 2px solid #76b232;
    border-radius: 10px;
}
.popup-box button {
    margin: 10px;
    padding: 10px 20px;
}

.wcd-summary-box {
    background: #ffffff;
    padding: 10px;
    margin: 20px 0;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
}
.wcd-clear {
    color: #cc0000;
    text-decoration: none;
    margin-left: 10px;
}

.close {
    float: right;
        margin-bottom: 20px;
}

button#wcd-close {
    margin: 0;
    background: #0c0c0c;
    margin-left: 5px;
    padding: 5px 10px;
}

span.choose-later-text {
    font-size: 12px;
}

h2.popup-header {
    font-size: 20px;
    text-transform: uppercase;
}

