.laydate-time-select table tr:hover {
  background-color: transparent;
}

.laydate-time-select table tr td {
  cursor: pointer;
  padding: 8px 14px 7px;
}

.laydate-time-select table tr td.layui-this {
  background-color: #009688 !important;
  color: #ffffff !important;;
}

.laydate-time-select table tr td:hover {
  background-color: #eaeaea;
  color: #333;
}

div.layui-input-inline[width100] {
  width: 100px;
}
