
p, table, hr, .box { margin-bottom:25px; }
.box p { margin-bottom:10px; }

div.img-desc{
text-align: center;
margin-bottom: 30px;
}

a{
	outline: none !important;
}

#Page{
	margin-top: 60px;
}

.section h2.title{
	margin-bottom: 60px;
}

#Content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	padding: 5px;
	background:#f7f7f7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.well{
	padding: 15px;
}

.well ul{
	padding: 0;
}

.hero-unit{
	background: #f7f7f7;
}

.section{
	padding-bottom: 40px;
} 

.section .title{
	border-bottom: 1px solid #ccc;
}

a.top{
	display: inline-block;
	margin-top: 40px;
}

#nav li a.top{
	margin-top: 0;
}

#toc-wrap{
position:static;
top:60px;
left: 20px;
width: 200px;
}

#toc-wrap.foo{
position:absolute;
top:0px;
}

#Footer{
border-top: 1px solid #ccc;
padding-top: 15px;
padding-bottom: 15px;
}

#Footer .span12{
text-align: center;	
}

@media only screen and (max-width: 979px){

	#Page{
		margin-top: 0;
	}

	#toc-wrap{
		
	}

}

@media only screen and (min-width: 768px) and (max-width: 979px){

	#toc-wrap{
		width: 150px;
	}

}

@media only screen and (max-width: 767px) {
	#toc-wrap{
		display: static;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}	
	
	#toc-wrap.foo{
		position: static;
		top: 0px;
	}	
	
	.section{
		padding-bottom: 0;
	}	
	.section h2{
		padding-top: 0 !important;
	}	
}