.header_row {
  background-color: #F9F7ED;
}

.day_head {
  font-weight: bold;
  font-size: smaller;
}

.day_body {
  height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 12pt;
}

.notcurrent {
  visibility: hidden;
}

.notcurrent .day_head {
  color: #B0B0B0;
}

#month_name {
  text-align: center;
  font-size: 2em;
  font-weight: bolder;
  margin: 0.67em 0;
}

#date_select {
  width: 320px;
  margin: 15px auto 0 auto;
  background-color: #FFFFFF;
  clear: both;
}

#date_select select {
  font-size: 12pt;
  background-color: #FFFFFF;
  color: #555555;
}

/*
  START
  Last / Current / Next buttons
 */

div.next_last_month {
  display: flex;
  justify-content: space-between;
}

#next_last_month_top {
  margin-bottom: 15px;
}

#next_last_month_bottom {
  margin-top: 15px;
  margin-bottom: 15px;
}

div.next_last_month .prev_month,
div.next_last_month .next_month
{
  flex-grow: 2;
}
div.next_last_month .next_month a {
  float: right;
}
div.next_last_month div.view_switch {
  border-left: 2px solid #555555;
  margin-left: 10px;
  padding-left: 10px;
}

/*
  END
  Last / Current / Next buttons
 */

div.us_holiday {
  float: right;
  margin-right: 5px;
  background-color: #555555;
  color: #FFFFFF;
  padding: 0 2px 0 2px;
  border-radius: 4px;
}

#control_form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#control_form .input_row {
  clear: both;
}

#control_form .input_label {
  margin-bottom: 5px;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  float: left;
}

#control_form select {
  float: left;
}

div#cal_cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.cal_month {
  max-width: 420px;
  margin: 10px 15px 10px 15px;
}

div.cal_month h3 {
  text-align: center;
}

#content {
  width: 90%;
}

.group_name {
  color: #808080;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
}

#print-header-text {
  display: none;
}
