	/*initially we show nothing but the login page*/
	div#page-dashboard {
		display: none;
	}
	div.welcometextheadblock {
		display: flex;
	}
	img.welcometexticon {
		width: 30px;
		height: 30px;
		align-self: center;
	}
	p.welcometexthead {
		align-content: center;
		font-family: 'hmed';
		margin: 0;
		padding-top: 3px;
		padding-left: 10px;
		font-size: 18px;
		font-weight: 1000;
	}
	div.welcometext {
		color: #171d1c;
		font-family: 'hroman';
		font-size: 16px;
		max-width: 900px;
		line-height: 1.4;
	}

