.toast-message {
    font-weight: 600;
    font-size: 13px;
}

.toast-top-center {
    top: 20px;
}

#toast-container > div {

 /* -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100)
}

#toast-container > :hover {
  /*-moz-box-shadow: 0 0 12px #000;*/
  /*-webkit-box-shadow: 0 0 12px #000;*/
  /*box-shadow: 0 0 12px #000;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 350px;
    margin: auto;
}
