/***************************************\

	jquery.kyco.preloader
	=====================

	Version 1.1.5

	Brought to you by
	http://www.kycosoftware.com

	Copyright 2014 Cornelius Weidmann

	Distributed under the GPL

\***************************************/

/*
**	Custom styling for demo
*/

.clear {
	clear: both;
}

.nav {
	float: left;
	width: 14%;
	box-shadow: 0 0 0 1px #aaa;
}

.demo {
	float: right;
	width: 85%;
	box-shadow: 0 0 0 1px #aaa;
}

 .description, .info {
	margin: 15px 0;
	float: right;
	width: 85%;
	box-shadow: 0 0 0 1px #aaa;
}

.info {
	margin: 0 0 50px;
	overflow-x: scroll;
}

.demo2, .info2, .description2 {
	float: right;
	width: 42%;
	box-shadow: 0 0 0 1px #aaa;
}

.demo2.right, .info2.right, .description2.right {
	padding-right: 0.0000001px;
	margin-left: 1%;
}

.demo2 img {
	height: 90px;
	margin: 2% 0.5%;
}





small {
	float: right;
	color: #777;
}



pre em {
	font-style: normal;
	background: #ff0;
}
