
html {
	box-sizing: border-box;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.info .title {
	margin: 0px;
	margin-bottom: 20px !important;
}

.info .base-url {
	font-size: 16px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.info .link {
	font-size: 16px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.info .info__license,
.info .info__contact {
	display: none;
}

.info p {
	font-size: 16px !important;
}

.swagger-ui .opblock-tag a.nostyle {
	display: none;
}

.swagger-ui .prop-name {
	display: none;
}

.response-control-examples {
	display: none;
}
