html {
    height      : 100%;
    width       : 100%;
}

body {
    height      : 100%;
    width       : 100%;
    font-family : Verdana, sans-serif;
    font-size   : 13px;
    margin      : 0;
    padding     : 0;
    border      : 0;
	font-weight	: bold;
}

#files {
    top              : 0px;
    height           : 26px;
    width            : 100%;
    background-color : #fff;
    position         : absolute;
    text-align       : center;
}

#map {
    top      : 26px;
    bottom   : 23%;
    width    : 100%;
    overflow : auto;
    position : absolute;
}

#graph {
    bottom      : 0px;
    height      : 25%;
    background  : #fff;
    font-family : arial, helvetica, sans-serif;
	font-size   : 13px;
    position    : absolute;
}

img#fileIGCstatus {
    vertical-align : -5px;
}

#alt-control {
    background  : #fff;
    border      : 1px solid #676767;
    font-family : arial, helvetica, sans-serif;
/*    font-size   : 0.7em; */
    padding     : 2px 4px;
    position    : absolute;
}