.swagger-ui .topbar{
	padding:8px 0;
	background-color:#3F51B5 !important;
}

.swagger-ui .topbar .download-url-wrapper{
	display:none !important;
}

.swagger-ui .topbar-wrapper a {
  content: url('./st_logo.png');
  height: 40px !important;
  max-width: 40px !important;
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div:nth-child(3) > section > div > span:nth-child(1) {
	display: none !important;
}
