a:link {
   color: darkorange;
}
a:visited {
    color: darkorange;
}
a:hover {
   color: orange;!important;
   padding: 2px 0;
}
.header img {
    float: left;
    width: 200px;
    margin-top: -23px;
    height: 87px;
}
.site-header {
    margin-top: 21px;
    padding-top: 8px;
}

.header h1 {
    font-family: Montserrat,sans-serif;
    font-size: 1.85714em;
    font-weight: 400;
    text-align: center;
    vertical-align:middle;
}
.header h2 {
    font-family: Montserrat,sans-serif;
    font-size: 1.57143em;
    font-weight: 400;
}
.detailed-info * {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.nav-info * {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
}
.nav-info li, li {
    line-height: 22px;
    padding-bottom: 5px;
}
#vmenu {
    margin-right: 0;
}
.header {
    margin-right: 5em;
    height: 65px;
    width: 100%;
}
.column {
    float: left;
    min-height: 100vh;
}
.menu {
    width: 15%;
    min-height: 100vh;
}
.body {
    min-height: 100vh;
    width: 85%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}
table {
    margin-bottom: 20px;
    margin-right: 50px;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-size: 1.1em !important;
    padding: 0.8em 0;
    margin: 3em 0 1.1em;
    color: #333333;
    font-weight: bold;
}
.icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.detailed-info h1 {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1.85714em;
    line-height: 1.6em;
    color: #333333;
}

.detailed-info h2 {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1.57143em;
    line-height: 1.4em;
    color: #333333;
    margin: 0 0 20px;
}

.detailed-info h3 {
    font-size: 1.3em;
    padding: 0.2em 0;
    color: #333333;
    font-weight: normal;
}

.detailed-info h5 {
    margin: 1em 0 1em 0;
    color: rgba(38,50,56,0.5);
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.929em;
    line-height: 20px;
}

.detailed-info div {
    margin-bottom: 30px;
}

.detailed-info p {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

.border-bottom {
    border-bottom: 1px solid rgba(38,50,56,0.3);
}

.hideScrollbar::-webkit-scrollbar{
    display: none;
}

div, p {
    margin-right: 50px;
}

ul ul {
    padding-left: 12px !important;
}

iframe {
    width: 85%;
}

@media (max-width: 750px) {
    .header img {
        float: left;
        width: 150px;
        margin-top: -23px;
        height: 65px;
    }
    .header h1 {
        font-size: 1.5em;
    }
    .header {
        height: 47px;
    }
    .detailed-info h2 {
        font-size: 1.23em;
    }
    .detailed-info h3 {
        font-size: 1.0em;
    }
    div, p, table {
        margin-right: 25px;
    }
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    scrollbar-width: none;
    overflow-x: hidden;
}

/* Hide scrollbar for IE, Edge and Firefox */
.apiDoc {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#api-change-log,
#whats-new,
#whats-deleted,
#whats-deprecated,
#whats-changed {
    color: darkorange;
}
