html, body {
  height: 100%;
  margin: 0;
}

#container {
  min-height: 100%;
}

.controls {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 250px;
}

.controls .controls-panel {
  margin-bottom: 5px;
}

.controls .controls-panel .panel-body >:last-child {
  margin-bottom: 0;
}

.controls .twitter-typeahead {
  width: 100%;
}

.controls .tt-menu {
  bottom: 100%;
  width: 100%;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.controls .tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.controls .tt-menu .tt-suggestion:hover {
  background-color: #f5f5f5;
}
