
    /* --- Damallsvenskan,Ettanfotboll,Superettan -------------------------------------------------------- */
    #serie-topbar {
        width: 100%;
        height: 37px !important;
        overflow: hidden;
    }

        #serie-topbar ul li {
            display: none !important;
        }

        #serie-topbar li:first-child {
            display: block !important;
        }

        #serie-topbar li:nth-child(2) {
            display: block !important;
        }

        #serie-topbar .border-right {
            display: none;
            visibility: hidden;
        }
