body{
	
}
.header{
	padding: 25px 0;
}
.intro{
	font-size: 24px;
	margin-top: 15px;
}
.initial-logo{
	margin-right: 15px;
}
.initial-logo-text{

}
.media{
	color: #666;
}
.media-heading{
	color: #444;
}
.form-inline label{
	display: block;
}
.form-inline .form-group{
	padding-right: 15px;
	vertical-align: bottom;
}
.form-inline .form-group.nospace{
	padding-right: 0;
}
.form-inline input[type=number]{
	width: 100px;
}
.linked .btn{
	border-radius: 0px;
}
.linked .width{
	margin-left: -5px;
}
.linked .link{
	margin-left: -5px;
}
.linked .width input{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.linked .height input{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.input-group{
	width: 130px;
	display:block;
}
.form-inline .input-group>.form-control{
	width: 80px;
}
h3{
	margin-top: 30px;
}
.footer{
	margin-top: 25px;
	background-color: #3498db;
	color: #fff;
	padding: 30px 0;
}
.footer a{
	color: #fff;
}
.comments-seperator{
	border-top: solid 8px #3498db;
	margin-top: 25px;
}