﻿/*
	Forcing larger width
*/
div#swagger-ui-container {
	max-width: inherit;
	margin-left: 75px;
	margin-right: 75px;
}

/*
	div#header is the root element for the automatic Swagger header that we probably want to mutate/replace
*/
div#header {
	background-color: rgb(42, 110, 187) !important;
	width: 100%;
	text-align: center;
}

/*
	hide the api key input
*/
input#input_apiKey {
	display: none;
}

/*
	hide explore button
*/
a#explore {
	display: none !important;
}

/*
	hide swagger logo image
*/
a#logo {
	display: none !important;
}

/*
	hide the api selector form
*/
form#api_selector {
	display: none !important;
}