#swagger-ui {
  background-color: #f5f9fb;
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div.scheme-container {
  background-color: #143d5a;
}

.swagger-ui .topbar {
  background-color: rgb(13, 39, 58);
}

.topbar-wrapper img {
  content: url('https://login.tritondigital.com/images/logo-api-doc-menu.png');
}

.swagger-ui .opblock-tag {
  background-color: #eaf3f7;
}

.information-container wrapper {
  background-color: #eaf3f7;
}

tr[data-param-name="authorization"] {
  display: none;
}

div.description table {
  width: 100% !important;
  text-align: center;
  background-color: #eaf3f7;
}

div.description td {
  border: 1px solid #61affe;
}

div.description th {
  border: 1px solid #61affe;
}

#table-versions {
  max-height: 200px !important;
  overflow-y: scroll;
}

#versionDate {
  width: 100px;
}

#versionNumber {
  width: 100px;
}

form.download-url-wrapper {
  display: none !important;
}

span.servers-title {
  display: none !important;
}

div.servers {
  display: none !important;
}
