#continuing_eligibility_calendar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

#continuing_eligibility_calendar > input {
  display: none;
}

#continuing_eligibility_calendar > #cec_labels {
  display: inline-grid;
  gap: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

#continuing_eligibility_calendar > #cec_labels > label {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  padding: 0.25em 1em 0.25em 1em;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > #cec_information {
  background-color: #f6f7f7;
  background-image: url(/images/logos/chf/outline_people_CCCCCC.png);
  background-repeat: no-repeat;
  background-size: 10% auto;
  background-position: calc(100% - 0.25em) calc(100% - 0.25em);
  box-shadow: inset 0px 0px 0.25rem #B3B8BB;
}

#continuing_eligibility_calendar > #cec_information > div {
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1em;
  height: 100%;
  border: 2px solid #CCCCCC;
  text-align: center;
}

#continuing_eligibility_calendar > #cec_information > div > span > span {
  font-weight: 800;
}

#continuing_eligibility_calendar > input:nth-of-type(1):checked ~ #cec_labels > label:nth-of-type(1) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(1):checked ~ #cec_information > div:nth-of-type(1) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(2):checked ~ #cec_labels > label:nth-of-type(2) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(2):checked ~ #cec_information > div:nth-of-type(2) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(3):checked ~ #cec_labels > label:nth-of-type(3) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(3):checked ~ #cec_information > div:nth-of-type(3) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(4):checked ~ #cec_labels > label:nth-of-type(4) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(4):checked ~ #cec_information > div:nth-of-type(4) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(5):checked ~ #cec_labels > label:nth-of-type(5) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(5):checked ~ #cec_information > div:nth-of-type(5) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(6):checked ~ #cec_labels > label:nth-of-type(6) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(6):checked ~ #cec_information > div:nth-of-type(6) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

@media only screen and (max-width: 512px) {
  #continuing_eligibility_calendar > #cec_labels > label {
    font-size: 1.1rem;
  }
  #continuing_eligibility_calendar > #cec_information > div {
    font-size: 0.9em;
  }
}
#amountToPay {
  margin: 1.5rem 0px 1rem 0px;
}

#amountToPay div.information.info_icon {
  padding-left: 2em;
}

#amountToPay div.information.info_icon > p {
  margin-bottom: 0px;
  font-style: oblique;
}
