html,
body {
	color: #747474;
}

h2, h3, h4 {
	color: #000;
}

.table>tbody>tr>td {
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: top;
}

hr {
	border-top: 1px solid #eee;
	margin-top: 15px;
	margin-bottom: 30px;
}

.navbar {
	background-color: #eeeeee;
}

.navbar-default .navbar-nav>li>a {
	color: #000000 !important;
}

.jumbotron {
	background-color: #8c9293;
}

.jumbotron h2 {
	color: #ffffff !important;
}

.jumbotron h1 {
	color: #ffffff;
}

.featurette a:hover {
	color: #000000;
}

.featurette-heading {
	color: #000;
}