/* 行事曆表格格線調細、顏色淡化 */
.calendar-table, .calendar-table th, .calendar-table td {
    border: 1.5px solid #b0b4ba !important;
}
.calendar-table th, .calendar-table td {
    border-width: 1.2px !important;
    padding: 2px 4px !important;
}
