/* CSS DOCUMENT */

/* logged-account controls includes/logged-account.php page set to appear in all acres page headers */

/* for account specific logged in information 
.loggedIn {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
    }*/

.logged-account {
        border-spacing:none;
		color:#FFCC00;
		float:right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		height:70px;
		/*overflow:hidden; /* stops user from resizing the element ??? */	
		padding:2px 10px 2px 2px; /* t r b l */
		/*resize:none; /* stops user from resizing the element */
		text-align:right;
		text-wrap:none;	/* if width reduced text does wrap and logout not viewable RH 29May2018*/
		vertical-align:text-top;
		vertical-align:top;
		width:450px;
		/* these two values do the same thing */
		/*font-feature-settings: "zero" 1;*/
		font-feature-settings: "zero" on; /* check it works */
	}

a.logged-account:link, a.logged-account:visited, a.logged-account:active {
	color:#FFFFFF;
	padding:none;
	text-decoration: none;
}

a.logged-account:hover {
	color:#000;
	text-decoration: none;
}
