.oSupportInfo {
    float: right;
    padding-right: 30px;
}
.oAnnouncement {
    background-color: #4E4A58;
    color: white;
    height: 30px;
    line-height: 30px;
    font-family: sans-serif;
    font-size: 13px!important;
    display: none;
}
header[role="banner"] {
    background: #ffffff;
    box-shadow: 0 0 10px 0 black;
    top: 45px;
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 55px;
    padding-left: 40px;
}
header[role="banner"] .topNav {
    padding: 20px;
    float: right;
}
header[role="banner"] .topNav li {
/*    background: #ABF489;
    border-right: 1px solid #5bbc2e;*/
    border-left: 1px solid #B9EAA1;
    margin-top: 0;
    border-radius: 2px 2px 2px 2px;
    padding-top: 0;
    padding-bottom: 0;
}
header[role="banner"] .topNav li:hover {
    background: none;
    border: 1px solid #5bbc2e;
}
header[role="banner"] .topNav li a {
    color: #494949;
    font-weight: bold;
    font-size: 12px;
    padding-top: 30px;
    padding-left: 12px;
    padding-right: 12px;
}
header[role="banner"] .topNav li a:hover {
    text-decoration: none;
}
.main {
    padding-top: 100px;
    margin-top: -45px;
    margin-bottom: -50px;
}
.main:after {
    content: none !important;
}
.oPageLogo {
    background-image: url('/National_Library/20160930123623oe_/https://developers.upwork.com/_static/img/logo-white.png');
    background-position: 0 0;
    height: 30px;
    width: 267px;
    float: left;
    margin-top: 15px;
    margin-left: -20px;
}

.navguide {
    top: 100px;
    padding: 20px;
}
.oFacet {
    background: none repeat scroll 0% 0% #FFF;
    border-right: 1px solid #DADFE5;
    padding-left: 0px;
    bottom: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 55px;
    z-index: 25;
}
.oFacet:after {
    content: "";
    height: 24px;
    display: block;
}
.oFacet:before {
    content: "";
    display: block;
    height: 24px;
}
.sidebarwrapper ul li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    line-height: 22px;
    overflow: hidden;
    padding: 0px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebarwrapper ul li a.viewing {
    background: repeat scroll 0% 0% #7cdf4e;
    border-bottom-color: #7cdf4e;
    border-top-color: #7cdf4e;
    color: #FFF;
    font-weight: bold;
    border-right-color: #7cdf4e;
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 5px;
    margin-left: 5px;
    width: 95%;
}
.sidebarwrapper ul li .children a.viewing {
    background: repeat scroll 0% 0% #F2F2F0;
    border: none;
    color: #5bbc2e;
    padding-left: 25px;
    display: block;
}
.sidebarwrapper ul li .children a {
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    display: none;
}
.visible {
    display: block !important;
}
.oBodyContainer {
    background: white;
    margin-left: 200px;
    min-width: 750px;
}

.globaltoc li { margin: 10px; }
.globaltoc li.current {
    font-weight: bold;
    text-decoration: underline;
}
.call { margin-bottom: 50px; }
.section { margin-bottom: 20px;}
#methods {
    box-shadow: -1px 0px 0px #0F131A, 1px 0px 2px rgba(0, 0, 0, 0.05) inset;
    position: relative;
    margin-left: 50%;
    background-color: #2D2D2D;
}
#plain-page {
    padding: 50px;
}
#language {
    background: linear-gradient(#3E4145, #2D2D2D) repeat scroll 0% 0% #3E4145;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45);
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #14161A;
    padding: 9px 20px;
    position: absolute;
    width: 100%;
    z-index: 75;
}
#language a {
    border-radius: 18px;
    color: #CCD8E8;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 0px 10px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}
