@charset "utf-8";
/* Temporary file for the alert message bar */
#msgbar aside a:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 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;
}
#msgbar aside .container-content-area {
  display: flex;
}
#msgbar aside .container-content-area div:nth-of-type(2) {
  flex-basis: 0;
  flex-grow:  1;
  max-width:  100%;
}
#msgpoint:after {
	  margin-right: 0;
}
