body {
	min-height: 2000px;
	padding-top: 100px;
}

ul.nobullet {
	list-style: none;
	margin: 20px 0;
}

ul.nobullet li {
	margin-bottom: 10px;
}

ul.nobullet li.hasAbstract i {
	text-decoration: underline;
}

ul.nobullet li.hasAbstract:hover {
	cursor: pointer;
	color: #000;
}

ul.nobullet li .abstractDropdown {
	display: none;
	color: #888;
	margin: 15px 15px 25px 15px;
	cursor: default;
}

ul.nopadding {
	padding: 0;
}

.image-panel img {
	width: 100%;
	margin-bottom: 10px;
}

img.sidebar-image {
	float: left;
	width: 100%;
	max-width: 350px;
}

#navigation .external {
	color: #fff;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #cfcfcf;
}

.jumbotron {
	background-image: url("../images/header-bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.container .row {
	padding: 0 20px;
}

.footer {
	margin: 20px 0 30px 0;
	height: 150px;
	padding-top: 20px;
	border-top: 1px solid #efefef;
}

.footer .supporterLogos {
	float: left;
}

.footer .supporterLogos img {
	margin-bottom: 20px;
}

.footer .supporterText {
	font-size: 13px;
	margin-bottom: 30px;
}

.tvxlogo {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	max-width: 100%;
}