html, body, #redoc-container > div:not(.redoc-wrap), #redoc-container > div:not(.redoc-wrap) div {
	background: #F5F5F5 !important;
}
body {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: underline !important;
}
h1 {
	font-size: 1.8em !important;
	line-height: 1.1em;
	padding-bottom: 0.5em !important;
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	color: #000 !important;
	border-bottom: 1px solid #d9d8d8 !important;
}
h2 {
	font-size: 1.5em !important;
}
/* API name */
h1.bllssP {
	font-size: 2.1em !important;
	margin-top: -0.5em !important;
	padding-bottom: 0.8em !important;
}
#redoc-container {
	background: #fff !important;
}
/* Right column */
.sc-bZQynM, .sc-EHOje {
	border-left: 1px solid #d9d8d8;
}
.sc-kGXeez {
	background: #F5F5F5 !important;
}

/* Divider */
.kOHAfZ::after {
	border-bottom: 1px solid #d9d8d8 !important;
}

.ejCUop {
	border-bottom: 1px solid #d9d8d8 !important;
}
/* Button */
div.api-info p a {
	background-color: #4c8930 !important;
	color: #FFF !important;
	border: 0 !important;
	font-weight: bold !important;
	padding: 6px 13px !important;
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}
div.api-info p a:hover {
	background-color: #58953c !important;
	text-decoration: none !important;
}
/* Search */
.cJqKKw {
	background: #F5F5F5 !important;
	border-top: 1px solid #d9d8d8 !important;
	padding: 7px 0px !important;
}
.cJqKKw input {
	border: 0 !important;
	font-size: 1.1em !important;
	font-family: Arial !important;
	font-weight: normal !important;
}
/* Menu */
.menu-content {
	border-right: 1px solid #d9d8d8;
}

.menu-content ul.bMoiKd {
	border-top: 1px solid #d9d8d8 !important;
}

.menu-content ul.bMoiKd li.htVweZ {
	border-bottom: 1px solid #d9d8d8 !important;
}
.menu-content ul.bMoiKd li.htVweZ li {
	border-bottom: 0px !important;
}
.menu-content ul.bMoiKd li.htVweZ label.active, .menu-content ul.bMoiKd li.htVweZ label:hover {
	background: #f5f5f5 !important;
}
/* Menu label */
.menu-content label.eNIWzT, .menu-content label.dUPZEv {
	text-transform: none !important;
}
.menu-content label.eNIWzT span, .menu-content label.dUPZEv span {
	font-size: 1.1em !important;
}
/* Menu arrow */
.menu-content .cEojju {
	width: 20px !important;
	height: 20px !important;
}
/* Menu title */
.menu-content label.aYaAS {
	font-size: 1.2em !important;
	text-transform: none !important;
	padding-bottom: 10px !important;
}

/* Menu tag label */
.menu-content .kpZzvF {
	border-radius: 0px !important;
}

/* URL dropdown */
.hZvrNH, .ePRahW {
	padding: 10px 40px 10px 15px !important;
}

/* Tabs panel */
.cZYrTk > .react-tabs__tab-panel--selected {
	color: #000;
	background: #fff !important;
	border: 1px solid #d9d8d8 !important;
}

.cZYrTk > .react-tabs__tab-panel--selected > div {
	padding: 15px !important;
}

.cZYrTk > .react-tabs__tab-panel--selected > div .hVIvaM {
	color: #000 !important;
	border-color: #d9d8d8 !important;
}

/* Tabs panel tools */
.frTWSy {
	opacity: 1 !important;
	font-size: 0.85em !important;
	padding-bottom: 5px !important;
}

.frTWSy > span {
	opacity: 0.5 !important;
	padding-right: 0px !important;
}

.frTWSy > span:hover {
	opacity: 1 !important;
}

.brRdeG > div {
	border: 1px solid #d9d8d8 !important;
}

/* Tabs */
.cZYrTk > ul {
	margin: 0 0 -1px 0 !important;
}

.cZYrTk > ul > li {
	margin: 0 !important;
	background: #f9f9f9 !important;
	border-radius: 0 !important;
	border-color: #d9d8d8 !important;
}

.cZYrTk > ul > li:hover {
	background: #fff !important;
}

.cZYrTk > ul > li.react-tabs__tab--selected {
	background: #fff !important;
	border-bottom: 1px solid #fff !important;
}

/* Code */
pre, .redoc-json {
	border-radius: 3px !important;
	color: #FFF !important;
	background-color: rgb(38, 50, 56) !important;
	padding: 10px 15px !important;
}

code {
	padding: 0.1em 0.4em 0.2em !important;
	border-color: #d9d8d8 !important;
	line-height: 1.5em;
}

pre code {
	border: 0 !important;
	padding: 0.1em 0 0.2em !important;
}

/* Developers link */
a#developer-link {
	font-family: 'Trebuchet MS';
	font-size: 1.8em;
	text-decoration: none !important;
	text-align: center;
	background-color: #4c8930;
	color: #fff;
	padding: 8px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}
a#developer-link:hover {
	background-color: #58953c;
}
a#developer-link img {
	display: block;
}
@media (max-width: 85rem) {
	a#developer-link {
		position: static;
		display: block;
	}
}
