html {
	overflow-y: scroll;
}
body#staging {
	background-image: url("/assets/staging_watermark.png");
}
.alert {
	/*display: inline-block;*/
	border-radius: 0;
}
table a {
	color: rgb(0,0,0);
	text-decoration: none;
}
.tab-content .list-group-item:first-child {
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
}
.tab-content .list-group .list-group-item:nth-child(even) {
	background-color: rgb(247,247,247);
}
.tab-content .list-group .list-group-item:hover {
	background-color: rgb(238,238,238);
}
.tab-content .list-group .list-group-item:hover {
	background-color: rgb(238,238,238);
}
.carousel-caption {
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.carousel-caption .btn {
	text-shadow: none;
}