<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************** Popup windows in Sensor map ******************************/
/*  (overrides of jquery-ui.css)  */
#popupWindowTabs
{
    background: transparent;
    border: none;
}
        
#popupWindowTabs .ui-widget-header
{
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 1;
}
        
#popupWindowTabs .ui-state-default
{
    background: transparent;
    border: none;
}
        
#popupWindowTabs .ui-state-active
{
    background: transparent no-repeat bottom center;
    border: none;
}
        
#popupWindowTabs .ui-state-default a
{
    color: #c0c0c0;
}
        
#popupWindowTabs .ui-state-active a
{
    color: #459E00;
}

.popupWindowTable
{
    font-family: Sans-Serif; 
    font-size: 10pt;
    white-space:nowrap;
    
    
}

.span
{
     white-space:nowrap;
}
 

</pre></body></html>