
      
    


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
     


      
     


       *{} /*endBaseStyles*/
     




        body {margin-bottom: 50px; }
        .poweredby {position: fixed; bottom: 0; line-height: 30px; background-color: black; width: 100vw; z-index: 9999; font-weight: normal; font-size: 13px; text-align: center; color: white; padding: 5px 0; }
        .poweredby .report {color: white; position: absolute; right: 30px; }
        .poweredby-text {display: inline-block; min-width: 240px; padding: 0 20px; }
        .poweredby-text a {color: white; text-decoration: underline; } #reportLink {color: white; text-decoration: underline; }
        .poweredby .report svg {position: relative;}
        
        @media (max-width: 991px) {
            .poweredby {display: flex; flex-direction: column-reverse; }
            .poweredby-text {display: block; }
            .poweredby .report {position: relative; right: 0} }
    

