.infobanner_reachability {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    left: 0;
    margin: auto;
    max-height: 80vh;
    max-width: 900px;
    overflow: auto;
    padding: 2rem 1rem;
    position: fixed;
    right: 0;
    top: 20vh;
    width: 95vw;
    z-index: 8000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    * {
        text-align: center !important;
    }
}

.infobanner_reachability.hide_infobanner_reachability {
    display: none;
}

.close_infobanner_reachability {
    margin-top: 1rem;
}

@media print {
    .infobanner_reachability {
        display: none;
    }
}