@font-face {

    font-family: 'gesstwo';
    src: url('./fonts/GESSTwoLight-Light.eot');
    src: url('./fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GESSTwoLight-Light.woff2') format('woff2'),
        url('./fonts/GESSTwoLight-Light.woff') format('woff'),
        url('./fonts/GESSTwoLight-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'sf';
    src: url('./fonts/sf.eot');
    src: url('./fonts/sf.eot?#iefix') format('embedded-opentype'),
        url('./fonts/sf.woff2') format('woff2'),
        url('./fonts/sf.woff') format('woff'),
        url('./fonts/sf.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'sf', 'gesstwo', sans-serif;
    font-size: 17px;
    color: #222222;
    background-color: transparent;
}

body.ar-AE {
    direction: rtl;
}

.ar-AE .MainC {
    padding: 30px;
}

a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none !important;
    color: #222222;
}

.MainC {
    max-width: 300px;
    margin: 0 auto;
    background: #f4f4f5 !important;
    padding: 35px;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
}

.DatatableC {
    margin-bottom: 15px;
}

span.change {
    position: relative;
}

.HeadC {
    font-size: 17px;
    padding-bottom: 2px;
    color: #932A6E;
    font-weight: bold;
}

.TimeC {
    font-size: 0.85em;
}

.Row {
    border-bottom: 1px solid #cccccc;
}

.Item,
.Label {
    display: inline-block;
    width: 50%;
    padding: 4px 0;
}

.Item {
    text-align: right;
}

body.ar-AE .Item {
    text-align: left;
}

.change.negative:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 11px;
    right: 60px;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #FF0000;
}

.change.positive:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 11px;
    right: 60px;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.7em solid #0F9306;
}


.Disclaimer {
    position: absolute;
    font-size: 10px;
    text-align: center;
    bottom: 20px;
    left: 0px;
    width: 100%;
}

.HeadC {
    position: relative;
    top: -0.5em;
}

a {
    color: white;
}

.ar-AE .change.negative:before {
    right: -80px;
    top: 12px;
}

.ar-AE .change.positive:before {
    right: -80px;
    top: 12px;
}
