<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Section {border: 3px #310000 solid; border-radius: 10px; margin: 20px 0; position: relative; padding: 10px 0;}
.Section&gt;h3 { position: absolute; top: -18px; left: 20px; background: #fff; padding: 4px 10px; color: #310000;}

.SubSection {border: 3px #310000 solid;border-radius: 10px; margin: 30px 20px 10px; position: relative; padding: 10px 0;}
.SubSection&gt;h3 { position: absolute; top: -18px; left: 20px; background: #fff; padding: 4px 10px; color: #310000;}

.TopCurr {padding: 20px;}
#TradeList {padding-top: 40px;}
#TradeList h2 {padding-bottom: 20px;}
#TradeList table td.Sig {font-size: 12px; padding-bottom: 4px;}
#TradeList table td.M {font-size: 12px; color: gray;}
#TradeList table td .b {font-weight: bold;}

.BacktestBlock .Setup { margin-top: 20px; display: none; background-color: silver; border-radius: 6px; }
.BacktestBlock .Setup&gt;.in {  padding: 20px; }
.BacktestBlock .Setup&gt;.in&gt;.b {padding-top: 10px; font-size: 14px;}
.BacktestBlock .Setup&gt;.in&gt;div:first-child {color: gray; font-size: 16px; font-weight: bold; }
.BacktestBlock .Setup&gt;.in&gt;div.t&gt;textarea {width: 100%; height: 150px; padding: 5px;}
.BacktestBlock .Setup&gt;.in .messages {font-size: 18px;}
.BacktestBlock .Setup&gt;.in .messages div {padding: 10px 0; display: none;}
.BacktestBlock .Setup&gt;.in .messages div.error { color: red; }
.BacktestBlock .Setup&gt;.in .messages div.success { color: green; }

.navigator{text-align:center;}
.RSI_Signals &gt; .form-row {box-sizing: border-box;background-color: #eee;}

#SaveTrendPopup .form-row-w100&gt;.w100&gt;div:first-child {width: 240px;}
#SaveTrendPopup .ExistingSystems .Items .Item {padding: 12px 12px 0 24px; }
#SaveTrendPopup .ExistingSystems .Items .Item+.Item {padding-top: 0;}
#SaveTrendPopup .ExistingSystems .Items .Item input {}

#SaveTrendPopup .ExistingSystems h3&gt;input {margin-right: 10px;}
#SaveTrendPopup .ExistingSystems.Disabled {color: silver;}

#SaveTrendPopup .NewSystem h3&gt;input {margin-right: 10px;}
#SaveTrendPopup .NewSystem.Disabled {color: silver;}
#SaveTrendPopup .Radio {padding-top: 12px;}

.TrendInfo {display: table}
.TrendInfo&gt;h3{display: table-row;}
.TrendInfo&gt;h3&gt;span {display: table-cell; padding: 4px 10px;}
body.NotLogged .TrendInfo {display: none; }

.MySystems {display: none;}
.MySystems&gt;.in&gt;.Title { color: #310000; font-size: 22px; font-weight: bold;}
.MySystems&gt;.in&gt;.SubTitle {padding: 12px 0;}

.MySystems .Systems {padding: 20px;}
.MySystems .Systems&gt;.in {display: table;}
.MySystems .Systems&gt;.in&gt;div {display: table-row; }
.MySystems .Systems&gt;.in&gt;div&gt;div {display: table-cell; padding: 4px 10px; border-top: 1px dotted silver; 
vertical-align: middle;}
.MySystems .Systems&gt;.in&gt;div:hover&gt;div {background-color: #f5f3f3;}
.MySystems .Systems&gt;.in&gt;div&gt;div+div {border-left: none;}
.MySystems .Systems&gt;.in&gt;div:last-child&gt;div {border-bottom: 1px dotted silver;}

.MySystems .Systems&gt;.in&gt;.Trend&gt;div:first-child {padding-left: 40px;}
.MySystems .Systems&gt;.in&gt;.Trend&gt;.Title {cursor: pointer; text-decoration: underline; }
.MySystems .Systems&gt;.in&gt;.Trend.Hidden {display: none;}

.MySystems .Systems&gt;.in&gt;.System {}
.MySystems .Systems&gt;.in&gt;.System&gt;.Title {font-size: 16px; font-weight: bold;cursor: pointer;}
.MySystems .Systems&gt;.in&gt;.System.Closed&gt;.Title:after {
    content: ' â–¾';
}
.MySystems .Systems&gt;.in&gt;.System&gt;.Title:after {
    content: ' â–´';
}


.MySystems .Systems&gt;.in .Operations, .MySystems .Systems&gt;.in .Operations a {color: #0080c0; font-size: 12px; cursor: pointer;}
.MySystems .Systems&gt;.in .Operations span:hover {text-decoration: underline;}

table.HasStoredSignals tr.Online td {background-color: #bbffbb;}

.SavedSignalsMsg, .SavedSignalsMsg2 {
    display: none;
    background-color: #ffff82;
    color: black;
    font-size: 16px;
    padding: 22px 22px;
    border-radius: 10px;
    width: 560px;
    border: solid 1px #dddddd;
    line-height: 30px;
    margin: 12px auto 36px auto;
}

.SavedSignalsMsg .Button.Unlink {background-color: #d7d7d7; color: #000; font-size: 14px; padding: 4px 30px; line-height: 22px;}
.SavedSignalsMsg .Button.Unlink:hover {background-color: #eaeaea;}


.LoadingBacktest {z-index: 900; width: 10000px; height: 10000px; position: fixed; top:0; left:0; background: white; opacity: 0.5; filter: alpha(Opacity=50);display: none;}
.LoadingBacktest_in {display: none; width: 360px; position: absolute; z-index: 990; padding: 40px; border-radius: 10px;
background-color: #fff; /*border: 3px #310000 solid; */opacity: 0.9;
-moz-box-shadow:0 0 30px #310000;-webkit-box-shadow:0 0 30px #310000;box-shadow:0 0 30px #310000
}
.LoadingBacktest_in&gt;div&gt;img {width: 100%; height: auto;}
.LoadingBacktest_in&gt;.Text {font-size: 26px; color: #310000; text-align: center; padding: 20px 0;}

.AccessFailure&gt;.in {text-align: center; color: red; font-size: 30px; font-weight: bold; padding: 40px;}

#BacktestForm &gt; div {
    width: 100%;
}

table.Std {
    border-spacing: 0px;
}

table.Std thead tr td {
    border-bottom: 2px solid #4227fd;
    padding: 6px;
    color: #141414;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

table.Std tbody tr td {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

table.Std tbody tr:nth-child(odd) td {
    background-color: #FAFBFC;
}

.Setup .b .Button.Large {
    margin-bottom: 20px;
}

.Input.Large {
    margin-bottom: 8px;
}

@media screen and (max-width: 334px) {
    input.Button.Large.EditSettings {
        margin-top: 20px;
    }
}

@media screen and (max-width: 485px) { 
    .Section.macd .CheckBlock.form-row {
        padding-top: 20px;
    }

    .HideArea .SubSection .RangeBlock &gt; div.Label.Large:first-child {
        min-width: none;
        padding-top: 20px;
    }

    .HideArea .SubSection .RangeBlock .Label.Large {
        padding: 8px 0px;
    }
}

@media screen and (max-width: 950px) {
    table.Std tbody tr:last-child td {
        border-bottom: none;
    }

    table.Std tbody&gt;tr {
        display:flex;
        flex-wrap: wrap;
    }

    table.Std tbody&gt;tr&gt;td {
        width: 100%;
        position: relative;
        padding: 5px;
    }

    table.Std tbody&gt;tr&gt;td.C, table.Std tbody&gt;tr&gt;td.N {
        text-align: right;
    }

    table.Std thead {
        display: none;
    }

    table.Std tbody&gt;tr&gt;td::after {
        display: block;
        position: absolute;
        top: 7px;
        left: 15px;
        font-size: 10px;
        line-height: 11px;
        color: #333333;
        font-weight: normal;
    }

    table tbody&gt;tr&gt;td.operation::after {
        content: 'OPERATION';
    }

    table tbody&gt;tr&gt;td.operation_amount::after {
        content: 'OPERATION AMOUNT';
    }

    table tbody&gt;tr&gt;td.sum::after {
        content: 'SUM';
    }

    table tbody&gt;tr&gt;td.crypto_funds::after {
        content: 'CRYPTO FUNDS';
    }
    
    table tbody&gt;tr&gt;td.flat_funds::after {
      content: 'FLAT FUNDS';
    }

    table tbody&gt;tr&gt;td.equity::after {
        content: 'TOTAL EQUITY';
    }
}
</pre></body></html>