/* This style is used for the Theme Customizer and it shouldn't be deleted */

.alert-danger {
    font-size: 15px;
    border: 2px solid;
    padding: 8px 12px;
    font-weight: normal;		
    background: white;
    border-radius: 0;
}

.alert-danger .glyphicon {
    font-size: 24px;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 5px;
    top: 23px;
    left: 5px;
}
.alert-danger ul.Hi5Error {
    list-style-type: none;
    padding-left: 20px;
}
.alert-dismissible .close {
    right: 0;
}