
body, html {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#000;
	}

.wrapper						{ max-width: 100%; }

a {
	color: #00f;
	text-decoration:underline;
	}

.mlb-container,
.header-top,
.logo,
#nav,
aside,
footer ul,
a#to-top, 
header h2
	{
	display: none;
	}


h1  							{ font-weight: bold; font-size: 1.8em; }

header h2 {
	font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 10px;
	}

h3 								{ font-size: 1.5em; }
h4								{ font-size: 1.3em; font-weight:normal;}


/* --------------------------------------- */
/* HEADER 								   */
/* --------------------------------------- */

header {
	width:100%;
	border-bottom:1px solid #000;
	margin-bottom: 18px;
	}


/* --------------------------------------- */
/* MAIN 								   */
/* --------------------------------------- */

.breadcrumb ul 		{ margin: 0px; margin-bottom: 18px; padding: 0px; }
.breadcrumb ul li	{ list-style:none; display: inline-block; margin: 0px; padding: 0px;  margin-right:5px; }
.breadcrumb ul li:after {
	content:">";
	display:block;
	float:right;
	margin-left:5px;
	}

.breadcrumb ul li:last-child:after	{ content:none; }

/* --------------------------------------- */
/* COMBINE 								   */
/* --------------------------------------- */


.close_compare_btn, ul.top-bar-right, .select-process, .combine_metadata_link, .gonuts_elements, .breadcrumb a, .timeslider_compare, .btn-execute, .btn-execute-mobile, #gonuts_0
	{
	display:none;
	}

.map_block-combine, .select-process	{max-width:100%; width:100%;}
.map_block-combine dt	{width:300px; font-size:12pt; margin-left:4px;}
.map_block-combine dd	{width:auto; margin-left:0px; padding-left:0px; margin-bottom:15px;}
.map_block-combine dd:last-child	{margin-bottom:0px;}
.theme_dropdown, .effect_dropdown, .indicator_dropdown{border:none; margin-left:0px; padding-left:0px;}
.map_block-combine dl	{padding:0px;}
.timerow_compare		{margin-bottom:20px;}
.map_combine_div	{ clear:both; display:inline-block;}


.legend-map  		{width:100px; height:100px; display:inline-block;}
.map_combine_div	{width:500px;}

.legend-large  		{width:100px; height:100px; min-height:50px; }

#map_input_2		{display:block; overflow:hidden;}

.large-block dl, #csv_result table 
	{
	display:block
	width:600px;
	overflow:hidden;
	position:relative;
	}

#csv_result table	{height:700px;}


/* --------------------------------------- */
/* FOOTER 								   */
/* --------------------------------------- */

footer {
	border-top: 1px solid #000;
	color:#000;
	font-size:1em;
	clear:both;
	}

#copyright {
	color:#000;
	margin-top:18px;
	margin-bottom:18px;
	}

footer p:before				{ content:""; background: url(/grfx/eu-logo.jpg) no-repeat; float:left; padding-left:15px; width:43px; height:28px;}
