
.picktime {
  width: 210px;
  height: 292px;
  background-color: #888;
  border: 1px solid #333;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 50px;
  z-index: 999;
}

.picktime_dimmer {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 990;
    position: fixed;
}

.picktime .picktime_wheels {
  position: absolute;
  left: 20px;
  top: 30px;
}

.picktime .picktime_wheel {
  height: 200px;
  overflow: hidden;
  width: 60px;
  border: 1px solid #333;
  background-color: white;
  display: inline-block;
  margin: 0 5px 0 5px;
}

.picktime .picktime_title {
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
}

.picktime ul {
  list-style-type: none;
  display: inline;
  color: black;
  padding: 0px;
  font-size: 1.3em;
}

.picktime ul li {
  height: 29px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.picktime ul li.picktime_picked {
  background-color: #9b3889;
}

.picktime .picktime_button {
  position: absolute;
  top: 243px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.picktime .picktime_button a {
    border: 1px solid #333;
    background: #f6f6f6;
    color: black;
    border-radius: 3px;
    width: 90%;
    padding: 5px 0px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}


.picktime .picktime_marker {
  width: 220px;
  height: 30px;
  opacity: 0.3;
  position: absolute;
  top: 75px;
  left: 10px;
  border: 1px solid black;
  background-color: #ccc;
  pointer-events: none;
}
