.toast-alert {
	background-color: #f0e442;
	color: #00204e;
	text-align: left;
	padding: 6px;
	font-size: 16px;
}
/*.toast-alerts .toast-alert:not(:last-child):after {
    content: "";
    background: #e02b20;
    position: absolute;
    left: 0;
    right: 0;
    margin: 6px auto;
    height: 1px;
    width: 25%;
}*/
.toast-alert:first-child {
	padding-top: 30px;
}
.toast-alert:last-child {
	padding-bottom: 20px;
}
.toast-alert-info {
	background-color: #f0e442;
}

.toast-alert-warning {
	background-color: #e69f00;
}

.toast-alert-danger {
	background-color: #d55e00;
}
.toast-alert .alert:before {
	padding-left: 3.1em;
	content: "";
}
.toast-alert:first-child .alert:before {
    content: '\f12a';
    font-family: "FontAwesome";
    margin-right: 10px;
    border: 2px solid #000;
    padding: 0.7em 1em;
    border-radius: 67px;
}
