#time-selector-container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  margin-left: -20%;
  width: 40%;
  height: 68px;
  display: none;
}
