body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header {
	padding-bottom: 20px;
}

.wrapper {
	padding-bottom:20px;
}

.footer {
	padding-top: 10px;
	color: #999;
	border-top: 1px solid #e5e5e5;
}

.jumbotron {
	padding:30px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.jumbotron h1 {
	font-size:30px;
}

.jumbotron p {
	font-size:16px;
}

.jumbotron.warning {
	color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
}