.toast-message p {
	color: #FFF;
}

#toast-container > .toast:before {
  font-family: FontAwesome;
}

#toast-container > .toast-warning:before {
    content: "\f071";
}
#toast-container > .toast-danger:before {
    content: "\f057";
}
#toast-container > .toast-info:before {
    content: "\f05a";
}
#toast-container > .toast-success:before {
    content: "\f00c";
}