#api_body {
    margin-top: 0px;
}

.hns-code {font-family:Consolas,"courier new";font-size:16px}

a.api-link {
    color: #3f51b5;
    cursor: pointer;
}

a.api-link:hover {
    text-decoration: underline;
}

.hns-api-name {
    font-family:Consolas,"courier new";
    font-size:24px;
    font-weight: bold;
    color: black;
}

.hns-api-column {
    width : 120px;
    font-weight: bold;
    color: black;
}

.hns-api-desc {
    color: black;
}

#api_menu h2 {
    font-size:21px;
    padding-left:16px;
    margin:-4px 0 4px 0;
    width:204px;
}
#api_menu a {padding:2px 1px 1px 16px}
#api_menu a:hover {color:#000000}
#api_menu a.active {background-color:#3f51b5;color:#ffffff}
#api_menu .w3-closebtn {
    position:absolute;
    right:16px;
    top:0;
}

#api_list {
    width: 300px;
}

#api_menu_inner {
    height:100%;
    width:100%;
    overflow-y:scroll;
    overflow-x:hidden;
    padding-left: 8px;
    padding-top:1px;
}

#api_menu {
    box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    height:100%;
    position:relative;
    width:auto;
    padding-top:0;
    background-color:#f1f1f1;
}

#api_menu_inner {
    overflow-y:scroll;
}

.api_category {
    font-weight: bold;
}

.hns-enc-api-group-odd
{color:#000!important;background-color:#cce6ff!important}

.hns-enc-api-group-even
{color:#000!important;background-color:#e6f2ff!important}
