body {
font-family: Tahoma, Helvetica, sans-serif;
margin-left: 2em;
margin-right: 2em;
}

div.sidepanel_top {
font-size: 2.8em;
margin-top:30px;
margin-bottom: 100px;
min-width: 800px;

}

#sidepanel_section_name {
font-weight:bold; 
font-size:1.4em; 
margin-right:200px;
}

div.mainpanel {
    min-width: 100%;
}

span.list {
margin-right: 0.7em;
}

span.sidepanel_option_list {
float:right;
}

div.sublist {
font-size: 0.6em;
}

div.section_list {
    width: 75%;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

div.section_list_last {
}

div.section_list img {
    width: 100%;
}

div.sidepanel_top a {
    text-decoration: none;
    color: gray;
}

div.sidepanel_top a:hover {
    color: #AAAAAA;
}

.clickable {
    cursor: pointer;
    color: gray;
}

.clickable:hover {
color: #AAAAAA;
}

.clickable.selected:hover {
color: #000000;
}

div.selected {
color: #000000;
}

.hidden {
display: none;
}

.menu {
font-size: 3.2em;
position: absolute;
background-color: rgba(0,0,0,0.3);
padding: 0.2em 0.4em 0.4em 0.4em;
line-height: 110%;
}

div.menu a {
text-decoration: none;
color: #FFFFFF;
}

div.menu a:hover {
color: #AAAAAA;
}

.body_text {
font-size: 1.8em;
color: gray;
}

.page_description {
margin-bottom: 1em;
}

.imagelist {
margin-top: 0.4em;
margin-bottom: 0.4em;
}

.imagelist_desc {
clear: both;
}

.project_image {
float: left; 
margin-right: 2em;
}

.project_desc {
}

.project_desc_title {
}