            hr {width:100%; clear: both; border-color: #20578f;}
            h2 {margin:15px 0; font-size:15px;}
            label {margin-left: 20px;}
            .wrapper {
             width:100%;
             max-width: 1024px;
            }
            
            .list-item{display:inline-block; width:300px;}
            TABLE.r {margin-top: 3em;}
            TABLE.r caption { height: 3em; text-align: left; padding: 0.5em;}
            TABLE.r.api caption b {font-size: 16px; color:#20578f; }
            .query {padding: 10px; border-color: #636b6f; border: solid 1px; color:#20578f;}
            
           
            .arrow {-moz-transform: scaleY(-4); font-size: 24px; text-decoration: none; color:#495057; display:inline-block; width:30px; padding: 5px;}
            #ajax-result.scroll {max-height: 250px; overflow-y: scroll;}
            #ajax-result.scroll + hr + #block-arrow a.arrow {
                   transform:rotate(90deg) scaleY(-4);
                  -webkit-transform: rotate(90deg) scaleY(-4);
	          -moz-transform: rotate(90deg) scaleY(-4);
	          -ms-transform: rotate(90deg) scaleY(-4);
	          -o-transform: rotate(90deg) scaleY(-4);
            }
            #ajax-result label{margin-left: 0;}
            #ajax-result.full  {min-height: 150px;}
            #ajax-result.full + hr + #block-arrow a.arrow{
                  transform:rotate(-90deg) scaleY(-4);
                  -webkit-transform: rotate(-90deg) scaleY(-4);
	          -moz-transform: rotate(-90deg) scaleY(-4);
	          -ms-transform: rotate(-90deg) scaleY(-4);
	          -o-transform: rotate(-90deg) scaleY(-4);
            }
            #stock-result{
                float: right;
                width:65%;
            }
            #ajax-tree-container{
        	width:34%;
            }
            #rjson, #tree-json {width:unset; margin: 0;}
            #ajax-tree a {width: 255px; overflow-x: hidden;}
            #query-result{
                
            }
            .close-button{
                right: 0;
                position: absolute;
                cursor: pointer;
                margin-top: 15px;
                width: 50px;
                background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle opacity='.2' cx='20' cy='20' r='13.5'/%3E%3Cpath fill='%23fff' d='M27 13.7l-.7-.7-6.3 6.3-6.3-6.3-.7.7 6.3 6.3-6.3 6.3.7.7 6.3-6.3 6.3 6.3.7-.7-6.3-6.3z'/%3E%3C/svg%3E") no-repeat 50%;
            }
            .json, .example{
                color: #333;
		background-color: #f5f5f5;
		padding: 20px;
		border: 1px solid #a3b7cc;
        	max-height:250px;
        	overflow-y:scroll;
            }
            .code {
        	color:#ad4c13;
		background-color:#FCFCD6;
        	font-family:"Courier New";
                width: 100%;
                max-width: 1024px;
            }
            .acent{
            color: #3383d6;
    text-decoration: underline;}
            div.foldermeny ul{
                text-align: center;
                border-bottom: 2px solid #f0f0f0;
            }
            div.foldermeny ul li {
                display: inline-block;
                min-width: 100px;
                padding: 5px;
                text-decoration: underline;
                cursor: pointer;
                color: #20578f;
                width:40%;
            }
            div.foldermeny UL li:hover{
                color: #ad4c13;
            }
            div.foldermeny UL li.active {
                background-color: #f0f0f0;
            }
            #srdata TABLE:first-child {
                margin-top: 0;
            }
            h3 {
                color: #21578f;
		margin-top: 2em;
		margin-bottom: 2em;
    }
    .api-table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:1em 0px 3em 0;
    border:#a3b7cc 1px solid;
    border-collapse:separate;
    /*
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    */
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    text-align:left;
   
    
}
.api-table CAPTION{
border:#a3b7cc 1px solid;
padding:21px 25px 22px 25px;
font-weight:bold;
font-size:larger;
border-bottom:0px;
} 
.api-table th {
    font-weight:bold;
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
 
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.api-table th:first-child{
    text-align: left;
    padding-left:20px;
}
.api-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.api-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.api-table tr{
    text-align: left;
    padding-left:20px;
}
.api-table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
.api-table tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
 
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.api-table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.api-table tr:last-child td{
    border-bottom:0;
}
.api-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.api-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.api-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.api-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.api-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.api-table a:active,
.api-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}