/* 
css for dragable pop up windows (toasts)
*/

#p1-pop-up-emis-table {
    position: fixed;
    top: wherever;
    left: wherever;
}

#pop-up-cookies {
    position: fixed;
    top: wherever;
    left: wherever;
}