html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#map {
    position: fixed;
    width: 100%;
    height: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}