
/* Replace inline error styles */
.swagger-ui-error-notice {
	padding: 20px;
	border: 1px dashed #ccc;
	margin: 1em 0;
}

/* Modifier classes controlled by plugin settings */
.swagger-ui-container-manual.hide-options .swagger-ui .opblock-options {
	display: none !important;
}

.swagger-ui-container-manual.hide-topbar .topbar {
	display: none !important;
}

.swagger-ui-container-manual.hide-info .information-container.wrapper {
	display: none !important;
}

.swagger-ui-container-manual.hide-server .swagger-ui .scheme-container .schemes > .schemes-server-container {
	display: none !important;
}

.swagger-ui-container-manual.hide-default-tag h3#operations-tag-default {
	display: none !important;
}
