

div.dateTimePopup {
  font-size: 1.1em !important;
  position: absolute;
  width: 200px;
  padding: 2px 4px;
  background-color: #e1e1e1;
  text-align: center;
  z-index: 100;
  font-size: 10px;
  margin-top: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
div.dateTimePopup .calendar {
  padding: 2px 0;
}
div.dateTimePopup .calendar table {
  width: 100%;
}
div.dateTimePopup .output {
  padding: 0.5em;
  display: block;
}
div.dateTimePopup .bottom {
  padding: 5px 0;
}
div.dateTimePopup .bottom input, div.dateTimePopup .bottom select {
  margin: 0 2px;
}
div.dateTimePopup .time {
  width: 50px !important;
}
div.dateTimePopup .timezone {
  width: 33%;
}

/*.add-comment div.dateTimePopup
 * :font-size 13px
 * :line-height 16px
 * :margin-top -225px */
