
nav ul a {
    color:#333;
}

.tabs.tabs-transparent .tab a {
    coloe:#333;
}
.tabs.tabs-transparent .tab a:hover, .tabs.tabs-transparent .tab a.active {
    color:#000;
    text-decoration: underline;
}
.tabs.tabs-transparent .tab a, .tabs.tabs-transparent .tab.disabled a {
    color:#333;
}
.dropdown-content li>a {
    color:#333;
}

.nav-wrapper.breadcrumb {
    height: 32px;
}
.tab-content {
    padding:20px 20px !important;
    border: 1px solid #CCC;
    border-radius:6px;
    border-color:rgb(195, 206, 213);
}
.top-container {
    margin-top:24px;
}
.order-panel {
    display: flex;
    
}

.api-help {
    padding:8px 24px;
    border:1px solid, #CCC;
    margin:12px;
}
.api-help h2 {
    font-size:1.1em;
    display: inline-block;
    background-color: rgb(68, 115, 68);
    color:#FFF;
    padding:4px;
    margin:0px;
    font-weight: 700;
}
.api-help .sub-heading {
    font-size:1.3em;
    font-weight: 700;
}
.api-help li {
    border-bottom: 2px solid #ccc;
    margin-bottom: 12px;
    color:#999;
    font-size:.90em;
}
.api-help li .filter {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    display: block;
    color:#000;
    font-size:1.1em;
}

.api-help .header {
    border:1px solid #CCC;
    padding:4px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
}
.api-help .header .domain {
    color:#AAA;
    font-weight: normal;
}
