#pageheader {
  position: relative;
}
.moduletable.effectiveDates {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10000;
  border: 1px solid #ddd;
  padding: 16px 20px;
  background: #fff;
  text-align: right;
}
.moduletable.enrollmentNotification {
  background: #efefef;
  padding: 15px;
}
.moduletable.enrollmentNotification h2 {
  margin: 0;
  padding: 15px;
  background: white;
}
#top p > img {
  min-width: 100%;
}
