
body {
    color: #080b0d;
    font-family: Lato, sans-serif;
    font-size: 16px;
    margin: 0 0 0 0;
    background-color: #F0EFEF;
    overflow-y: scroll;
    line-height: 22px;
}
body.index-page {
	background-color: #FC686C;
}
a {
	text-decoration: none;
	color: #d71920;
}
pre{
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	padding: 17px 20px;
	color: #fff;
	background-color: #444;
}
hr {
	border: none;
	height: 1px;
	color: #919395; /* old IE */
	background-color: #919395; /* Modern Browsers */
}
* {
	box-sizing: border-box;
}
.codevalue {
	color: #aaf;
}
.codeheader {
	color: #faa;
}
.codeprop {
	color: #afa;
}
.clearfix::before, .clearfix::after {
	/*content: " ";
	display: table;*/
}
.constrain {
	width: 95%;
	min-width: 600px;
	max-width: 1098px;
	margin: 0px auto;
}
.content {
	padding-right: 30px;
	padding-left: 5px;
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}
.sidebar {
	padding-right: 30px;
	width: 33%;
	float: left;
	display: none;
	background-color: #FFFFFF;
}
.topic-header {
	border-top: 1px solid #919395;
}
.topic-title {
	color: #000000;
	font-family: oswald;
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
}
.topic-subtitle {
	color: #000000;
	font-family: lato;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
.topic-sectiontitle {
	color: #000000;
	font-family: lato;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.topic-text table {
	font-size: 12px;
}
.topic-text td {
	padding: 5px;
}
.topic-text th {
	padding: 5px;
	text-align: left;
}
.topic-text table.full-bordered {
	border-spacing:0px; 
	border-collapse: collapse;
}
.topic-text table.full-bordered td {
	padding: 3px;
	border-style: solid;
	border-width: 1px; 
	border-color: #080b0d;
	text-align: center;
}
.topic-text table.full-bordered th {
	padding: 3px;
	border-style: solid;
	border-width: 1px; 
	border-color: #080b0d;
	color: #ffffff;
	background-color: #d71920;
}
.screenshot {
	border: 1px solid #e1e2e2;
	padding: 2px;
	max-width: 100%;
}
.sourcecode {
	font-family: courier;
	font-size: 90%;
}

.httppost, .httpget, .httpdelete, .httppatch {
	display: inline-block;
	color: white;
	padding: 0px 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.httppost {
	background-color: #30D030;
}

.httpget {
	background-color: #30B0FF;
}

.httpdelete {
	background-color: #D05050;
}

.httppatch {
	background-color: #FFD030;
}

#header.stucked {
	top: 0px;
	opacity: 1;
	position: relative;
	left: 0px;
	z-index: 10001;
}
#header {
	top: 0px;
	opacity: 1;	
	position: relative;
	width: 100%;
	overflow: visible;
	z-index: 9998;
	display: block;
	background-color: #ffffff;
	font-weight: normal;
	font-family: inherit;
	box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.7);
	min-height: 100px;
	padding: 0 0 0 0px;
}
#container {
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	min-height: 100%;
	font-family: inherit;
}
#main-area {
	background-color: #FFFFFF;
	display: block;
	z-index: 1;
	position: relative;
	overflow: auto;  
}
#extension-title {
	color: #d71920;
	font-family: Oswald;
	font-size: 56px;
	font-weight: 300;
	line-height: 60px;
	text-transform: uppercase;
}
#content-wrapper {
	background-color: #FFFFFF;
	position: relative;
	overflow: auto;
	z-index: 1;
}
#content-wrapper-index {
	padding: 20px 0px;
	position: relative;
	overflow: auto;
}
#logo {
	clear: both;
	padding: 15px;
}
#logo img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: 131px;
	height: auto;
	vertical-align: middle;
	float: left;
}
#menu-button {
	display: inline;
}
ul#menu-topics {
	display: none;
	list-style-type: none;		
}
#main-area:hover ul#menu-topics {
	display: block;
}
ul#menu-topics a {
	color: #000000;
	font-family: oswald;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul#menu-topics a:hover {
	color: #d71920;
}
ul#menu-topics li {
	padding: 5px;
	font-family: oswald;
	font-size: 14px;
	font-weight: 400;
}
ul#topics {
	list-style-type: none;		
}
ul#topics a {
	color: #000000;
	font-family: oswald;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul#topics a:hover {
	color: #d71920;
}
ul#topics li {
	padding: 5px;
	list-style-type: none;
}
#main-navigation {
	float: right;
	width: auto;
	padding: 0px 20px;
	vertical-align: middle;
}
ul#main-menu {
	padding: 10px;
	list-style: outside none none;
	margin: 0px;
}
ul#main-menu li {
	padding: 0px;
	display: inline-block;
	position: relative;
	overflow: visible !important;
	margin: 0px 0px 0px 40px;
	border: 0px none;
	list-style-type: none !important;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: Oswald;
	text-transform: uppercase;    
}
ul#main-menu a {
	text-decoration: none;
	color: #080b0d;
}
#main-navigation .nav-container {
	float: right;
	width: auto;
	padding: 0px 40px;
}

