#msgbar aside a:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#msgbar aside .container-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#msgbar aside .container-content-area div:nth-of-type(2) {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
#msgbar #msgprefix, #msgbar #msgpoint {
  line-height: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-left: 0;
}

#msgpoint:after {
  margin-right: 0;
}

#pagefooter .footerlist:focus-within ul {
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
}
#pagefooter .footerlist:focus-within h3:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}