﻿#header {
    display: none;
    background-color: #303030 !important;
    box-shadow: 0 -18px 16px 21px #706f70 !important;
    -webkit-box-shadow: 0 -18px 16px 21px #706f70 !important;
    -moz-box-shadow: 0 -18px 16px 21px #706f70 !important;
}
.logo__img {
    width: 125px;
    padding-top: 5px;
}

.swagger-section #explore, .swagger-section #explore:hover {
    background-color: #2AAA4E !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 8px;
}

#header input, #header input:active, #header input:hover {
    font-size: 1.2em !important;
    border-radius: 5px !important;
    border: 0 !important;
}