﻿.swagger-section #header {
	background-color: #906E54
}

	.swagger-section #header #logo span.logo__title {
		display: none;
	}

.swagger-section #api_selector input {
	width:300px;
}

img.logo__img {
	content: url(../../../Content/images/iqos-logo-white.svg);
	width: 100px;
}

.swagger-section .swagger-ui-wrap h2 a {
	color: #906E54 !important;
}

.swagger-section div.swagger-ui-wrap {
	max-width: 80%;
}

table.fullwidth thead tr th:nth-child(5) {
	width: 50% !important;
}

textarea.body-textarea {
	height: 300px !important;
}


@media print {
	.markdown, input.submit {
		display: none !important;
	}

}