#contentandcontextwrapper {
  width: 90%;
}
#content {
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
  width: 100%;
}
#timeline {
  position: relative;
  left: 0px;
  height: 400px;
  width: 100%;
}
#timelinewrapper {
  background: #fff;
}
#timeline_form {
  position: relative;
}

.label_checkbox_pair {
  float:left;
  padding-right: 2em;
}

div.choices {
    margin-left: 11em;
}

div.buttons {
    position: relative;
    width: 60px;
    height: 17px;
    float: left;
}

div.buttons input {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.checkboxgroups {
  position: relative;
  top: 0px;
  left: 0px;
}

div.checkboxgroup {
  clear: left;
}

div.checkboxgroup p {
  float: left;
  color: #777;
  margin-bottom: 0px;
}

#timeline_form hr {
    clear: both;
}

#globalmenu {
  padding-bottom: 15px;
}

#skipped {
  width: 100%;
}
#skipped td.id {
  width: 100px;
}
#skipped td.editInline {
  background: grey;
  width: 50%;
}
.cal-button {
  height: 16px;
  width:  16px;
  margin: 2px 0 0 4px;
}

hr {
  width: 98%;
}

div.timeline-event-bubble-time {
  display: none;
}

#quickfix p {
    cursor:pointer;cursor:hand
}
