#notification {
  position: fixed;
  top: 2px;
  width: 80%;
  margin-left: -40%;
  font-size: 20px;
  line-height: 130%;
  left: 50%;
  z-index: 8050;
  display: none;
}

#notification div.alert-warning {
  padding: 30px;
  padding-left: 82px;
  background: url(../../images/warning.png) 10px 50% / 64px no-repeat rgb(255, 246, 220);
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  color: rgb(138, 109, 59);
}

#notification div .close {
  position: relative;
  top: -14px;
  right: -10px;
  color: inherit;
  font-size: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0px;
  background: 0px 0px;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  opacity: 0.2;
}

.visible {
  display: block !important;
}

.hide {
  display: none !important;
}
#loading {
  width: 30px;
  margin: 10px auto 0 auto;
}