.toast-bottom-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background-color: #f7f7f7;
}
.toast-bottom-wrapper .toast-close {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 15px;
  margin-top: -10px;
  color: #000;
  font-size: 17px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
}
.toast-bottom-wrapper .toast-close:hover {
  text-decoration: none;
}
.toast-bottom-content {
  padding: 10px;
  margin: 0 auto;
  max-width: 750px;
  position: relative;
  color: #333333;
  text-align: center;
  font-size: 12px;
}
.toast-bottom-content a {
  color: #81C14B;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 1090px) {
  .toast-bottom-content {
    font-size: 10px;
    padding-right: 40px;
  }
}