@media (min-width: 1040px) {
	.swagger-ui .info {
		background-image: url("LozengeFont.png");
		background-repeat: no-repeat;
		background-position: right;
	}
}

.swagger-ui .topbar {
	background: #2E3065;
}

.swagger-ui div.curl-command {
	display: none;
}
