<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newresHead
{
    font-size: 30px;
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;    
}

.newres
{
    width: 50%;
    text-align: center;
    border-radius: 15px 15px 0 0;
    padding: 20px 0 20px 0;
    border-style: solid;
    border-width: 1px;
    border-color: #DADADA;
    cursor: pointer;
    background: #DADADA;
}
.act
{
    background: none;
    border-bottom-style: none;
}
.newres a
{
    color: black;
    text-decoration:none;    
}
.sec-pTB {
    border-style: solid;
    border-top-style: none;
    border-color: #DADADA;
    border-width: 1px;
    padding: 20px;
}
.itm li{
    border-bottom: 1px solid #e8eef1;
    padding: 20px 20px 50px;
    margin-top: 20px;
}
.itm img{
    width: 80%;
}
.lm {
    float: right;
}
div.pagesec {
    margin: 50px 0 70px;
    float: right;
}

.pageno{
    border: 1px solid #F0483E;;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    padding: 0 10px; 
    color: #F0483E;   
}
.disable{
    border: 1px solid #aaa;
    display: inline-block;
    margin: 5px;
    padding: 0 10px;     
    cursor: none;
    color: #aaa;   
}
.crrentpage{
    border: 1px solid black;
    display: inline-block;
    margin: 5px;
    padding: 0 10px;     
    cursor: none;
    color: black;
}</pre></body></html>