.jps-alert {
    background: #5093ad; /* 95BECE: darken(20) http://scg.ar-ch.org/ */
    color: white;
    font-size: 0.85rem;
    padding: 0.5rem 0;
    position: relative;
}

.jps-alert a {
    color: white !important;
    text-decoration: underline;
    &:visited {
        color: white;
    }
}

    .jps-alert a:hover {
        color: white;
    }

.jps-alert p {
    margin: 0;
}

.jps-alert_title {
    font-weight: bold;
}

a.jps-alert_close-link {
    border-radius: 50%;
    color: transparent;
    color: rgba(0,0,0,0);
    display: block;
    display: none;
    height: 1.5rem;
    margin-top: -0.75rem;
    overflow: hidden;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 1.5rem;
}

    a.jps-alert_close-link:hover {
        text-decoration: none;
    }

    a.jps-alert_close-link:before {
        background: #606060;
        color: white;
        content: 'x';
        display: block;
        left: 0;
        line-height: 1.25rem;
        height: 100%;
        text-align: center;
        top: 0;
        width: 100%;
    }

    a.jps-alert_close-link:hover:before {
        background: #808080;
    }

@media only screen and (min-width: 768px) {

    .jps-alert {
        text-align: right;
    }

}