.swagger-ui .info {margin: 0 !important;}
.swagger-section .swagger-ui-wrap {
  min-width: 1000px;
  max-width: 95%;
}
.swagger-ui .topbar {
  background-color: #434343;
}

.swagger-section #select_document, .swagger-section #auth_container .authorize__btn {
  background-color: #3B78B7;
}

.swagger-section #select_document:hover, .swagger-section #auth_container:hover .authorize__btn {
  background-color: #409acc;
}

.swagger-section .swagger-ui-wrap .markdown{
  max-width: 500px;
}