
/* small screens only */
.header, header { 
	background-image: url(islsmallhead.gif); 
	height: 33px;
}

/* Disable large screen specific items */

.largescreen {
	display:none;
	visibility:hidden;
}

/* Enable small screen specific items */
.smallscreen {
	display:inline !important;
}
	
p.debugstyle  {
	color: green;
}
p.debugstyle:after {
	content: "small screen";
}
.mainmenu .menuitem, .footermenu .menuitem  { 
	/*width: 100%;*/
	float: none;
}


/* 08May2018 Styling for cookie  message */


.js_enabled #cookie-message {
	display: none;
}
#content {
	margin: 1em;
}
#cookie-message {
	background-color: #d5e6ed;
	color: #662d91;
	margin: 0 auto;
	padding: 1em;
}
#closeMessage input{
	border-style: solid;
	background-color: #000000;
	width: 150px;
	height: 23px;	
}
.closeMessage input:hover {
	background-color:#eeeeee;

}


