﻿html,
body {
    height: 100%;
}

#message {
    color:red;
    font-size:x-large;
    padding:10px;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.box {
    display: flex;
    flex-direction: column;    
}

main {
padding:10px;
}

.fill {
    flex: 1;
}

.header {
    height: 60px;
}

.footer {
    background-color:white;
    height: 60px;
}


#mapview {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}