@font-face {
    font-family: lato;
    src: url("../fonts/lato-regular.eot;");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: lato;
    src: url("../fonts/lato-bold.eot;");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: lato;
    src: url("../fonts/lato-italic.eot;");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: lato;
    src: url("../fonts/lato-bolditalic.eot;");
    font-style: italic;
    font-weight: bold;
}

a:link, a:visited {
    color: #76b900;
}

footer img {
    display: block;
    width: 137.5px;
    position: relative;
    left: -9px;
    margin: 0 0 15px 0;
}


footer p
{
    color: #666666;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.25em;
}

footer p:not(.notices)
{
    display: inline;
    margin: 0;
}

footer p a,
footer p a:visited {
    color: #666666;
}

footer p a:hover {
    color: #666666;
}

/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
    background: #76b900;
}

.wy-menu > p > span.caption-text {
    color: #76b900;
}

.wy-menu-vertical p {
    height: 32px;
    line-height: 32px;
    padding: 0 1.618em;
    margin: 12px 0 0;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 85%;
    white-space: nowrap;
}

.wy-side-nav-search a:link, .wy-nav-top a:link {
    color: #fff;
}
.wy-side-nav-search a:visited, .wy-nav-top a:visited {
    color: #fff;
}

.wy-side-nav-search a:hover, .wy-nav-top a:hover {
    color: #fff;
}

.wy-menu-vertical a:link, .wy-menu-vertical a:visited {
    color: #d9d9d9
}

.wy-menu-vertical a:active {
    background-color: #76b900
}

.wy-side-nav-search>div.version {
    color: rgba(0, 0, 0, 0.6)
}

.wy-nav-content {
    max-width: 1000px;
}

/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
    /* !important prevents the common CSS stylesheets from
    overriding this as on RTD they are loaded after this stylesheet */
    white-space: normal !important;
}

.wy-table-responsive {
    overflow: visible !important;
}
