div#vcm-error-module.modal {
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(151,28,41,0.87);
    width: 450px;
}

div#vcm-error-module.modal h3 {
    color: #f1f1f1;
    line-height: 1.2em;
    margin-top: 0;
}

.vcm-error-module-content ul li a {
    color: #f1f1f1;
    font-size: 1.5em;
}

.vcm-error-module-content ul li a:before {
    content: "\f138";
    font-family: "Fontawesome";
    color: #f1f1f1;
    text-align: center;
    padding: 0 10px;
}

.vcm-error-module-content ul {
    list-style: none;
    margin: 0;
}

.jquery-modal.blocker {
    background: none;
    z-index: 3;
}

@media( max-width: 549px ) {
    div#vcm-error-module.modal {

        width:80%;

    }
}