body{
    margin:20px 200px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: .8em;
}

.serviceTitle{
    width:350px;
    margin:50px auto;
    text-align: center;
    border:1px solid gray;
    border-radius: 20px;
    font-size:110%;
}

.apiContainer{
    margin:0 20px;

}

table{
    width:100%
}
table td{
    padding:5px;
}

table th{
    text-align: center;
    border:1px solid rgb(171, 171, 171);
}

table td{
    border-bottom:1px solid rgb(171, 171, 171);
}


.label{
    font-weight: bold;
    color:black;
    background-color: rgb(187, 186, 186);
}

.method{
    width:15%;
    font-weight: bold;
    border-right:1px solid rgb(171, 171, 171);
    color:blue;
}
.parameter{
    width:50%;
}
pre, code{
    margin:0!important;
    padding:0 5px!important;
    font-family: 'Courier New', Courier, monospace;
    tab-size: 3!important;
}
.example{
    width:35%;
    background-color: rgb(234, 234, 234);
    
}