<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (pointer: coarse) {
    /* mobile device */

.smart {
    width: 100%;
    /*border: 10px red solid;*/
}
    .smarttextbox {
        font-size: 20pt;
    }

    .smartbtn {
        width: 100%;
        height: 100px;
        font-size: 22pt;
        min-width: 200px;
        border-radius: 5px;
    }

    .smartlabel {
        font-size: 3vw;
    }

    .patreonnev {
        border: #caa130 solid 1px;
        padding: 0px 15px 0px 10px;
        position: relative;
        float: left;
        border-radius: 3px;
        font-size: 3vw;
        margin: 2px;
        background-image: linear-gradient(to right,darkorange, yellow);
    }

}

@media (pointer: fine), (pointer: none) {
    .smart {
        border: none;
    }

    .smartbtn {
        width: 200px;
        height: 40px;
        font-size:16px;
        border-radius:5px;
    }
        .smartbtn:hover {
           background-color:darkorange;
            color:white;
        }

    .smartlabel {
        font-size: 14pt;
    }

    .smarttextbox {
        font-size: 16pt;
        border-radius:5px;
    }

    .patreonnev {
        border: #caa130 solid 1px;
        padding: 0px 15px 0px 10px;
        position: relative;
        float: left;
        border-radius: 3px;
        font-size: 18px;
        margin: 2px;
        background-image: linear-gradient(to right,darkorange, yellow);
    }

}

@media (pointer: fine) and (any-pointer: coarse) {
    /* touch desktop */
}


@media (any-pointer: fine) {


}





.patreonimg1 {
    position: relative;
    left: -18px;
    top: -14px;
    width:48px;
}

.patreonimg2 {
    position: relative;
    left: -16px;
    top: -1px;
    width:48px;
}
.patreonimg3 {
    position: relative;
    left: -20px;
    top: -3px;
    margin:0px;
    width: 28px;
    float:left;
    max-width:28px;
}

    .patreonnev:hover {
     /*   -webkit-transform: rotate(-4deg);
        -moz-transform: rotate(-4deg);
        
        background-color: #ebc169;*/
    }

.disabledarea {
    pointer-events: none;
    opacity: 0.9;
    -webkit-filter: grayscale(.77);
}

.likebtnclass {
    border: none;
    width: 15px;
    height:15px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('Ikons/likegray.png');
}

.likenobtnclass {
    border: none;
    background-color: transparent;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('Ikons/likenogray.png');
}

.likebtnclass:hover {
 

    background-image: url('Ikons/like.png');
}

.likenobtnclass:hover {
 
    background-image: url('Ikons/likeno.png');
}

.likelblclass {
    color: dimgray;
    font-weight: 200;
    font-size: 10pt;
    padding: 1px 5px 1px 5px;
    margin: 0px;

/*    background-color: white;
    border: 1px #e6e6e6 solid;
    cursor:pointer;
    border-radius: 10px;*/
}

.likepnlclass {
   vertical-align :middle ;
    margin:2px;
    padding:2px;  
  float:right;
    display:block;
    position:relative ;
    right:0px;
    top:-2px;

}

.likepnlclass:hover  {
 
}

.mylinkbtn {
    font-size:12pt;
    font-weight:200;
    border:none;
    background-color:transparent;
    width:120%;
    padding:5px;
    
}

    .mylinkbtn:hover {
        color: black;
        background-color: orange;
        border-radius: 5px;
        border: 1px solid darkorange;
        font-weight: 300;
    }

/*  
		 * Rating styles
		 */
.rating {
    margin: 0 auto 1em;
    font-size: 45px;
    overflow: hidden;
}

    .rating input {
        float: right;
        opacity: 0;
        position: absolute;
    }

    .rating a,
    .rating label {
        float: right;
        color: #685528;
        text-decoration: none;
        -webkit-transition: color .4s;
        -moz-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s;
    }

        .rating label:hover ~ label,
        .rating input:focus ~ label,
        .rating label:hover,
        .rating a:hover,
        .rating a:hover ~ a,
        .rating a:focus,
        .rating a:focus ~ a {
            color: yellow;
            cursor: pointer;
        }

.rating2 {
    direction: rtl;
}

    .rating2 a {
        float: none
    }
 </pre></body></html>