.fhe-last-updated {
    font-size: 0.9em;
}

.fhe-chart {
    background: #710f0f;
    border: 1px solid #000;
}
.fhe-chart th,
.fhe-chart td {
    padding: 0.2em 0.8em;
    text-align: center;
}
.fhe-chart th {
    font-size: 1.2em;
}
.fhe-chart td {
    background: #00000094;
    border-radius: 3px;
}
.fhe-rotate {
    margin-top: 1.5em;
    padding: 0.3em 0.8em;
}



#fhe_login {
    background: rgba(0,0,0,0.5);
    padding: 0.5em 1em;
    border-radius: 1em;
    width: fit-content;
}
#fhe_login input[type='text'],
#fhe_login input[type='password']{
    display: block
}


.logged-in .fhe-login-link {
    display: none;
}

body:not(.logged-in) .fhe-logout-link {
    display: none;
}



@media screen and (max-width: 600px) {
    .desktop-chart {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .mobile-chart {
        display: none;
    } 
}

