<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.rkt-pnl {
    border: 1px solid darkblue;
    border-radius: 5px;
    box-shadow: 5px 10px 10px #888888;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
}


.bodytext{
    font-size:14px;
}


.pd-tb-20{
    padding: 20px 20px;
}



.mr-tb-50{
    margin: 50px 0px;
}

.mr-t-70 {
    margin: 70px 0px;
}


.fs-med{
    font-size:medium;
}

.fs-small {
    font-size: small;
}

.submitbtn {
    background: #3498db;
    border: 1px solid #3498db;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
/* The Close Button */
.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.img-tweek{
    padding: 15px;
}
</pre></body></html>