
summary {
    width: 100%;
}

.right {
    float: right;
}

.last_updated {
    float: right;
    font-size: small;
    font-weight: lighter;
}

.last_updated svg {
    fill: var(--text-muted);
    height: 20px;
    alignment-baseline: middle;
}

.floater {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: darkorange;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.floater svg {
    fill: var(--text-bright);
    width: 48px;
    margin-top: 6px;
}

