.custom-notification {
  background-color: #ff8a00;
  padding: 10px;
  text-align: center;
}
.custom-notification .notice-inner{
  color: #FFF;
  font-weight:bold;
  text-align: center;
  font-size:18px;
}
.custom-notification .notification-close {
  color: #FFF;
  cursor: pointer;
  display: block;
  float: right;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}
