ul.menumain {
    display: flex;
}

#message { width: calc(100vw - 50px); }

div.logodiv {
	position: fixed;
}
div.wide-top {
	position: fixed;
    top: 90px;
    left: 0;
    z-index: 1;
    width: 100%;
}
div.info { 
	margin-top: 124px; 
	mmax-height: calc(100vh - 124px);
}

#sendmsg {
	margin: 2px 3px 2px 5px;
	display: inline-block;
	background-image: url('/images/templates/sendmsg.png');
	background-size:  25px 25px;
	width: 25px;
	height: 25px;
}

#loaded-images { justify-content: center; }
#loaded-images span { max-width: 50px; max-height: 50px; }