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


/* Image side-by-side */
.flex-container{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
}
/* End of image side-by-side */



/* Front page styling */
.inner h1 {
    display: none;
}
.portal-header {
    height: 130px;
    background-color: #4d89c8;
}
.portal-header .inner {
    display: flex;
    flex-direction: row;
    position: relative;
}
.portal-header .inner:before {
    content: 'Manual';
    position: absolute;
    left: 20%;
    font-size: 30px;
}
@media(max-width:1199px) {
    .portal-header .inner:before {
        display: none;
    }
}
.portal-header:after {
    background-size: unset;
}
@media(max-width:798px) {
    .portal-header:after {
        background-size: cover;
    }
}
.portal-header .logo-link {
    flex: 1;
}
@media(max-width:1199px) {
    .portal-search {
        width: 100%;
    }
}
@media(max-width:1199px) {
    .portal-header .logo-link {
        display: none;
    }
}
.portal-publications {
    display: none;
}

.publication-contents h4 span {
    display: none;
}
.dropup {
    text-transform: capitalize;
}
.publication-contents li:before {
    color: #4790d0;
    opacity: .6;
}
.featured-content-label {
    visibility: hidden;
    margin: 60px 0;
}
.featured-content-label:before {
    content: 'Topic overview';
    visibility: visible;
    text-transform: initial;
    font-size: 20px;
}
/* End of Front page styling */



/* List item custom styling */
.listitem p {
    margin: 0;
}
.itemizedlist {
    padding-left: 10px;
}
/* End of List item styling */



/* Table custom styling */
table {
    border: 1px solid #ddd;
}
table&gt;tbody&gt;tr:nth-child(even)&gt;.td, table&gt;tbody&gt;tr:nth-child(even)&gt;th {
    background-color: #fff;
}

table&gt;tbody&gt;tr:nth-child(odd)&gt;.td, table&gt;tbody&gt;tr:nth-child(odd)&gt;th {
    background-color: #eee;
}
td {
    padding: 5px 10px;
}
thead th {
    padding: 5px 10px;
}
.not-gray td{
    background-color:transparent!important
}
/* End of Table custom styling */



/* 7 Segment fonts */
@font-face {
    font-family: '7 Segments';
    src:
    url(../fonts/7-Segment.ttf) format('ttf'),
    url(../fonts/7-Segment.woff) format('woff');
    font-weight: normal;
}



/* Use 7 Segment fonts */
.computeroutput {
    font-family: '7 Segments', 'Roboto', sans-serif;
    background-color: unset;
    color: unset;
    font-weight: bold;
}



/* Enable navigation buttons for mobile */
@-ms-viewport{width:device-width}
.visible-lg,.visible-md,.visible-sm,.visible-xs{display:block!important}

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