    
.wgsdiag {
    width: 100%; /* you can use % */
    max-width: 1600px;
    height: auto;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    
}    

.wgs_logo, wgs_logo_small {
    width: 100%; /* you can use % */
    max-width: 250px;
    height: auto;
    vertical-align: middle;
    margin: 5px;
    border: none;
    
}

.wgs_logo_small {
    margin: 5px;

    width: 50%; /* you can use % */
    max-width: 230px;
}

p {
    margin-top: 20px;
}

.pagepart > a.button {
    margin: 5px;
}

.leanmodal {
    display:none;
    border: 1px solid black;
    background: #fff;
    padding: 5px;
    max-width: 95%;
    width: auto;
    max-height: 95%;
}
/* leanmodal */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.mapposition {
    position: relative;
}

.latlon {
    position: absolute;
    display: inline-block;
    padding: 3px;
    top: 5px;
    right: 5px;
    background-color: white;
    z-index: 1000;
}     

.status {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #EFEFEF;
    
    display: block;
    text-align:left;
    line-height: 25px;

    min-width: 600px;
    
}
.status_par {
    display:inline-block;
}
.status_val {
    float: right;
    display:inline-block;
    font-weight: bold;
}
.status_val > a {
    text-decoration: none;
}

.status_graph {
    border: 1px solid #EFEFEF;
    height: 25px;
    border-bottom: none;
    
    
}
            

.descimg {
    display: inline-block;
    width: 33%; /* you can use % */
    min-width: 250px;
    margin-bottom: 10px;
    
}
.nahled {
    width: 98%; /* you can use % */
    border: 1px solid #EFEFEF;
    padding: 0px;
    height: auto;
    vertical-align: middle;
    display: block;

}
.descimg2 {
    display: inline-block;
    width: 48%; /* you can use % */
    min-width: 250px;
    margin-bottom: 10px;
    
}
.nahledip {
    width: 98%; /* you can use % */
    max-width: 920px;
    height: auto;
    vertical-align: middle;
    border: 1px solid #EFEFEF;
    margin: 5px;
    display: block;

}

.section {
    padding: 0px 10px 10px 10px;
    margin-bottom: 30px;
 }

html a {
    color: rgb(40,110,195); 
}
html a:hover {
    color: #1f5699;
}
ul a {
    color: #000;
}


li {
    margin-top: 15px;
    margin-left: 15px;
}
h3 {
    margin: 20px 0px 20px 0px;
}
h3:first-child {
    margin-top: 10px;
}

