.wm-flag {
    display: none;

    position: fixed;
    z-index: 1000;
    right: 3em;
    bottom: 3em;

    background-color: white;
    padding: .7em;
    border-top: 3px solid #eee;

    min-width: 250px;

    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000043;
}

.wm-flag[data-style="success"] {
    border-top-color: green;
}

.wm-flag[data-style="danger"] {
    border-top-color: red;
}

.wm-flag-title {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom:.4em;
}

.wm-flag-text {

}