#imbaaMaintenanceNotice {
  position: fixed;
  bottom: 5px;
  right: 40px;
  background-color: #1e64af;
  background-color: rgb(30, 100, 175);
  z-index: 999999;
  padding: 10px 15px;
  color: #41aaf5;
  color: rgb(65, 170, 245);
  font-weight: bold;
  font-size: 10px;
  padding-left: 35px;
  border-radius: 5px;
  transform: rotate(90deg);
  transform-origin: bottom right;
  background-image: url("../images/maintenance.png");
  background-size: auto 50%;
  background-position: 10px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  #imbaaMaintenanceNotice {
    display: none;
  }
}

:hover link, mark {
  color: #f03282;
  color: rgb(240, 50, 130);
}

/*# sourceMappingURL=maintenance-notice.css.map */
