.panel.alert.alert-danger
{
	border: 1px solid red;
}

.panel.alert.alert-info
{
	border: 1px solid #29b6f6;
}

.alert-icon
{
	float: left;
	clear: none;
	margin: 0 4px 0 0;
}

.alert ul
{
	list-style-type: none;
}

#static-notify div
{
	border-radius: 4px;
}