﻿.gan {
    max-width: 750px;
}

#ctl00_l .c, #ctl00_l .nc {
    width: 54px;
    height: 36px;
    background-size: contain;
    margin: 0 4px;
    padding: 0;
    float: left;
}

#ctl00_l {
    height: auto;
    margin-top: 0;
    top: 24px;
}

    #ctl00_l .SV {
        background-image: url('../Images/eu/se.svg');
    }

    #ctl00_l .EN {
        background-image: url('../Images/eu/gb.svg');
    }

#marquee {
    z-index: 20000;
}

/*#region ~[PV 01/08/2023] 
    ~[MG 08/08/2023] https://stackoverflow.com/questions/7425665/switching-the-order-of-block-elements-with-css
*/

#ctl00_cc_pnlClassic {
    width: 900px;
    display: flex;
    flex-flow: column;
}

#login {
    width: auto;
    order: 1;
}

.login-info {
    width: auto;
    order: 2;
    margin-top: 12px;
}

/*#endregion */
