<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">tbody tr th {
  font-weight: normal;
}

tbody tr th b {
  font-weight: normal;
}

hr.ce-div {
    color: #034DA2;
}
    
.header .header-left.logo img {
    max-height: 89px;
    padding-left: 10px;
    margin-top: 54px;
  }

a.download[href$ = ".doc"] {
    background-image: url('/typo3conf/ext/sisitemplate/Resources/Public/Icons/FileIcons/doc.gif');
}

a.download[href$ = ".docx"] {
    background-image: url('/typo3conf/ext/sisitemplate/Resources/Public/Icons/FileIcons/doc.gif');
}

a.download[href$ = ".xls"] {
    background-image: url('/typo3conf/ext/sisitemplate/Resources/Public/Icons/FileIcons/xls.gif');
}

a.download[href$ = ".xlsx"] {
    background - image: url('/typo3conf/ext/sisitemplate/Resources/Public/Icons/FileIcons/xls.gif');
}

div[aria-expanded="true"]{
  display: block !important;
}

.sisi-main-content .ce-bodytext ul li:before {
  font-family: 'FontAwesome';
  content: '\25b6';
  margin: 0 5px 0 -15px;
  color: #4B6DDC;
}

.sisi-main-content .ce-bodytext ul li {
  background-image: none;

}


.panel-body ul li:before {
  font-family: 'FontAwesome';
  content: '\25b6';
  margin: 0 10px 0 -15px;
  color: #4B6DDC;
  margin-left: 3px;
}

.panel-body ul li {
  background-image: none;
  list-style-type: none;
}
.sisi-main-content .ce-bodytext ol li {
    list-style: decimal;
    background-image: none;
    padding-left: 5px;
}

.sisi-main-content .ce-bodytext ol{
    padding-left: 26px;
}

.more {
    display: block;
    overflow: hidden;
    position: relative;
    height: 150px;
}

div.more ul li {
    margin-left: 30px;
    list-style: none;
}

div.more ul li:before {
    font-family: 'Font Awesome 6 Free';
    content: '\25b6';
    margin: 0 10px 0 -15px;
    color: #4B6DDC;
}

.more:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
}

div.more_button a {
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

div.all:after {
    background: rgba(255, 255, 255, 0)
}

div.all {
    height: 100%;
}
</pre></body></html>