#language a.selected {
    background: linear-gradient(#14171A, #2A2F34) repeat scroll 0% 0% transparent;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px #000 inset, 0px -1px 0px #25282E inset;
    color: #FFF;
    cursor: default;
    text-decoration: none;
}
.method {
    padding-top: 0px;
    position: relative;
}
a.section-anchor {
    height: 0px;
    display: block
}
.method-section {
    clear: left;
    font-size: 13px;
    line-height: 1.9em;
    margin-left: -100%;
    padding-top: 0px;
    position: relative;
}
.method-section:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0px;
    height: 0px;
    visibility: hidden;
}
.border {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    height: 1px;
    margin-left: -1px;
    top: 0px;
    background-color: #0F131A;
    z-index: 100;
    width: 100%;
    position: absolute;
}
.method-description {
    -moz-box-sizing: border-box;
    color: #444;
    float: left;
    padding: 15px 40px 0px 20px;
    position: relative;
    width: 50%;
    z-index: 15;
}
.method-description:after {
    background-color: #E4E8EB;
    content: "";
    display: none;
    height: 1px;
    left: 0px;
    position: absolute;
    right: 1px;
    top: 0px;
}
.method-example {
    -moz-box-sizing: border-box;
    margin-left: 50%;
    padding: 67px 30px 0px;
    position: relative;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
    width: 50%;
}
.method-example:before, .method-example:after {
    background: -moz-linear-gradient(left center , #0F131A, rgba(15, 19, 26, 0)) repeat scroll 0% 0% transparent;
    content: "";
    display: none;
    height: 1px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.method-example:after {
    background: -moz-linear-gradient(left center , #45494C, rgba(69, 73, 76, 0)) repeat scroll 0% 0% transparent;
    top: -1px;
}
.method-section:nth-child(1) .method-description:before, .method-section:nth-child(1) .method-description:after, .method-section:nth-child(1) .method-example:before, .method-section:nth-child(1) .method-example:after {
    display: block;
}
.method-description h1, .method-description h2 {
    margin-bottom: 13px !important;
    clear: both;
}
.method-description h1 {
    margin-top: 15px;
}
.method-description ul {
    margin-bottom: 1.5em;
}
.method-description h3 {
    font-size: 14px;
    background: none repeat scroll 0% 0% #EEE;
    padding: 4px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.method-example h1, .method-example h2, .method-example h3, .method-example h4, .method-example h5, .method-example h6 {
    color: #FFF;
    padding-top: 0px;
    background: none;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.method-example p, .method-example .language {
    color: #DAE4F2;
    font-style: italic;
    max-width: 700px;
}
.method-example a {
    color: #5bbc2f;
}
.method-example ul li {
    color: #DAE4F2;
    font-family: Monaco,Consolas,"Lucida Console",monospace;
    font-size: 12px;
    padding: 4px 0px;
}
.method-example code:before {
    content: "";
    color: #ACB9BF;
    display: block;
    padding-bottom: 4px;
}
.method-example code {
    color: #DAE4F2;
    display: block;
    font-family: Monaco,Consolas,"Lucida Console",monospace;
    font-size: 12px;
    line-height: 1.7em;
    white-space: pre-wrap;
}
.highlight {
    padding: 10px 0px 1px 10px;
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 10px;
}
.api-error {
    padding: 5px;
    font-size: 13px;
    color: #FFF;
    background-color: #F00;
}
.clearfix {
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
}
/* PARAMETERS DESCRIPTION */
.method-description p span.apicall-method {
    font-weight: bold;
    color: #888;
}
.method-description .dtable {
    width: 100%;
}
.method-description .drow {
    font-stretch: semi-condensed;
}
.method-description .dname {
    float: left;
    width: 37%;
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    color: #555555;
}
.width30 {
    width: 30% !important;
}
.width70 {
    width: 70% !important;
}
.method-description .dname:after {
    content: ":";

}
.method-description .ddescr {
    float: left;
    width: 63%;
}
.method-description .ddescr span.param-type {
    font-weight: bold;
    color: #757575;
}
.method-description .ddescr span.param-type.required {
    font-weight: bold;
    color: #FF5353;
}
.method-description h5 {
    font-size: 13px;
    border-bottom: 1px solid #EEE;
    color: #444;
}
/* GLOSSARY */
.method-description dl {
    width: 100%;
    font-stretch: semi-condensed;
}
.method-description dl dt {
    float: left;
    width: 40%;
    text-align: right;
    padding: 0 0 0 0;
    font-weight: bold;
    margin-top: 7px;
    white-space: nowrap;
}
.method-description dl dt:after {
    content: ":";
}
.method-description dd {
    float: left;
    width: 60%;
    padding: 0 0 0 15px;
    margin-top: 7px;
    margin-left: 0px;
    margin-right: 0px;
}
.method-description dd strong {
    color: #757575;
}
.method-example h6 {
    font-size: 13px;
    font-weight: normal;
    padding-top: 0px;
}
.method-description dl {
    margin-bottom: 1.5em;
}
/* Admonition and warning styles */
div.admonition, div.warning {
    font-size: 0.9em;
    margin: 1em 0px;
    border: 1px solid rgba(217, 225, 227, 1);
    background-color: #FCFCFC;
    padding: 0px;
    border-radius: 7px;
}
div.admonition p.admonition-title, div.warning p.admonition-title {
    margin: 0px;
    padding: 0.1em 0px 0.1em 0.5em;
    color: #FFF;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
}
div.admonition p.admonition-title {
    background-color: rgba(171, 244, 137, 0.8);
}
div.warning p.admonition-title {
    background-color: #F1CBAF;
}
div.admonition p, div.warning p {
    margin: 0.5em 1em;
    padding: 0px;
}
.method-description cite, code, tt, .method-example cite, code, tt {
    letter-spacing: 0.01em;
    font-size: 0.95em;
    font-family: 'Consolas','Deja Vu Sans Mono','Bitstream Vera Sans Mono',monospace;
}
.method-description tt, #plain-page tt {
    background-color: #F2F2F2;
    border-bottom: 1px solid #DDD;
    color: #333;
}
.method-example tt {
    font-style: normal;
}
#go-top-link, #back-to-odesk-link {
    padding: 0px 20px;
    margin-bottom: 10px;
}
