.field--type-datetime {
  position: relative;
  margin: 20px 0 0 0;
}
.field--type-datetime input {
  cursor: pointer;
  padding-left: 140px;
  text-align: right;
}
.field--type-datetime h4 {
  position: absolute;
  left: 4px;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  font-family: Trebuchet;
  font-weight: bold;
  color: #008080;
}
.field--type-datetime thead h4 {
  top: 0%;
}
.field--type-datetime tbody h4 {
  left: 20px;
}