#sdk_body {
    /* background-color: white; */
    position: relative;
    padding-bottom: 15px;
}

#sdk_header {
    width: 650px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    text-align: center;
    margin: 15px auto;
}

#sdk_header .sdk_title {
    font-size: 20px;
    text-align: center;
}

#sdk_to_toc_link {
    position: fixed;
    right: 90%;
    bottom: 15px;
    display: none;
}

.sdk_to_toc_link {
    position: relative;
    top: -20px;
    text-align: right;
    height: 0px;
}

.sdk_to_toc_link a {
    color: black;
    text-decoration: none;
}

.sdk_to_toc_link a:hover {
    color: #FF0000;
    text-decoration: none;
}

.sdk_title {
    font-size: 18px;
    text-align: left;
}

.sdk_subtitle {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 7px;
    margin-left: 10px;
}

#sdk_toc {
    width: 275px;
    /* margin: 0 auto; */
    font-size: 14px;
    border: black 1px solid;
    padding-top: 5px;
    position: absolute;
    left: 5px;
}

#sdk_toc ul {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}

#sdk_toc ul li {
    padding-bottom: 5px;
}
    
#sdk_toc ul .sub_item {
    padding-left: 5px;
}

#sdk_toc_title {
    text-align: center;
}

#sdk_content {
    width: 600px;
    padding-bottom: 15px;
    position: relative;
    top: 25px;
    left: 300px;
}

.sdk_section_content {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 25px;
}

.sdk_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sdk_image_with_caption {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.sdk_image_with_caption img {
    
}

.sdk_image_caption {
    display: block;
    text-align: center;
}

.sdk_code, .sdk_code_center {
    font-family: Courier, "Courier New", monospace;
    margin-top: 12px;
    margin-bottom: 12px;
}

.sdk_code_center {
    text-align: center;
}

.sdk_table {
    text-align: center;
}

.sdk_table_1, .sdk_table_2 {
    border-collapse: collapse;
    font-size: 13px;
    box-shadow: 2px 2px 2px #666;
    margin: 12px auto;
}

.sdk_table td {
    padding: 0 10px;
}

.sdk_table_1 th {
    background-color: #555;
    color: white;
}

.sdk_table_1 th, .sdk_table_1 td {
    border: solid 1px black;
    padding: 2px 5px;
}

.sdk_table_1 td {
    font-family: Courier, "Courier New", monospace;
}

.sdk_table_1 td:first-child {
    text-align: center;
}

