.simple-banner {
  cursor: pointer;
  width:70px;
  height: 50px;
  bottom:20px;
  right:30px;
  position:absolute;
  opacity:.6;
  border-top: 2px solid #7a5e4d;
}

.simple-banner .simple-banner-text {
  color: #ffffff;
  font-size:14px;
  font-weight: 700;
  padding: 10px; 
}

.simple-banner .simple-banner-text a {
  color: #f16521;
}

.alert-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
