/* Contains CSS which is specific to the file dump1090.php */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}
#iframe-wrapper {
    position: fixed;
    top: 50px;
    bottom: 60px;
    width: 100%;
}
#map {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}