/*时间插件样式*/
#calendarPanel th {
  text-align: center;
  height: 24px;
  line-height: 24px;
}

#calendarTable tr th {
  padding: 0;
  border: none;
}

#prevMonth:hover,
#nextMonth:hover {
  background: #d8e0e4;
}

#calendarTable td,
#calendarTable th {
  border: 1px solid #fff;
}

#calendarTable td {
  color: #2C3B41;
  padding: 4px;
}

#calendarTable td:hover {
  color: #fff;
}


