.toast.toast-info
{
	/* background color and global design */
	background-color:#2B405B !important;
	box-shadow: none !important;
	color:white !important;
	font-size: 14px;
	cursor:default !important;

	/* border radius: */	
	border: 1px solid #ccc;
  	border-radius: 8px !important;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.toast-info .toast-title
{
	color:#4BC0EC !important;
}

.toast-info .toast-message
{
	font-style: italic;
	color:white !important;
}

.toast-info .toast-message a
{
	font-size:14px !important;
	color:#01A6E8 !important;
	text-transform: uppercase;
}

.toast-info .toast-message a:hover
{
	color:#4ABFEB !important;
}

#toast-container .toast-info:not(:last-child)
{
	background-position-y: 23px;
}

.toast-info .toast-close-button
{
	top:-10px !important;
}
.toast-info .toast-close-button:hover
{
	color:white !important;
}

/*
.toast a,.toast a:link,.toast a:visited {
	color:white !important;
	font-weight: normal;
	text-decoration: none;
}

.toast a:hover {
	color: #e5e5e5 !important;
	font-weight: normal;
	text-decoration: undeline;
}

.toast a {
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
}

.toast a:link {
	color: white !important;
	font-weight: bold;
	text-decoration: none;
}

.toast a:visited {
	color:white !important;
	font-weight: bold;
	text-decoration: none;
}

.toast a:hover {
	color:#e5e5e5 !important;
	font-weight: bold;
	text-decoration: none;
}*/
