/* CSS Document */
button.swal2-styled {
	background-color: ##880d00 !important;
    font-size: 1.5em !important;
    font-weight: 300 !important;
}

.swal2-validation-message {
    font-size: 1.4em !important;
    margin: 0 -1.9em !important;
}
	
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .7) !important;
}
	
#swal2-content {
    font-size: 1.4em !important;
}
	
#swal2-title {
    font-size: 2.2em !important;
}
