
.toastWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  position: absolute;
  width: 100%;
  color: #ffffff;
  height: 30px;
  display: none;
  text-align: center;
}

.toastWrap span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000000;
  display: inline;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px;
}

.toastWrap.bottom {
  position: fixed !important;
  bottom: 0 !important;
}

/*# sourceMappingURL=toast.css.map */
