﻿#swagger-ui > section > div.topbar > div > div > a > img {
    display: none;
}

.swagger-ui .topbar {
    background: white;
    border-bottom: 1px solid silver;
}

#swagger-ui > section > div.topbar > div > div > form > label > span {
    color: black;
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div.information-container.wrapper > section > div > div > hgroup > h2 > span > small.version-stamp {
    display: none;
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div.information-container.wrapper > section > div > div > hgroup > a {
    display: none;
}
