<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
}

section.btc-exchange p.label1 {
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

section.btc-exchange div.infoArea {
    margin-top: 40px;
    display: none;
}

section.btc-exchange p.lefter {
    text-align: left;
}

section.btc-exchange .input {
    text-align: left;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: white;
    font-size: 30px;
    padding: 0;
    margin: 0;
    max-width: 300px;
}

section.btc-exchange div#minprice {
    margin: 20px auto 0;
    padding: 10px;
    background: rgba(255, 0, 0, .3);
}

section.btc-exchange input {
    outline:none;
}
section.btc-exchange ul.calc {
    margin: 40px auto 0 !important;
    color: black;
    display: table;
    padding:0;
}

section.btc-exchange ul.calc p {
    margin: 0;
}

section.btc-exchange ul.calc &gt; li {
    display: table-cell !important;
    padding: 20px;
    border-top: 4px solid rgba(255, 255, 255, 1);
    border-bottom: 4px solid rgba(255, 255, 255, 1);
    border-left: 4px solid rgba(255, 255, 255, 1);
}

section.btc-exchange ul.calc &gt; li:last-of-type {
    border-right: 4px solid rgba(255, 255, 255, 1);
}

div.btc_current {
    background:rgba(255, 0, 0, .3);
    padding:5px 15px;
    color:white;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

section.btc-exchange div#btcqrcode {
    margin:0 auto 40px;
    position: relative;
}

section.btc-exchange div#btcqrcode,
section.btc-exchange div#btcqrcode img {
    height:270px;
    width:270px;
}

section.btc-exchange div#btcqrcode:after {
    content:"[ â†‘ QR ÐºÐ¾Ð´ Ð´Ð»Ñ Ð±Ð¾Ð»ÐµÐµ ÑƒÐ´Ð¾Ð±Ð½Ð¾Ð¹ Ð¾Ð¿Ð»Ð°Ñ‚Ñ‹ (ÐµÑÐ»Ð¸ Ð½ÑƒÐ¶ÐµÐ½) ]";
    font-size:9px;
    display: block;
    margin-top:10px;
}


@media (max-width: 770px) {
    section.btc-exchange ul.calc &gt; li {
        display: block;
        border-right: 4px solid rgba(255, 255, 255, 1);
    }

    section.btc-exchange ul.calc &gt; li:nth-child(2) {
        border: 0;
    }

    section.btc-exchange div#minprice {
        width:100% !important;
    }
}

#btcNumber {
    text-transform: none !important;
    word-break: break-all;
}</pre></body></html>