﻿#header {
    background: #0076b6 !important;
}

#select_document {
    background: #666 !important;
}

input[name=baseUrl] {
    display: initial !important;
}

.logo__title {
    display: none !important;
}

.logo__img {
    background: url('');
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 64px;
    height: 25px;
    padding-left: 64px;
}

#api_info a {
    color: #ffffff !important;
    text-decoration: none !important;
}

#api_info a:hover,
#api_info a:focus,
#api_info a:active {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

#explore {
    background-color: white !important;
    color: black !important;
}