.top-banner {
	margin-top: -20px;
	margin-bottom: 20px;
}

.top-banner .btn {
	margin-top: 14px;
	background-color: transparent;
	color: white;
	border-color: white;
	margin-bottom: 10px;
}

.top-banner .btn:hover {
	background-color: white;
	color: #004D9F;
}

.blue-gradient {
    background-color: #049CD9;
    background-image: -webkit-linear-gradient(top, #004D9F, #049CD9);
    background-image: -moz-linear-gradient(top, #004D9F 0%, #049CD9 100% ); 
	color: white;
}

.blueprint {
    background: transparent url('../img/blueprint.png');
	padding-bottom: 10px;
}

pre {
	padding: 0;
}

pre code {
	white-space: pre;
}

.bs-docs-section h1 {
	margin-top: 30px;
}