html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, img, dl,
dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, input,
fieldset, legend, object, embed {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
   font-family: 'Avenir Next';
}

body {
	margin-bottom: 135px;
	color: #A08E78;
	font-size: 16px;
}

.docblock-category-header {
	color: white;
	font-family: 'AvenirNext-DemiBold';
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 60px;
	width: 220px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

.description {
	font-family: 'Avenir Next';
	font-size: 16px;
  color: #6F6F6E;
  margin-top: 10px;
	margin-bottom: 20px;
}

.docblock {
 text-align: center;
 padding: 3px;
}

#yellow-docblock-category-header {
	background-color: #ffeb30;
	}

#blue-docblock-category-header {
	background-color: #09A8D8;
}

#pink-docblock-category-header {
	background-color: #CD7CD1;
}

#green-docblock-category-header {
	background-color: #00A500;
	margin-top: 0px;
}

#orange-docblock-category-header {
	background-color: #F5A322;
}

#purple-docblock-category-header {
	background-color: #8D25E8;
}

.docblock-category-header-line {
	height: 2px;
}

#yellow-docblock-category-header-line {
	background-color: #ffeb30;
}

#blue-docblock-category-header-line {
	background-color: #09A8D8;
}

#pink-docblock-category-header-line {
	background-color: #CD7CD1;
}

#green-docblock-category-header-line {
	background-color: #00A500;
}

#orange-docblock-category-header-line {
	background-color: #F5A322;
}

#purple-docblock-category-header-line {
	background-color: #8D25E8;
}

.docblock-wrapper {
	font-size: 16px;
	margin: 10px;
	margin-top: 18px;
	color: #A08E78;
	margin-bottom: 20px;
}

.docblock-wrapper.big {
	margin-top: 16px;
	height: 200px;
	color: #A08E78;
	margin-bottom: 20px;
}

.docblock-wrapper.green {color: #4E8712;}
.docblock-wrapper.blue {color: #09A8D8;}
.docblock-wrapper.pink {color: #CD7CD1;}
.docblock-wrapper.orange {color: #F5A322;}
.docblock-wrapper.yellow {color: #E8CA18;}
.docblock-wrapper.purple {color: #8D25E8;}

.docblock-wrapper-oneside{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.docblock-wrapper-left{
	float: left;
	width: 45%;
	padding-bottom: 10px;
}

.docblock-wrapper-right {
	float: right;
	width: 45%;
	padding-bottom: 10px;
}

.docblock-image-wrapper {
	position: relative;
	font-family: courier;
	margin-top: 20px;
	float: left;
}
.docblock-image-wrapper > span {font-family: 'Avenir Next';}

.docblock-title {
	font-family: 'Avenir Next';
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #BFBFBF;
}

.docblock-title.green {	border-bottom: solid 1px #4E8712;}
.docblock-title.blue {	border-bottom: solid 1px #09A8D8;}
.docblock-title.pink {	border-bottom: solid 1px #CD7CD1;}
.docblock-title.orange {	border-bottom: solid 1px #F5A322;}
.docblock-title.yellow {	border-bottom: solid 1px #FCDD03;}
.docblock-title.purple {	border-bottom: solid 1px #8D25E8;}


.docblock-title  > 	a:visited {
	color: inherit;
	text-decoration: none;
}

.docblock-title  > 	a:link {
	color: inherit;
	text-decoration: none;
}

.docblock-title  > 	a:hover {
	color: inherit;
	text-decoration: none;
}

.docblock-title  > 	a:active {
	color: inherit;
	text-decoration: none;
}

.docblock-title.all {
	width: 100%;
}

.docblock-image {
	margin-top: 20px;
	margin-left: 10px;
	width: 75px;
}

.docblock-image-repeat {
	margin-top: 20px;
	margin-left: 10px;
	width: 140px;
}

.docblock-description {
	font-family: 'Avenir Next';
	float: right;
	margin-top: 20px;
	width: 260px;
	color: #6F6F6E;
	font-size: 16px;
	line-height: 20px;
 	vertical-align: middle;
}

.docblock-explain {
	font-family: 'Avenir Next';
	margin-top: 20px;
	color: #6F6F6E;
	font-size: 16px;
	line-height: 20px;
 	vertical-align: middle;
}

.docblock-explain > span{
	font-family: courier;
	font-size: 16px;
	line-height: 20px;
	padding-right: 20px;
}

.docblock-description.doublecmdsingle {line-height:80px;}
.docblock-description.reporterbig {line-height:18px; margin-top: 15px;}


.docblock-description.repeat {
	float: right;
	margin-top: 20px;
	width: 230px;
	line-height: 22px;
}

.docblock-trythis {
	font-family: 'AvenirNext-DemiBold';
	margin-top: 20px;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
 	vertical-align: middle;
}

.docblock-trythis > span {
	font-family: courier;
	font-size: 16px;
	line-height: 20px;

}

.docblock-trythis > .more {
	font-size: 16px;
	color: #6F6F6E;
}

.cmd{font-family: courier;}
