

/* Start:/local/templates/expedition/template_styles.css?1764001410655*/
.top-alert-message{
    text-align: center;
    position: absolute;
    z-index: 10;
    color: red;
    /* width: 100%; */
    background: #132d54;
    margin: auto;
    padding: 6px 9px;
    border-radius: 0 0 15px 0;
    border-bottom: 1px solid #e8dacd;
    margin-right: 80px;
    font-size: 1.2em;
}

.top-alert-message button{
    background-color: #e8dacd;
    padding: 3px 4px;
    border-radius: 8px;
    border: 1px solid white;
}

@media screen and (max-width: 840px) {
    .top-alert-message {
        font-size: 1em;
    }
    .top-alert-message button{
        position: relative;
        top: 2px;
    }
}


/* End */
/* /local/templates/expedition/template_styles.css?1764001410655 */
