.toast{position:fixed;list-style:none;padding:0;top:48%;z-index:99999999999999999999999999999999;text-align:center;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;top: 0!important;left: 0!important;right: 0!important;width: 100%!important;height: 100%!important;background: rgba(0,0,0,.3)!important;margin: 0!important;}.toast li{position:fixed;width:320px!important;top:50%!important;left:calc(50% - 160px);margin:0!important;margin:10px 0 0 0;display:block;background-color:#fcf8e3;color:#c09853;border:1px solid #fbeed5;padding:5px 10px;border-radius:4px;-webkit-border-radius:4px;text-shadow:0 1px 0 rgba(255,255,255,0.5);box-shadow:0 2px 5px rgba(0,0,0,.15);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.15)}.toast li:first-child{margin-top:0}

.toast li.danger{
	color:#fff;
	background-color:yellow;
	/*border-color:#eed3d7;*/
	border-color: transparent;

	background: linear-gradient(90deg, rgba(102, 91, 83, 1) 0%, rgba(204, 182, 165, 1) 100%) border-box;
}

.toast li.info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}

.toast li.success{
	color:#ffffff;
	/*background-color:#279974;*/
	background-color: #ccb6a5;
	/*border-color:#FFFFFF;*/
	border-color: transparent;
}

.toast button.close{background:none;border:none;font-weight:bold;font-size:20px;line-height:20px;float:right;padding:0;margin:0 0 0 5px;color:rgba(0,0,0,.25);cursor:pointer}.toast h1,.toast h2,.toast h3,.toast h4{display:inline}