body {
  margin: 0
}

body #swagger-ui section.swagger-ui.swagger-container .topbar {
    display: none !important;
  }

  .ioto_banner {
    width: 100%;
    height: auto;
    background-color: #00012f;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .ioto_banner img {
    max-width: 100%;
    height: 75px;
  }

  .gov_logo {
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15%;
    margin-bottom: -30px;
    margin-top: 12px;
  }

  .gov_logo img {
    width: 96px;
    height: 96px;
    margin: 0;
    padding: 0;
    object-fit: contain;
    background-color: transparent;
  }
