﻿.swagger-ui .topbar {
  background: #002677;
  color: #fff;
}

.swagger-ui .topbar .download-url-wrapper .select-label { color: #fff; }

.swagger-ui .topbar .download-url-wrapper .select-label select { border: 2px solid #ed6430; }

.link img {
  content: url("./uhc-logo.svg");
  height: 46px;
  width: 168px;
}

.opblock-tag-section {
  border: 1px solid rgba(59, 65, 81, .3);
  border-radius: 4px;
  margin-bottom: 5px;
}

.opblock-tag-section:not(.is-open) .opblock-tag {
  border-bottom: none;
  margin: 0;
}

.opblock-tag-section > div { margin: 10px !important; }
