<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.registrationGuide{
    
    margin: 0px 20px;
}
.registraionFees&gt;h1{
    width: 100%;
    font-size: 26px;
    font-weight: 600;

}


.register&gt;h1{
    padding-bottom: 10px;
    font-size: 22px;
    text-align: right;
    color: #337ab7;

}

.register&gt;h1&gt;a{
    text-decoration: none;
    color: #337ab7;
}

.feeTable{
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0px;
}

.feeTableBody&gt;tr&gt;td,th{
    padding: 10px;
    font-size: medium;
    border: 1px solid #ddd;
}

.register&gt;p{
    padding-top: 10px;
    color: red;
}
.register&gt;p&gt;a{
    text-decoration: none;
}

.paymentDetails{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
}

.bankDetails&gt;h2{
    font-size: 16px;
}
.bankDetails&gt;h2&gt;span{
    font-weight:400;
}
.qrScanner{
    margin: 2px;
    border: 1px solid #ddd;
}

.accommodationContainer{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.accBox{
    width: 50%;
}
.accBox&gt;h2,.accBox&gt;h3,.accBox&gt;h4{
    text-align: justify;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
}


.accommodation&gt;h1{
    padding-top: 10px;
    font-size: 26px;
    font-weight: 600;
}

.accommodation&gt;p{
    font-size: 20px;
}

.rewardsForOutstandingPapers&gt;h1{
    font-size: 26px;
    font-weight: 600;
}

.rewardsForOutstandingPapers&gt;p{
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    body {
        .registraionFees&gt;h1{
            width: 100%;
            font-size: 20px;
            text-align: left;
        }

        .feeTableBody&gt;tr&gt;td,th{
            padding: 2px;
            text-align: left;
            font-size: 12px;
        }

        .register&gt;p{
            text-align: justify;
            font-size: 10px;
        }

        .register&gt;h1&gt;a{
            font-size: small;
        }
        
        .bankDetails&gt;h2{
            font-size: 10px;
            text-align: left;
        }

        

        .qrScanner&gt;img{
            height: 100px;
    
        }
        .accommodation&gt;h1{
            padding-top: 10px;
            font-size: 20px;
            text-align: left;
        }
        
        .accommodation&gt;p{
            font-size: 16px;
            text-align: justify;
        }
        
        .rewardsForOutstandingPapers&gt;h1{
            font-size: 20px;
            text-align: left;
        }
        
        .rewardsForOutstandingPapers&gt;p{
            font-size: 16px;
            text-align: justify;
        }
        
    }
  }</pre></body></html>