/*css for large screen*/
/*basic elements*/
.header-panel-left {
    top: 1em;
    position: fixed;                    
}
.header-panel-right img{
    float: right;                  
} 
.header-panel-right div{
    float: right;      
    margin-right:1em            
} 
.header-panel-right {                     
    font-size: 1.4em;
    top: 1em;
    right: 1em;
    position: fixed;
}

.footer-panel {                    
    right: 1em;
}
.custom-mouse-position {
    min-width: 200px;
    text-align: center;
}
.ol-attribution {
    left: 8px !important;
}
#overviewmap {
    display : block;
}
#overviewmap canvas{
    display : block !important;
}
#closeOpenOverviewMap-button {
    display : block;
}
#scaleline{
    float:right;
}

/* composition */
#composition{
    max-height : 550px;
	top: calc(50vh - (/* height */550px / 2));
    left: calc(50vw - (/* width */770px / 2));
    padding:10px;
}
/* #composition .annotation-title{
    float:right;
} */
#composition .annotation-title span{
    margin-right:5px;
}
#composition > img{
    margin-bottom:10px;
}
#composition-info-text{
    padding: 15px;
}
#composition table td{
    padding: 5px;
}
.result-list{
	margin-left: 87px;
}