body { margin:0; padding:0; }
body, table, tr, td, th, div, h1, h2, input { 
    font-family: "Calibri", "Trebuchet MS", "Ubuntu", Serif; 
    font-size: 11pt;
}
#map { 
    position:absolute; 
    top:0; 
    bottom:0; 
    width:100%; 
}
.ctl {
    padding: 2px 10px 2px 10px;
    background: white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    text-align: right;
}
.title {
    font-size: 18pt;
    font-weight: bold;
}
.src {
    font-size: 10pt;
}

.scrollable {
    height: 200px !important;
    overflow: scroll;
}