.cy-sidebar.affix {
    position: static;
}

.cy-sidenav {
    background-color: #f7f5fa;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cy-sidebar .nav > li > a {
    color: #716b7a;
    display: block;
    padding: 5px 20px;
}

.cy-sidebar .nav > li > a:hover,
.cy-sidebar .nav > li > a:focus {
    text-decoration: none;
    background-color: #e5e3e9;
    border-right: 1px solid #dbd8e0;
}

.cy-sidebar .nav > .active > a,
.cy-sidebar .nav > .active:hover > a,
.cy-sidebar .nav > .active:focus > a {
    border-right: 1px solid #563d7c;
    color: #563d7c;
    font-weight: bold;
}

.cy-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px;
}

.cy-sidebar .nav .nav > li > a {
    font-size: 90%;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
}

@media (min-width: 992px) {
    .cy-sidebar .nav > .active > ul {
        display: block;
    }

    .cy-sidebar.affix {
        position: fixed;
        width: 213px;
    }

    .cy-sidebar.affix-bottom {
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .cy-sidebar.affix {
        width: 263px;
    }
}

pre {
    background: #000000;
    color: #c7c7c7;
}

pre, code {
    font-family: Menlo, Monaco, Consolas, Courier, "Courier New", monospace;
}

.cy-doc-footer {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 100px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.Comment { color: rgb(85, 85, 85); }
.Constant { color: rgb(187, 0, 0); }
.Control { color: rgb(187, 187, 0); }
.Error { color: rgb(255, 85, 85); }
.Keyboard { color: rgb(85, 85, 85); }
.Meta { color: rgb(0, 187, 0); }
.Operator { color: rgb(0, 187, 187); }
.Special { color: rgb(187, 0, 187); }
.Structure { color: rgb(85, 85, 255); }
.Type { color: rgb(85, 85, 255); }
