md-toast {
	position: fixed;
	z-index: 100000;
}
md-toast.success {
	background-color: green;
}
md-toast.error {
	background-color: red;
}