<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

body {
    letter-spacing: .1px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

img {
    vertical-align: middle;
    border:0;
}

.sosi-content .ejournal-app .container {
    width: 100% !important;
    padding-right: 45px;
}

.sosi-content {
    display: flex;
    min-height: 100vh;
    border-bottom-color: #F5F3F1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #F5F3F1;
}

.sosi-content .menu-content {
    top: 0;
    width: 248px;
    border-style: solid;
    border-color: #C9CED6;
    border-width: 1px;
    min-height: 100vh;
    max-height: 100vh;
    background-color: white;
    z-index: 1000;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sosi-content .menu-section-content {
    margin-top: 60px;
    flex: 1;
    overflow-y: auto;
}

.sosi-content .menu-link {
    display: flex;
    align-items: center;
    min-height: 40px;
    width:100%;
    cursor: pointer;
}

.sosi-content .menu-link:hover {
    background-color: #F5F3F1;
}

.sosi-content .menu-overview-link {
    color: #E7173C;
    font-style: SemiBold;
}

.sosi-content img {
    margin-left: 21px;
    margin-right: 15px;
    width:15px;
}

.toggle-link {
    margin-top: 2px;
    text-decoration: none;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1B1B26;
    white-space: normal;
    width: 80%;
}

.menu-link a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    line-height: 40px;
}

.menu-link img.image.red {
    display: none;
}

.menu-link.menu-link-active a {
    color: red;
    font-weight: bold;
}

.menu-link.menu-link-active img.image.red {
    display: block;
}

.menu-link.menu-link-active img.image.white {
    display: none;
}

.toggle-link:hover {
    text-decoration: none;
}

.toggle-link a:focus {
    text-decoration: none;
}

.sosi-content .menu-border-bottom {
    border-bottom-style: solid;
    border-bottom-color: #C9CED6;
    border-bottom-width: 1px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sosi-content .menu-footer {
    margin-top: 20px;
    position: sticky;
    bottom:0;
    z-index: 1001;
    background-color: white;
}

.sosi-content .menu-footer p {
    height: 20px;
    font-family:sans-serif;
    margin: 0px 0px 0px 0px;
}

.sosi-content .loggedin-user {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    margin-left: -10px;
    height: 99px;
}

.sosi-content .logo {
    font-family: sans-serif;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.sosi-content .logo-img {
    margin-left: 21px;
    margin-bottom: 8px;
    width: 80%;
}

.sosi-content .app-content {
     min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    background-color: #F5F3F1;
    padding-left: 30px;
    width: 100%;
}

    .sosi-content .app-content footer.footer {
        display: none;
    }

.epj-content .inner-old-epj {
    width: 1045px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.errorformatted {
    text-align: center;
}

.epj-content .inner-old-epj iframe {
    width: 100%;
}


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