#calendar_wrap {
  margin: 15px 5px 5px 5px;
  padding: 5px;
  border: 2px solid #EDB92B;
  background: black;
}
#calendar_widget {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
table.extension_listings_calendar {
  text-align: center;
  font-size: 12px;
}
table.extension_listings_calendar th.current {
  color: #EDB92B;
  text-align: center;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: bolder;
}
table.extension_listings_calendar th abbr {
  color: #cd990b;
  font-weight: normal;
}
.day {
  font-weight: normal;
  padding: 1px;
  color: #666;
  font-size: 12px;
}
.otherMonth {
  color: #222;
}
.dayWithEvents {
  color: #EDB92B;
  font-size: 13px;
  font-weight: bolder;
}
.dayWithEvents a {
  color: #EDB92B;
  text-decoration: none;
}
.time_on_popup {
  color: #EDB92B;
  font-weight: bolder;
}
.location_on_popup {
  margin-left: 15px;
  margin-bottom: 10px;
}