@font-face {
    font-family: 'ChronicleTextG1';
    src: url("fonts/ChronicleTextG1-Roman.otf") format("opentype");
     font-style: normal;
     font-weight: 400;
 }

@font-face {
    font-family: 'ChronicleTextG1';
    src: url("fonts/ChronicleTextG1-Bold.otf") format("opentype");
    font-style: bold;
    font-weight: 700;
 }

body {
    background: transparent;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: 'ChronicleTextG1';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

.Main {
    max-width: 100%;
    max-height: 450px;
    position: inherit;
    font-family: 'ChronicleTextG1';
    color:#2A2A2A;
}

.MainDiv {
    margin: 0;
    box-sizing: border-box;
    color: #2A2A2A;
}

.GraphCont {
    box-sizing: border-box;
}

.GraphContainer {
    height: 200px;
    width: 100%;
    box-sizing: border-box;
}

.Row {
    text-align: right;
    line-height: 32px;
}
tspan, span{
    font-family: 'ChronicleTextG1' !important;
    color: #2A2A2A;
}
span.last.lastV {
    font-size: 30px;
    font-weight: 100;
    /*    font-family: lt;*/
    color: #003A70;
}

.ItemPrice {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 7px;
    position: absolute;
    top: 15px;
    right: 0px;
    color: #003A70;
}

.ItemChange {
    padding-right: 10px;
    font-size: 16px;
}

.DateTime {
    padding: 0px 10px;
    float: right;
    display: inline-block;
}


a {
    text-decoration: none;
    color: #003A70;
    font-weight: normal;
    font-size: 15px;
}

.Head {
    display: inline-block;
    padding: 8px 10px;
    margin: 0px 8px 0px 0px;
    font-family: bold;
    font-size: 20px;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
}

span.change.negative.negative_change {
    color: #D50032;
}

span.change.positive.positive_change {
    color: #78BE20;
}

span.Dis {
    color: #BFC0C0;
    font-weight: 400;
}

.Disclaimer {
    text-align: left;
    display: inline-block;
}

.ItemVolume {
    padding-top: 12px;
    padding-right: 10px;
    font-size: 15px;
    display: inline-block;
}

span.name {
    font-size: 14px;
    padding-right: 5px;
}

span.dot {
    font-size: 9px;
    padding-right: 5px;
}

span.marketCap,
span.symbol {
    margin-right: -3px;
}

.ItemPrice span:last-child {
    font-size: 16px;
}

@media (max-width: 370px) {
    .ItemPrice {
        position: relative;
    }

    body {
        font-size: 12px;
    }

    a {
        font-size: 13px;
    }

    span.last.lastV {
        font-size: 27px;
    }

    .ItemPrice span:last-child {
        font-size: 14px;
    }

    .ItemVolume {
        font-size: 13px;
    }

    span.name {
        font-size: 14px;
    }

    .Head {
        padding: 6px 8px;
    }
}
@media (max-width: 348px) {
    .DateTime {
        padding: 0px 9px;
        float: right;
        display: inline-block;
        font-size: 11px;
    }
    
    .Disclaimer {
        text-align: left;
        display: inline-block;
        font-size: 11px;
    }
}
@media (max-width: 244px) {
    span.dot {
        display: none;
    }
}
span.cUnit {
    margin-left: -3px;
}