.jumbotron {
	background-color: #e84c2c;
	color: white;
}

.jumbotron {
      padding-bottom: 15px;
      margin-bottom: 20px;
}

.jumbotron li {
	font-size: 16px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 50px;
}

.footer {
	background-color: #28313d;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	margin-top: 20px;
	color: white;
}

p.loggedin {
	color: #EEE;
	margin-bottom: 0;
}

p.loggedin a {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0;
}

table tr:hover {
	background-color: #FFCBB1;
}

.addlink {
	font-size: 14px;
	display: block;
	float: right;
}

h2 .addlink {
	padding-top: 20px;
}

h3 .addlink {
	padding-top: 10px;
}

a.buttonlink {
	margin-left: 15px;
}

legend a.pull-right {
	font-size: 12px;
	vertical-align: bottom;
	line-height: 30px;
}

form {
	margin-bottom: 30px;
}