/* Index Page Styling */
#extension-list-title {
	color: #d71920;;
	padding: 0px;
	font-family: Oswald;
	font-size: 40pt;
	font-weight: 400;
	text-align: center;
	line-height: 42pt;
}
.product-box {
	border: 1px solid #a3a5a6;
	/*border-bottom: 1px solid #919395;*/
	padding: 20px 20px 20px 20px;
	margin: 30px; 30px 30px 30px;
	float: left;
	width: 248px;
	height: 65px;
	/*width: 248px;
	height: 170px;*/
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #ffffff;
	z-index: 1;
	overflow: hidden;
	position: relative;
	opacity: 0.7;
}
.product-box:hover {
	border: 1px solid #a3a5a6;
	/*border-bottom: 1px solid #919395;*/
	padding: 20px 20px 20px 20px;
	margin: 30px 25px -75px 25px;
	/*margin: 25px 25px 25px 25px;*/
	float: left;
	width: 258px;
	height: 170px;
	/*width: 258px;
	height: 180px;*/
	text-align: center;
	z-index: 10;
	position: relative;
	opacity: 1;
}
.product-box a {
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: #343434;
}
.product-text {
	color: #919395;
	position: relative;
	top: 25px;
	width: 190px;
	margin: 0 auto;
	padding: 0;
	font-size: 10pt;
}
/* Index Page Styling */

/* Error Page Styling */
body.error-page {
	background-color: #FFFFFF;
}
h1.error-page {
	font-family:Oswald;
	font-weight:400;
	font-size:40pt;
	text-align:center;
	line-height: 42pt;		
}

h2.error-page {
	font-family:Lato;
	font-weight:400;
	font-size: 20pt;
	text-align:center;
	line-height: 22pt;		
}
img.error-page-icon {
	display: block;
	margin:50px auto;
	width: 200px;
}
a.error-page {
	display: block;
	margin: 0 auto;
	width:120px;
}
img.error-page-logo {
	display: block;
	margin: 0 auto;
}
/* Error Page Styling */

/* XML styling */
.e { margin-left: 1em; text-indent: -1em; margin-right: 1em }
.b { color: red; font-family: 'Courier New'; font-weight: bold; text-decoration: none }
.c { text-indent: -2em; margin-left: 1em }
.m { color: blue }
.pi { color: blue }
.t { color: #990000 }
.tx { font-weight: bold }
/* XML styling */

@media screen and (min-width: 841px) {
body {
	font-size: 14px;
	line-height: 20px;
}
.sidebar {
	display: block;
}
.content {
	width: 66%;
}
#header.stucked {
	position: fixed;
}
#container {
	margin: 0px auto;
	padding: 100px 0px 40px 0px;
	min-height: 100%;
	font-family: inherit;    
}
#menu-topics {
	display: none;
	list-style-type: none;		
}
#main-area:hover ul#menu-topics {
	display: none;
}
#menu-button {
	display: none;
}
}