.swagger-section #header {
	background-color: #101010;
}

.swagger-section .swagger-ui-wrap a {
	color: #ff5722;
}

.swagger-section #auth_container .authorize__btn, .swagger-section #explore {
	background-color: #ff5722;
	font-size: 13px;
	text-align: center;
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
}

.swagger-section #auth_container .authorize__btn:hover, .swagger-section #explore:hover
	{
	background-color: #fecb1c;
}

.swagger-section #api_selector input {
	font-size: 13px;
	padding: 1px;
	margin: 0;
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
}

.swagger-section .auth_container .auth__title {
	color: #ff5722;
}

.swagger-section .swagger-ui-wrap p {
	line-height: 1.5em;
}

.swagger-section .swagger-ui-wrap {
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
}

#logo {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

table.e2e_table {
	width: 100%;
	margin-top: 20px;
}

table.e2e_table th {
	font-weight: bold !important;
	padding-bottom: 10px;
}

.info_title {
	margin-bottom: 20px;
}
