body {
	/*padding-top: 71px;*/
	padding-bottom: 0px;
}

h1:after {
	content: ' of 7';
	color: #666;
	font-size: 20px;
	font-weight: 100;
}

h1.introduction:after {
	content: '';
}

.jumbotron {
	background-color: #357180;
	background: url('../../img/round/css_whole_128.png') no-repeat #357180;
	background-position: 100% 119%;
	color: #efefef;
}

#sidebox.affix {
	top: 70px;
}


/* Browser */

.browser {
	position: relative;
	background-color: #fefefe;
	-webkit-box-shadow:  3px 3px 15px 2px rgba(150, 150, 150, 0.8);
	box-shadow:  3px 3px 15px 2px rgba(150, 150, 150, 0.8);
	position: relative;
	min-height: 60px;
	border: 3px solid #F9A72F;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 60px;
	margin-bottom: 30px;
	padding: 0px;
}

.browser-title {
	/*border: 1px solid #000;*/
	background-color: #F9A72F;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	top: -27px;
	height: 27px;
	left: 10px;
	font-weight: bold;
	color: #fff;
	padding: 3px 15px 3px 7px;
}

.browser-content {
	padding: 10px;
	padding-left: 17px;
}

.browser-content h2 {
	font-size: 32px;
	font-weight: bold;
	font-family: Times new roman;
	border-bottom: 0px
}

.browser-content h3 {
	font-size: 24px;
	font-weight: bold;
	font-family: Times new roman;
	border-bottom: 0px
}

.browser-content h5 {
	font-size: 20px;
	font-weight: bold;
	font-family: Times new roman;
	border-bottom: 0px
}

.browser-content hr {
	border-top-color: #666;
}


/* Terminal */

.terminal {
	/*background-color: #dfdfdf;*/
	background-color: #f9eac5;
	-webkit-box-shadow:  3px 3px 15px 2px rgba(150, 150, 150, 0.8), 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset;;
	box-shadow:  3px 3px 15px 2px rgba(150, 150, 150, 0.8), 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset;;
	position: relative;
	min-height: 60px;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 30px;
	font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
	margin: 20px 0px 20px 0px;
}

.terminal:before {
	content: 'Terminal';
	text-align: center;
	/*background-color: #888;*/
	background-color: #b3a15e;
	display: block;
}

.terminal:after {
	content: '';
	text-align: right;
	background-color: #888;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 4px;
}

.prompt {
	font-weight: bold;
}

.terminal .prompt:before {
	content: 'user@bash: ';
}

.terminal ol {
	margin: 0 0 0 33px;
	padding: 0px;
	padding-left: 7px;
}

.terminal li {
	line-height: 20px;
	padding-left: 8px;
}


/* Script File */

.page {
	background-color: #fff;
	-webkit-box-shadow:  3px 3px 15px 2px rgba(150, 150, 150, 0.8), 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset;
	box-shadow:  3px 3px 15px 2px rgba(150, 150, 150, 0.8), 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset;
	position: relative;
	min-height: 60px;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 30px;
	font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
	margin: 20px 0px 20px 0px;
}

.page:after {
	content: '';
	text-align: right;
	background: #ccc;
	background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 15px;
	border-radius: 0 0 5px 5px;
}

.page h4 {
	text-align: center;
	background-color: #5ea1b3;
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}

.page pre, .browser pre {
	background: none;
	border: none;
	font-size: inherit;
	padding: 0px;
	margin: 0px;
}

.page ol {
	margin: 0 0 0 33px;
	padding: 0px;
	padding-left: 7px;
}

.page li {
	line-height: 20px;
	padding-left: 8px;
	border-bottom: 1px solid #d8f2fb;
}

.css-page h4 {
	background-color: #81b23b;
}

.tab1, .tab2, .tab3, .tab4 {
	display: inline-block;
}

.tab1 {
	width: 20px;
}

.tab2 {
	width: 40px;
}

.tab3 {
	width: 60px;
}

.tab4 {
	width: 80px;
}

.comment {
	color: #468847;
	font-style: italic;
}

.string {
	color: #a94442;
}

.highlight-blue {
	color: #08c;
}

.highlight-red {
	color: #a94442;
}

.highlight-green {
	color: #65A844;
}

.highlight-grey {
	font-style: italic;
	color: #666;
}

.highlight-property {
	font-weight: bold;
	color: #666;
}

.highlight-selector {
	font-weight: bold;
	color: #ffb357;
}

.highlight-import {
	font-weight: bold;
	color: #a076ab;
}

.highlight-selector-extra {
	
}

