html, body{
    width: 100%;
    height: 100%;
    padding: 0;
    
}

#hikelist {
    width: 25rem;
    height: 100%;
    background-color: aliceblue;
    overflow: auto;
}

#hikelist tr:hover,
#hikelist tr.highlight {
   background-color: lightblue;
}
#hikelist tr.selected {
   background-color: mediumaquamarine;
}

#map {
    float: right;
    width: calc(100% - 25rem);
    height: 100%;
    background-color: black;
}

img.command {
   height: 1.2rem;
   cursor: pointer;
}

img.busy {
   height: 1.2rem;
}

div.popup div.name {
   font-size: 120%;
   font-weight: bold;
   padding-bottom: 0.5rem;
}
