.screen-reader-text {
  display: none;
}

.widget_calendar {
  float: left;
  width: 100%;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: pink;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

#wp-calendar thead {
  font-size: 2rem;
}

#wp-calendar thead th {
  padding-bottom: 1rem;
}

#wp-calendar tbody {
  color: pink;
}

#wp-calendar tbody td {
  background: white;
  border: 0.1rem solid white;
  text-align: center;
  padding: 0.8rem;
}

#wp-calendar tbody td:hover {
  background: white;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 1rem;
}