/* Custom header styles */
nav {
  background-color: rgb(51, 51, 51);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}

.navBrand img {
  height: 70px;
  margin: 0;
}

.navTitleContainer {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 350px;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
  font-family: Arial, Helvetica, sans-serif;
}

.navTitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 3px;
}

.jsonLink,
.jsonLink a {
  color: rgba(255, 255, 255, 0.87);
  font-size: 13px;
}

.navButtons {
  position: absolute;
  right: 30px;
  top: 24px;
}

.navButtons a {
  color: rgba(255, 255, 255, 0.87);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
}

.jsonInfo {
  padding: 10px;
}
/* End of Custom header styles */

/* Swagger styles overridden */
.try-out {
  width: 100%;
  margin-left: 50px;
}

.try-out__btn {
  width: 100%;
}

.swagger-ui .information-container .info {
  margin: 0;
}

.swagger-ui .opblock-description .markdown code,
.swagger-ui .description .markdown code {
  color: #ffffff;
}

.swagger-ui .markdown code {
  color: #3b4151;
}

.swagger-ui .opblock-body pre {
  background: rgb(51, 51, 51);
}
/* End of Swagger styles overridden */
