.nbalert {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;  background: #FAF8DA;
    box-shadow: 0 2px 4px 0 rgba(232,232,232);
    margin: auto;
}

.message {
  position: relative;
  padding-right: 5px;
  padding-top:9px;
  padding-bottom:9px;
  font-family: Lato;
  font-weight: bold;
  font-size: 1.4rem;
  margin: auto;
  width: 90%;
  overflow: auto;
}

.alertlink {
  color: rgb(53, 120, 197);
  font-weight: 700;
}

.closebutton a {
  position: absolute;
  padding-left: 20px;
  padding-right: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-family: Arial, Helvetica;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  font-weight: 800;
}
@media only screen and (max-width: 500px) {
  .closebutton a {
    position: absolute;
    padding-left: 20px;
    padding-right: 2px;
    top: 5px;
    right: 3px;
    font-family: Arial, Helvetica;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    font-weight: 800;    
  }
}

#banner.bannerhide{
  display: none;
}
#banner_2.bannerhide{
  display: none;
}
#banner_wrapper {
  background: #fff;
}

#banner_wrapper > * {
  margin-bottom: 5px;
}
#banner_wrapper > *:last-child {
  margin-bottom: 0;
}