<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table{
    margin-top: 10px;
    color: #333333;
    width: 100%;
    overflow: scroll;
}

tr{
    border-bottom: 1px solid #f0f0f0;

}
th{
    font-size: 0.9em;
    color: #00A550;
    padding: 5px 10px;
    text-align: center;
}
td{
    font-size: 0.8em;
    padding: 5px 8px;
    text-align: center;

}
tr:nth-child(1){
    border-bottom:2px solid #00A550;
}
tr:nth-child(even){background-color: #f8f8f8;}

.tabs{
    background-color: #f8f8f8;
}
.textJustify{
    text-align: justify;
    width: 50%;
}
.textJustify a{
    word-break: break-all;
}
.library-tabs{
    width: 100%;
}
.library-tabs&gt;li{
    display: inline-block;
    text-align: center;
    width: 32%;
    border-bottom: solid 3px white;
}
.library-tabs&gt;li.active{
    color: #ff8600;
    background-color: white;
    border-bottom: 5px solid #ff8600;
}
.library-tabs&gt;li:hover,.library-tabs&gt;li:focus{
    color: white;
    background-color: #ff8600;

}
.library-tabs&gt;li.active a{
    color: #ff8600;
}
.library-tabs&gt;li&gt;a{
    color: #333333;
}
.library-tabs&gt;li:hover a,.library-tabs&gt;li:focus a {
    color: white;
}

.customModalTitle{
    background-color: #00A550;
    color: white;
}

.closeButton {
    background-color: #ff8600;
    color: white;
    height: 34px;
    text-decoration: none !important;
}

.closeButton:hover, .closeButton:focus {
    background-color: white;
    border: 1px solid #ff8600;
    color: #ff8600;
    text-decoration: none !important;

}
.containerMargin h4{
    margin-top: 40px;
}
.libraryButton {
    background-color: #00A550;
    color: white;
    text-decoration: none !important;
    padding: 3px;
    margin-left: 10px;
    border: solid 1px #00A550;

}
.libraryButton:hover,.libraryButton:focus{
    color: #00A550;
    background-color: white;

}
.backButton {
    background-color: #00A550;
    color: white;
    text-decoration: none !important;
}

.backButton:hover,.backButton:focus{
    background-color: white;
    border: 1px solid #00A550;
    color: #00A550;
    text-decoration: none !important;
}
.noData{
    margin-top: 20px;
    text-align: center;
    font-size: 1.2em;
    color: #d0d0d0;
}
.l_delete{
    background-color: #dc0b0b;
    color: white;
    padding: 3px;
    text-decoration: none !important;
    border: 1px solid #dc0b0b;
}
.l_delete:hover,.l_delete:focus{
    background-color: white;
    color: #dc0b0b;

}
@media (max-width: 767px) {

    .libraryButton,.l_delete{
        width: 100%;
        display: block;
    }

    .libraryButton{
        margin-bottom: 10px;
    }
}
.headerAlign{
    text-align: right;
}</pre></body></html>