html,
body {
  background-color: #333;
}

body {
  color: #fff;
}

a,
a:focus,
a:hover {
  color: #fff;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
}

.map-popup {
	text-align: center;
}

.text-muted a {
	color: #666;
}

.dive-button-container, .media-player-container {
	text-align: center;	
}

#progress-floater {
	width: 80%;
	position: fixed;
	left: 10%;
	bottom: 80px;
	z-index: 99999;
	display: none;
}