header {
    font-size: 16px;
    padding: 3px;
}

.logo {
    display: none;
}


@media only screen and (min-width: 0) and (max-width: 560px) {
    .options-toggle {
        margin-top: 10px;
        display: block;
        height: auto;
    }
    .options-content {
        position: static;
    }
}
