/* MAIN*/
body {
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Segoe UI, SegoeUI, Helvetica Neue, Helvetica, Arial;
	background-color: white;
	margin: 0;
	text-align: center;
}

a {
	color: rgb(34, 34, 238);
	text-decoration: none;
}

a:link {
	color: rgb(34, 34, 238);
}

a:hover {
	color: #bb00bb;
}

a:active,
a:focus {
	color: #bb00bb;
}

.space-top {
	text-align: center;
	margin-bottom: 20px;
}

.space-bottom {
	text-align: center;
	margin-top: 60px;
}

.bottonspace {
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

.bottonspace span {
	margin-left: 20px;
	font-weight: bold;
}

.bottonspace button {
	font-weight: bold;
}

nav {
	padding: 0;
	/*border: 3px solid #4C9CF1;*/
}

h1 {
	font-size: 1.15em;
	color: navy;
	line-height: 1.45em;
	text-align: center;
	background-color: lightsteelblue;
}

h2 {
	font-size: 1.2em;
	color: navy;
	line-height: 1.3em;
	margin: 10px 0;
	text-align: center;
	background-color: lightsteelblue;
}

h3 {
	font-size: 0.9em;
	color: navy;
	line-height: 1.25em;
	margin: 6px 3px 3px 3px;
	text-align: center;
	background-color: lightsteelblue;
	padding: 3px;
}

p {
	line-height: 1.45em;
	margin: 20px 20px 20px 20px;
	background-color: white;
	padding: 20px;
}

ul {
	list-style: none;
	padding: 0;
}

li {
	display: inline-block;
	padding: 1px 10px 0 0;
}

/* HEADER*/
#listheader {
	background-color: lightsteelblue;
	width: 100%;
	height: auto;
	min-height: 96px;
	position: sticky;
	top: 0;
	left: 0;
	border-bottom: 4px solid #4C9CF1;
	padding-bottom: 4px;
	z-index: 100;
	text-align: center;
}

#logo {
	display: block;
	font-size: 1.4em;
	color: navy;
	padding-top: 10px;
	font-weight: bold;
}

#Description {
	font-size: 1.0em;
	/* was 0.9 */
	color: navy;
	font-weight: bold;
}

/* NAVIGATION*/

#menu-icon {
	display: hidden;
	z-index: 10;
	width: 30px;
	height: 26px;
	background: lightsteelblue url("/images/icons-png/bars-white.png") no-repeat center;
}

a:hover#menu-icon {
	background-color: #bb00bb;
	border-radius: 4px 4px 0 0;
}

#datanavmenu {
	font-size: 18px;
	color: #2262AD;
	line-height: 18px;
	font-weight: bold;
}

#datanavmenu ul li a:nth-child(2) {
	padding-left: 12px;
}

/* BODY*/
#listsection {
	margin: 0 8px 1px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	max-width: 980px;
	position: relative;
	padding: 1px;
	display: inline-block;
}

#molcontainer {
	width: auto;
	/*400px*/
	margin: 10px;
	/*1px auto;*/
	text-align: left;
	color: #3e3e3e;
	color: #333333;
}

#molcontentContainer {
	width: auto;
	/*310px*/
	text-align: center;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 0px;
}

.molname {
	font-size: 14pt;
	font-weight: 900;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

.mrado1 {
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 1px;
}

.mrado5 {
	font-size: 14pt;
	font-weight: 900;
	text-align: left;
	padding-top: 13px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 5px;
	color: #000878;
}

.mqinfo {
	font-size: 12pt;
	text-align: center;
	color: #000878;
}

/*MEDIA QUERY NAVIGATION*/
@media only screen and (max-width : 851px) {

	/*was 640*/
	#logo {
		font-size: 1.1em;
	}

	#listheader {
		background-color: lightsteelblue;
		width: 100%;
		min-height: 64px;
		top: 0;
		left: 0;
		border-bottom: 4px solid #4C9CF1;
		z-index: 100;
		text-align: center;
	}

	#listsection {
		/*margin: 54px auto 1px;*/
		max-width: 980px;
		position: relative;
		padding: 1px;
		display: block;
	}

	#menu-icon {
		display: inline-block;
	}

	.navsmall {
		/*width: 40px;*/
		height: 26px;
		float: right;
		/*padding: 0px 2px 2px 1px;*/
		border: 3px solid #4C9CF1;
		border-radius: 6px;
		position: absolute;
		right: 0;
		top: 0;
		margin: 4px 4px 0 0;
	}

	nav ul,
	nav:active ul {
		display: none;
		position: absolute;
		padding: 6px;
		background: #fff;
		border: 4px solid #4C9CF1;
		right: 0;
		top: 36%;
		width: 128px;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 8px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}

	nav:hover ul li:hover {
		background-color: lightsteelblue;
	}

	nav:hover ul li a:hover {
		color: #bb00bb;
	}
}