body {
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    color: #8d8e8f;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.change,
.changePer,
.last {
    font-weight: bold;
    font-size: 14px;
}

.changePer-cont {
    position: relative;
}
.changePer-cont .positive:before {
    font-family: Calibri, Helvetica, sans-serif;
    position: relative;
    content:"\2191";
    font-size: 14px;
    font-weight: bold;
    left: 0;
    bottom: 1px;
    margin-right: 5px;
}
.changePer-cont .negative:before {
    font-family: Calibri, Helvetica, sans-serif;
    position: relative;
    content:"\2193";
    font-size: 14px;
    font-weight: bold;
    left: 0;
    bottom: 1px;
    margin-right: 5px;
}

.instrument_19568,
.instrument_115288{
    margin-top: 15px;
}
.positive {
    color: #fb3838;
}
.negative {
   color: #039b36;
}
.instrument_115288 .positive{
    color: #fb3838;
}
.instrument_115288 .negative{
    color: #039b36;
}

.disclaimer {
    margin-top: 10px;
    font-size: 9px;
    display: none;
}
.en-GB .disclaimer {
    font-size: 7px;
}
