.etn-default-calendar-style table tbody>tr:nth-child(2n)>td {
  background-color: transparent;
}

.etn-default-calendar-style table tbody>tr:nth-child(odd)>th {
  background-color: transparent;
}

.etn-default-calendar-style table tbody>tr:nth-child(odd)>td {
  background-color: transparent;
}

.etn-default-calendar-style table .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}

.etn-default-calendar-style .fc-daygrid-day-top a {
  color: #ffffff;
}