.docs-container{
    /* background-color: #02363b; */
    background: -webkit-gradient(linear,left bottom,left top,from(#062e4c),to(#041f34));
    background: -webkit-linear-gradient(bottom,#062e4c,#041f34);
    background: -o-linear-gradient(bottom,#062e4c 0,#041f34 100%);
    background: linear-gradient(0deg,#062e4c 0,#052a46);
    padding-top: 84px;
}
.docs-table{
    width: 700px;
    border: 1px solid #ffffff05;
    margin: auto;
    color: white;
    padding-bottom: 20px;
}
.docs-table > table{
    width: 100%;
}

.docs-table > table > tbody > tr{

}
.docs-table > table > tbody > tr > th{
    color: #ffffff99;
    font-weight: 100;
}
.docs-table > table > tbody > tr > td{
    font-size: 15px;
    font-family: Calibri;
    border: 1px solid #0080003d;
}
.docs-table > h4{
    text-align: left;
    color: #ffffff87;
}

.docs-table > p{
    text-align: left;
    color: #ffffff87;
    font-size: 15px;
    text-indent: 28px;
}

ul.api-doc-steps {
    list-style: disc;
    padding: 0 0 0 40px;
    margin-bottom: 20px;
    position: relative;
}

.api-doc-steps li {
    font-size: 15px;
    font-family: Calibri;
    float: left;
    color: white !important;
    text-transform: none !important;
}

.code-docs {
    font-style: italic;
    padding: 20px;
    display: block;
    font-size: 13px;
    word-wrap: break-word;
    background-color: #2d2a2a;
    border: 1px solid #464242;
    border-radius: 4px;
    overflow: auto;
    color: white !important;
}