body {
    color: #222;
    background-color: #fff;
}

#frame {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

#frame tr {
    vertical-align: top;
}
            
#content {
    width: 83%;
    padding: 1em;
    background-color: #d4d4d4;
}

#content h1 {
    color: #523015;
    border-bottom: 1px solid #cc0000;
}

#label {
	font-size: 3em%;
}

/* Αριστερή στήλη - σταθερή */
#sidebar {
    position:fixed;
	width: 15%;
    background-color: #efc728;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-left: 1px solid #ccc;
    padding: 1.5em;
}

#view-panel {
    margin-top: 3em;
}

#view-panel table {
    border-spacing: 0px;
    border-collapse: collapse;
}

#view-panel h1 {
    border: none;
    font-size: 120%;
}

#view-panel h1 {
    border: none;
    background: none;
    padding: 0;
    margin: 1em 0;
}

#view-panel h2 {
    border: none;
    background: none;
    padding: 0;
    margin: 0.5em;
}

/* PlotIt Title */
#sidebar > header {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 1.7em;
    text-decoration: none;
    font-weight: bold;
	color: DarkRed;
}

#sidebar > header > header {
    font-size: 0.65em;
	color: DarkRed;
    /*font-style: italic;*/
}

#sidebar > section {
    border-bottom: 2px solid darkred;
    padding-bottom: 1em;
}

#sidebar > section > p {
    margin: 0 0;
    font-size: 0.8em;
}

#sidebar > section {
    margin: 0.5em 0em;
}

#sidebar > section > a {
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

#sidebar > section > header {
    margin-bottom: 0.25em;
}

#sidebar #help:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25em;
    width: 1em;
    height: 1em;
    box-shadow: 0.05em 0.05em 0.12em #aaaaff;
    border: 1px solid #0000ff;
    border-radius: 100%;
    padding: 0.1em;
    text-align: center;
    font-family: "Courier New", monospace;
    font-size: 1.5em;
    color: #0000ff;
    content: '?';
}

#sidebar a:hover {
    color: #444;
}

#sidebar #help:hover:before {
    border-color: #2222ff;
    color: #2222ff;
}

/* historical map controls */
#historicalOpacityControls {
    display: block;
    font-size: 1.5em;
}

div.item {
    border: 0px solid #aaa;
    padding: 0px;
}

div.exhibit-facet-body {
    background-color: #E3E6EC;
    border: 1px solid #B8B8BB;
}

div.exhibit-facet-header {
    color: #523015;
    background-color: white;
}

div.thumbnail-lens {
	float:      center;
	width:      17em;
	height:     5em;
	overflow: 	auto;
	border:     1px solid #000000;
	background: white;
	padding:    1.1em;
	margin:     0.5em;
	text-align: center;
}
			
div.map-lens {
	padding: 0.5em;
	text-align: left;
}
			
div.cloud {
	height: 12em;
	overflow: auto;
	text-align: left;
	background-color: white;
}

div.sidebar-scroll {
	width: 100%;
    height: 72vh;
    margin: 0;
    padding: 0;
	overflow-y: auto;
	padding-right: 15px;
	scrollbar-color: red yellow;
}

div.header1 {
	margin-bottom: 0.5em;
    text-align: center;
    font-size: 2em;
    text-decoration: none;
    font-weight: bold;
	color: DarkRed;
}

div.header2 {
	margin-bottom: 0.5em;
    text-align: center;
    font-size: 1.4em;
    text-decoration: none;
    font-weight: bold;
	color: DarkRed;
}


/* Εμφάνιση scrollbar */

/* width 
::-webkit-scrollbar {
  width: 12px;
}*/

/* Track
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}*/
 
/* Handle
::-webkit-scrollbar-thumb {
  background: DarkRed; 
  border-radius: 10px;
}*/

/* Handle on hover
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}*/