.toast {
  height: auto;
  position: fixed;
  width: 475px;
  z-index: 99;
}
.toast.bottom-center {
  bottom: 10%;
  left: 50%;
  margin-left: -235px;
}
.toast.top-right {
  top: 10%;
  right: 5%;
}
.toast.top-center {
  top: 130px;
  left: 50%;
  margin-left: -235px;
}
.toast-child {
  background: #2C3E50;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.5);
  color: #FFF;
  cursor: pointer;
  line-height: 2em;
  margin-bottom: 10px;
  min-height: 45px;
  position: relative;
  padding: 10px 0;
  vertical-align: middle;
}
.toast-child:before {
  zoom: 1;
  float: left;
  content: "";
}
.toast-child .toast-close-button {
  position: absolute;
  width: 19px;
  height: 19px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #FFF;
  background: url("../images/spritefpf_14.png") no-repeat -226px -191px;
  bottom: -9.5px;
  right: -9.5px;
}
.toast-child .toast-close-button:hover {
  cursor: pointer;
}
.toast-child.info:before {
  background: url("../images/spritefpf_14.png") no-repeat -229px -246px;
  width: 10px;
  height: 29px;
  margin: 6px 25px 0 22px;
}
.toast-child.error:before {
  background: url("../images/spritefpf_14.png") no-repeat -188px -246px;
  width: 29px;
  height: 29px;
  margin: 6px 15px 0 13px;
}
.toast-child.warning:before {
  background: url("../images/spritefpf_14.png") no-repeat -254px -246px;
  width: 9px;
  height: 29px;
  margin: 8px 25px 0px 23px;
}
.toast-child.success:before {
  background: url("../images/spritefpf_14.png") no-repeat -273px -249px;
  width: 30px;
  height: 23px;
  margin: 12px 15px 0 12px;
}
