
.controls .popover-title {
	padding: 8px 0px;
	margin: 0;
	font-size: 0px;
	font-weight: normal;
	line-height: 0px;
	background-color: #fff;
	border-bottom: 0px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display: none;
}

.controls .popover {
	width: 180px;

}

.hero-unit	{
	color: white;
	/* font-size: 70px; */
}

body	{
	background-image: -webkit-linear-gradient(top,#000000,#000000);
	background-image: linear-gradient(to bottom,#000000,#000000);
	background-color: #000000;
}

.nav-tabs {
	border-bottom: 1px solid #FFF;
	font-family: 'Lucida Grande',Verdana,Arial,sans-serif;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #fff;
}
