.toast-info {
	background-color: #36ace1;
}

.toast-success {
	background-color: #5cb85c;
}

.toast-error {
	background-color: #d9534f;
}

.toast-warning {
	background-color: #f0ad4e;
}

.toast {
	opacity: 1 !important;
}
.toast div.toast-message {
	color: #fff;
	font-size: 13px;
  	font-weight: 300;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 2px !important;
	padding-bottom: 2px;
} 

.toast div.toast-title {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 10px;
}