﻿.swagger-section #header a#logo {
    background-image: url("..\\..\\..\\swaggerextensions\\logo.png");
    width: 140px;
    padding: 0;
    position: absolute;
    height: 39px;
}

.logo__img {
    content: url("..\\..\\..\\swaggerextensions\\logo.png");
    width: 140px;
    padding: 0;
    position: absolute;
    height: 39px;
}

.swagger-section #header {
    background-color: white;
    padding: 14px;
    height: 80px;
}

.swagger-section #explore {
    background-color: black;
}

    .swagger-section #explore:hover {
        background-color: gray;
    }
