<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Flex display for footer - BROKEN FOR IE*/
#upd_update_panel
{
    display: flex;
    min-height:100vh;
    flex-direction: column;
    
}

.body
{
    flex:1;
}</pre></body></html>