.easycal,.easycal table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.easycal{
  width: 96%;
	max-width: 740px;
  margin: 10px auto 0 auto;
  border-color: #323537;
  background-color: #4b4f51;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  font-size: 10pt;
  color: #fff;
}
.easycal table.ec-head-table tr td{
  padding:8px 0px;
  width: 14.28%; 
  display:inline-block;
  position: relative;
	background-color: #3f4244;
	border-bottom-color: #323537;
}
.easycal table.ec-time-grid-table tr td .table-cell{
  background: #67634a;
  padding:0px 0px;
  width:calc(100% - 1px); 
  margin: 1px auto;
  height: 30px;
  line-height: 30px;
  display:inline-block;
  position: relative;
  cursor: pointer;
}
.easycal table.ec-time-grid-table tr td .table-cell:hover{
	background: #ff6633;
}
.easycal table.ec-time-grid-table tr td .table-cell .schedule_box{
	color: #666;
	background: #212121;
}
/*已過期時段*/
.table-cell.ec-slot.ec-pass{background: #333225 !important;}
/*不可預約時段*/
.table-cell.ec-slot.ec-event{background: #212121 !important; color:#666;}
