.progress-wrapper {
  background: white;
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 60%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #63ed63;
}

.progress-label {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.vis-tooltip table {
    text-align: left;
}

.vis-tooltip table td, .vis-tooltip table th  {
    padding: 3px;
}

.vis-timeline {
    overflow: visible;
}

#EventForm #custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

#EventForm #slider {
    width: 305px;
    left: 141px;
    border: #dddddd 1px solid;
    margin-top: 5px;
    margin-bottom: 10px;
}

