.header {
    background: #233247 !important;
    padding: 10px 15px 5px 30px !important;
}
.headerlogo {
    float: left;
}
.headertext {
    float: left;
    margin: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #DDD;
    text-shadow: none !important;
    letter-spacing: 0px;
}
.content h3 {
    border-bottom: solid 1px rgba(144, 144, 170, .6) !important;
}
.api-declaration {
    font-family: 'Inconsolata', monospace;
    font-size: 13px;
    font-weight: 600;
    -webkit-box-shadow: 0 0 0 3px #eee;
    box-shadow: 0 0 0 3px #eee; 
    overflow: auto !important;
    padding: 10px 15px;
    background-color: #fff;
    color: #4d4d4c;
    display: block;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.api-example {
    color: #bbb !important;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: montserrat;
    margin-bottom: -15px;
}
.api-method-get {
    background: #6bbd5b;
    color: #FFF;
    font-weight: 600;
    padding: 2px 5px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 3px;
}
.api-keyword {
    color: #1d75b3;
}
.api-atom {
    color: #75438a;
}
.api-parameter {
    color: #00aaff;
}
.api-parametersit {
    color: #c82829;
}
.api-string {
    color: #b35e14;
}
.api-string2 {
    font-weight: normal !important; 
    color: #333;
}
tab {
    padding-left: 2em;
}
field {
    color: #1d75b3;
}
numbvalue {
    color: #75438a;
}
strvalue {
    color: #b35e14;
}
@media screen and (max-width: 390px) {
    .headertext {
        margin-left: 0px;
    }
}
.api-note {
    background: #fcf8f2;
    border-left: 4px solid #f0ad4e;
    padding: 15px 15px !important;
}
.api-note .title {
    font-family: montserrat;
    font-weight: 600;
    text-transform: uppercase;
    color: #f0ad4e;
}