html,
body {
	color: #ddd;
	background-color: #242424;
}

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

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

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

.sold {
	color: #fff;
}

.navbar {
	background-color: #eeeeee;
}

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

.jumbotron {
	background-color: #fff;
}

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

.jumbotron h1 {
	color: #000;
}

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

.featurette-heading {
	color: #fff;
}

.section-greeting h3 {
	color: #ffffff;
}

.bottom-block {
	background-color: #ffffff;
	color: #000;
}

.bottom-block .featurette-heading {
	color: #000;
}