<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.flash-message {
    text-align: center;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}
.flash-message a {
    display: block;
    background: yellow;
    color: #000;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    padding: 10px;
    border: 0 !important;
    -webkit-transition: all 0.16s linear;
    -moz-transition: all 0.16s linear;
    -ms-transition: all 0.16s linear;
    -o-transition: all 0.16s linear;
    transition: all 0.16s linear;
}
.flash-message a:hover {
    background: #fe0;
}
body {
    padding-top: 40px !important;
}

</pre></body></html>