html, body{
    margin: 0;
    padding: 0;
    font-family: "sans-serif";
}

#upload_prompt {
    font-weight: bold;
}

#page_heading, .page-header, #upload_form, #image_output, #meta_output, #meta_output2, #nitf_hdr, #img_hdr, #gfx_hdr, #image_segs, #graphic_segs, #text_segs, #upload_group, #decoder_status, #map {
    margin: 2%;
}

#fmsg {
    padding-bottom: 5px;
}

#image_segs_image {
    padding-bottom: 20px;
}

#map {
    height: 360px;
}

table{
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
}

th{
    color: white;   
    border-bottom: 2px solid black;
    background-color: #90b4d6;
    padding: 5px 10px 5px 10px;
}

tr{
    background-color: #e8eff5;
}

td {
    border-bottom: 1px solid black;
    padding: 5px 10px 5px 10px;
}

#upload_group {
    display: none
}

#uploadProgress {
    width: 400px; 
    background-color: grey;
}

#uploadBar {
    width: 1%; 
    height: 10px; 
    background-color: green; 
}

img {
    width: 100%;
    height: auto;
}
