.span_my_alert{

	--height:35px;
	vertical-align:middle;	
	
	border:1px #547ab0 solid;
	background-color:beige;
	color:brown;
	font-weight:bold;
	padding:8px;
	
	margin:2px;	
	
}


.footer{
	background: #30373d;
	--position:fixed;
	height: 140px;
	bottom: 0px !important;
	margin-bottom:-30px;
	left:0px;
	width:100%;
	text-align: center;
	color: white;
	font-size: 14px;
}
/*
ul {
	list-style: none;
	font-size:11px;
}
*/
.footerlink{
	min-height: 150px;
}
div.footerlink > div{
	font-size:11px;
	height: 35px;
	padding-left:15px;
	padding-right:15px;
}