.toast {
	background-color: #E6E5E5;
    border-bottom: 1px solid #666;
	box-shadow: 0px 4px 16px rgba(0,0,0,.5);
    border-radius: 0em 0em 1em 1em;
    padding: 1% 5%;
    position: fixed;
    top: 45px;
    left: 15%;
    right: 15%;
    z-index: 90;
}
.toast P{
	color:#444;
}
.toast H1{
    color: #000000;
    font-size: .7em;
    margin-bottom: 0px;
    margin-top: 1em;
    text-shadow: 1px 1px 0px #fff
}
.toast .btn {
	width:100%;
	margin-top:2em;	
}