<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.lnkstyle .btn {
    display: inline-block;
    margin-left:10px;
}
.btn &gt; i{
    font-size: 15px !important;
}
.iconholder {
    width: 80px;
    height: 80px;
    margin: 10px auto;
    text-align: center;
    font-size: 80px;
    padding: 0;
}
.iconholder1 {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 80px;
    padding: 0;
    margin: 0 auto;
    float: right;
    position:relative;
}
.iconholder img {
    width: 100%;
    max-width: 80px;
    height: auto;
    max-height: 80px;

}
.iconholder1 img {
    width: 100%;
    max-width: 100px;
    height: auto;
    max-height: 100px;
    position: absolute;
    left: 10px;
    top: 20px;
}
.iconholder1 i {
    position: absolute;
    left: 12px;
    top: 12px;
}
@media screen and (max-width: 480px) {
    .lnkstyle .btn {
        display: block;
        margin-bottom: 10px;
        margin-left: 0px;
    }
}
.master1{
    text-align:right;
}
.master2 {
    text-align: center;
}
.master3 {
    text-align: left;
}
.master2 .headtitr {
margin :5px auto !important;
}
.pw {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}
.pwfooter{
    background-attachment:inherit !important;
}


.cw {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
}

.pwinner {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 3;
}
</pre></body></html>