body {
    font-family: "Nunito Sans", sans-serif;
}
.top-bar, .top-bar ul {
    background-color: #222222;
}
header a:not(.is-active) {
    color: #f5f5f5;
}
.search-form button {
    background-color: #666666;
}
.resource .resource-link img {
    border: 2px solid #222222;
}
a {
    color: #222222;
}
a:hover,a:focus {
    color: #999999
}
.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
    background: #666666;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #666666;
}
[type=submit], [type=submit].disabled, [type=submit][disabled], [type=submit].disabled:hover, [type=submit][disabled]:hover, [type=submit].disabled:focus, [type=submit][disabled]:focus, [type=button], [type=button].disabled, [type=button][disabled], [type=button].disabled:hover, [type=button][disabled]:hover, [type=button].disabled:focus, [type=button][disabled]:focus {
    background-color: #666666;
}
.button.primary:hover,.button.primary:focus {
    background-color: #444444;
}
.dropdown .is-dropdown-submenu a:hover {
    background-color: #444444;
}
#responsive-menu>.dropdown.menu>li.is-active>a,.toc-block#responsive-menu>ul.dropdown>li.is-active>a,.toc-block ul #responsive-menu>ul.dropdown>li.is-active>a,#responsive-menu>.dropdown.menu>li>a:hover,.toc-block#responsive-menu>ul.dropdown>li>a:hover,.toc-block ul #responsive-menu>ul.dropdown>li>a:hover {
    text-decoration: underline;
    color: #888888
}
.button,.button.disabled,.button[disabled],.button.disabled:hover,.button[disabled]:hover,.button.disabled:focus,.button[disabled]:focus {
    background-color: #888888;
    color: #fefefe
}

.button:hover,.button:focus {
    background-color: #888888;
    color: #fefefe
}

.button.primary,.button.primary.disabled,.button.primary[disabled],.button.primary.disabled:hover,.button.primary[disabled]:hover,.button.primary.disabled:focus,.button.primary[disabled]:focus {
    background-color: #888888;
    color: #fefefe
}

.button.primary:hover,.button.primary:focus {
    background-color: #888888;
    color: #fefefe
}