.wy-nav-content {
    max-width: 1200px !important;
}

.rst-content code, .rst-content tt, code {
    font-size: 13px;
}

.rst-content div[class^=highlight] pre {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;
    font-size: 13px;
    line-height: 1.4;
}
.wy-table-responsive table td {
    white-space: normal;
}
.example::-webkit-scrollbar {
    display: none;
}
.example {
    -ms-overflow-style: none;
}
div.leftside {
    width: 350px;
    padding: 5px 20px 5px 0px;
    float: left;
}

div.rightside {
    width: 350px;
    padding: 5px 20px 5px 0px;
    margin-left:450px;
}

div.twocol{
    margin-bottom:60px;
}

div.selectors {
    margin-top: -6px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 120%;
    line-height: 1.6em;
}

h1 cite, h2 cite, h3 cite, h4 cite, h5 cite, h6 cite{
    font-style: normal;
}
