/* Custom CSS for Swagger UI customization */
.topbar {
	display:none;
}
.topbar-wrapper {
	visibility:hidden;
}

.swagger-ui table thead tr .col_header,
.swagger-ui table thead tr td {
	padding-left:1em;
	padding-bottom:10px;
	padding-right:10px;
}

.swagger-ui table tbody tr td {
	padding-left:1em;
	padding-bottom:10px;
	padding-right:10px;
}
.swagger-ui table tbody tr td:first-of-type {
	min-width: 150px;
	padding-left:1em;
}
.description .renderedMarkdown h6{
	color:red;
}

.description .renderedMarkdown table{
	width: 100%;
	border-collapse: collapse;
}

.description .renderedMarkdown table, th, td {
	border: 1px solid #CCCCCC;
	padding-left:1em;
}

.description .renderedMarkdown table td, td:first-of-type {
	padding-left:1em;
}

.swagger-ui .info hgroup.main a {
	display:none;
}
.swagger-ui .info {
	margin:20px 0px;
}
.swagger-ui .info .title span{
	display:none;
}
.swagger-ui .markdown pre, 
.swagger-ui .renderedMarkdown pre {
	padding: 10px 20px 10px 10px;
	border-radius:4px;
	background-color: #61affe10;
	display: block; 
	overflow-x: auto; 
	background: rgb(51, 51, 51); 
	color: white;
	font-size: 12px;
    hyphens: auto;
	white-space: pre-wrap;
	font-family: monospace;
    font-weight: 600;
}

hr {
	border-top: 1px solid #61affe;
	border-bottom: 0px solid #61affe;
}
