@CHARSET "UTF-8";

.navBox .nav li a{
	color: #666666;
	font-size: 13px;
    font-family: consolas;
	padding: 4px 20px;
	text-align: right;
}
.navBox .nav li.current a{
	font-weight: 700;
	color: #337AB7;
	border-right: 3px solid #337AB7;
}
.navBox .nav li {
	width: 200px;
}
.content{
	background-color: white;
}
.content .container{
	width: 950px;
	padding-bottom: 100px;
    font-family: consolas;
}
.content .jumbotron{
	background-color: white;
	padding-left: 0px;
	margin-bottom: 10px;
}
.content .jumbotron h1 {
	font-size: 50px;
	font-weight: lighter;
}
.content .row h3{
	color: black;
}
.content .row h3 i{
}
.content .desc{
	font-size: 15px;
	color: #666666;
	margin: 0px 50px 20px 50px;
}

.propertiesBox ul li{
	margin-bottom: 10px;
}

.usageBox {
	margin: 10px 0px 0px 0px;
	background-color: #F5F5F5;
	padding: 10px;
	color: #525252;
}
.usageBox p {
	color: #525252;
}