html,
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

body {
    font-size: 14px;
}

#sidebar {
    width: 250px;
}

#page {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#page .page-header {
    background: #eee;
}

#page .filter-check {
    width: 200px;
}

#page .filter-panel {
    height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}