﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Noto Sans' !important;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0px;
    -webkit-text-size-adjust: none;
    background: transparent;
}

span.title {
    color: #1A1A1A;
    font-weight: normal;
}


span.name {
    color: #00A0D0;
    font-size: 1em !important;
    font-weight: bold;
    padding-right: 5px;
}

div {
    background: transparent!important;
}

span.Value {
    padding-right: 15px;
    color: #1A1A1A
}

div.ScrollerContainer {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    width: 100%;
    background-color: transparent!important;
}

div.ScrollerMainContainer {
    margin: 0px;
}


.positive {
    color: #3CA814;
}

.negative {
    color: #ff0000;
}

