/* space between the bar and your content */
#barwrap {
  min-height: 48px;
  background-color: #ff9801;
  font-size: 12px;
  text-align: center;
}
.notice_message {
  line-height: 2.2;
}
.notice_message p {
  padding: 0.5rem !important;
}
.notice_message span {
  background-color: white;
  color: black;
  padding: 3px;
  border-radius: 2px;
}
.material-icons {
  font-size: 30px !important;
}
.close_icon {
  cursor: pointer;
}
.close-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #ffffff;
}
@media only screen and (max-width: 990px) {
  .notice_message p {
    padding: 0rem !important;
  }
  .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
