#clndr {
  font-size: 18px;
  color: #212121;
}

.clndr-tbody {
  font-size: 18px;
  color: #212121;
  margin: 0;
  border: thin solid;
}

.clndr-controls {
  display: flex;
  font-size: 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
}

.clndr-bc-hw {
  background-color: #ffffff;
}

.clndr-bc-gl {
  background-color: #d9d9d9;
}

.clndr-bd-bl {
  border-bottom: 2px solid #5e98d8;
}

.clndr-bd-pi {
  border-bottom: 2px solid #fc7582;
}

.clndr-bd-night {
  border-bottom: 2px solid #304264;
}

.clndr-month {
  font-size: 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
  /* width: 220px; */
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.clndr-previous-button,
.clndr-next-button {
  font-size: 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  transition: background-color 0.5s;
  appearance: none;
  border: none;
  background: none;
}

.clndr-table {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  font-size: 18px;
  /* width: 252px; */
  width: 100%;
  color: #212121;
  margin: 0;
  -webkit-box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 4px;
}

.clndr-td {
  font-size: 18px;
  margin: 0;
  /* padding: 5px 0; */
  text-align: center;
  height: 36px;
  /* border: 2px solid #fff; */
}

/* ----- */

.calendar__legend {
  width: 100%;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
}
.calendar__legend ul {
  text-align: center;
}
.calendar__legend ul li {
  margin-left: 7px;
  margin-right: 7px;
  font-size: 13px;
  list-style: none;
  display: inline;
  text-align: center;
  line-height: 30px;
}
.calendar__legend ul li:nth-child(2)::after {
  content: "\A";
  white-space: pre;
}
.calendar__legend ul li span {
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  box-sizing: border-box;
}
/* .calendar__legend ul li:nth-of-type(1) span {
  background-color: #fff;
  border: 1px solid #ccc;
}
.calendar__legend ul li:nth-of-type(2) span {
  background-color: #d9d9d9;
  border: 1px solid #ccc;
}
.calendar__legend ul li:nth-of-type(3) span {
  border-bottom: 2px solid #5e98d8;
}
.calendar__legend ul li:nth-of-type(4) span {
  border-bottom: 2px solid #fc7582;
} */
