.Segment-Calendar h3 {
  display: inline-block;
}

.Segment-Calendar table {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}

.Segment-Calendar table.table-bordered {
  border: 1px solid #ddd;
}

.Segment-Calendar table.table-bordered > thead > tr > th,
.Segment-Calendar table.table-bordered > thead > tr > td {
  border: 1px solid #ddd;
  border-bottom-width: 2px;
}

.Segment-Calendar table.table-bordered > thead > tr > th:first-child,
.Segment-Calendar table.table-bordered > thead > tr > td:first-child {
  border-top: 0;
}

.Segment-Calendar table.table-bordered table {
  border: 0;
  margin-bottom: 0;
}

.Segment-Calendar table.table-bordered table > tr {
  border: 0;
}

.Segment-Calendar table.table-bordered table > tr > td {
  border: 0;
  border-bottom-width: 0;
}

.Segment-Calendar table tr > th {
  padding: 8px;
}

.Segment-Calendar table tr > td {
  font-size: 16px;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.Segment-Calendar table tr > td:first-child {
  vertical-align: middle;
}

.Segment-Calendar .change-year {
  display: inline-block;
  cursor: pointer;
}

.Segment-Calendar.full-calendar h3.current-month {
  text-transform: capitalize;
  width: 75%;
  max-width: 200px;
}

.Segment-Calendar.full-calendar .ssd {
  color: #00A982;
}

.Segment-Calendar.full-calendar .ssd:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #00A982;
  border-radius: 50%;
}

.Segment-Calendar.full-calendar .smd {
  color: #3369ff;
}

.Segment-Calendar.full-calendar .smd:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #3369ff;
  border-radius: 50%;
}

.Segment-Calendar.full-calendar table {
  table-layout: fixed;
}

.Segment-Calendar.full-calendar table.table-bordered {
  border: 1px solid #FFFFFF;
}

.Segment-Calendar.full-calendar table.table-bordered > thead > tr > th,
.Segment-Calendar.full-calendar table.table-bordered > thead > tr > td {
  border: 4px solid #FFFFFF;
  border-bottom-width: 4px;
}

.Segment-Calendar.full-calendar table tr {
  background-color: #ececec;
}

.Segment-Calendar.full-calendar table tr > th {
  background-color: #002677;
  color: #FFFFFF;
  font-size: 0.77rem;
  max-width: 14%;
}

@media (min-width: 768px) {
  .Segment-Calendar.full-calendar table tr > th {
    font-size: 18px;
    max-width: unset;
  }
}
.Segment-Calendar.full-calendar table tr > td {
  color: #002677;
  text-align: right;
  font-weight: 500;
  border: 3px solid #FFFFFF;
}

.Segment-Calendar.full-calendar table tr > td.bg-smd {
  color: #FFFFFF;
  background-color: #3369ff;
  font-weight: bold;
}

.Segment-Calendar.full-calendar table tr > td.bg-ssd {
  color: #FFFFFF;
  background-color: #00A982;
  font-weight: bold;
}

.Segment-Calendar.full-calendar table tr > td.bg-white {
  background-color: #FFFFFF;
}

.Segment-Calendar.full-calendar table tr > td p {
  display: none;
}

@media (min-width: 576px) {
  .Segment-Calendar.full-calendar table tr > td p {
    display: block;
  }
}