@charset "utf-8";
/* CSS Document */

/* Alert message text */
.alert-custom {
    margin: 20px 0;
    padding: 16px;
    font-size: 20px;
    border-left: 5px solid red;
    border-radius: 0.25em;
    background-color: #ffe2e7;
    max-width: 600px;
}