html, body, #cesiumContainer {
	width: 100%; height: 100%;float:left; margin: 0; padding: 0; overflow: hidden;font-family: 'Arial, Helvetica, sans-serif';
}
h3 {
	margin-top: 15px;
}
.country-name {
	margin: 0 !important;
}

.key-dot {
	display: inline-block;
	height: 10px;
	margin-right: .5em;
	width: 10px;
}

.legend {
	margin-right:20px;
}

.queens { background: #1F77B4; }
.kings { background: #FF7F0E; }
.bronx { background: #2CA02C; }

.ui.grid {
	min-height: 100%;
	max-height: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}