.label {
    padding: 2px 4px;
    background: #494C54;
    border-radius: 5px;
    color: white;
}
/*CODE TABS START*/

.codetabs .tabheader {
    background: #181c25;
    color: white;
	width: 94%;
}
.codetabs .tabheader ul {
    padding: 0;
}
.codetabs .tabheader ul li {
    list-style-type: none;
    float: left;
    display: block;
    padding: 10px 30px;
    cursor: pointer;
}
.codetabs .tabheader ul li:hover, .codetabs .tabheader ul li.active {
    background: #494C54;
}
.codetabs .tabheader::after {
    content: '';
    display: block;
    clear: both;
}
pre.prettyprint, code.prettyprint {
    margin: 0 !important;
    padding: 15px !important;
    width: 90% !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}
.param_table {
    margin-top: 20px;
    margin-bottom: 20px;
}
.param_table table {
    width: 100%;
}
.param_table table th {
    text-align: left;
    padding: 6px;
}
.param_table table td {
    font-weight: 100;
}
.table {
    border-collapse: collapse !important;
}
.table td, .table th {
    background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
}
/*CODE TABS END*/