﻿#swagger-ui .topbar {
	display: none;
}

#swagger-ui .models {
	display: none;
}

#swagger-ui .information-container .info a {
	display: none;
}

#swagger-ui .information-container .description {
	display: none;
}

#swagger-ui .scheme-container {
	box-shadow: none;
	margin: 0 0 30px 0;
	padding: 0;
}

	#swagger-ui .scheme-container .auth-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}