.cdw .modal-dialog{
    max-width: 348px;
}

.cdw .modal-content{
    border-top: 5px solid #cc0e2e;
}

.cdw .modal-header{
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: black;
    padding-bottom: 0;
}

.cdw .modal-body{
    padding-top: 4px;
    font-size: 14px;
    color: #24272E;
}

.cdw button{
    text-transform: none;
    width: 100%;
    margin-top: 21px;
    padding: 9px 0;
    border-radius: 4px;
    border: 1px solid #424753;
    color: #424753;
    background-color: transparent;
}

.cdw button.ok{
    background-color: #cc0e2e;
    color: white;
    border-color: #cc0e2e;
}