/* ==========================================================================
   Fred's custom styles
   ========================================================================== */
   
.header{
	position: absolute;
	top: 0;
	background: #333;
	color: #fff;
	width: 100%;
	height: 50px;
	padding: 10px 0;
}

.header p{
	font-size: 24px;
	margin: 0;
}
   
.form-inline .form-group{ 
	width: 49.5%;
	margin-bottom: 5px;
}

.highlight{
	padding: 5px;
	margin-bottom: 5px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
	overflow: auto;
}

p.author{
	font-size: 65%;
	color: gray;
}

.small{
	font-size: 12px;
	color: gray;
}

.output textarea{ font-family: Courier; }

pre{ 
	min-height: 0px;
	max-height: 300px!important;
	overflow: auto;
}

code .value{ color: #c7254e; }

.error { 
	border: 1px solid #C89797!important; 
	background: #FFDFE0!important; 
	color: #790000; 
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.example-demo{
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-width: 1px;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	padding: 15px;
}










