/* Fix width of logo image height */
.navbar-brand.logo-control img.logo-img {
    max-height: 75px;
}
 
.card-body .api-top-section .image-column.text-center {
    display: none;
}
 
.card-body .image-column {
    display: none;
}
 
.container .row.api-details-intro .col-md-3.col-sm-12 {
    display: none;
}
 
.tab-content div#overview {
    margin-left: 0;
}
 
tbody, td, td {
    padding-right: 7px;
}
 
ul.nav.nav-tabs.offset-md-3 {
    margin-left: 0px;
}
 
h1#api-head-name {
    padding-left: 1px;
}


