/**
 ********************************************************************
 * The Initial Developer of the content of this file is Thomas Strohmeier.
 * All portions of the code written by Thomas Strohmeier are property of
 * Thomas Strohmeier. All Rights Reserved.
 *
 * Strohmeier Digital
 * Griesgasse 1
 * A-8020 Graz (Austria)
 * https://www.strohmeier-digital.com
 *
 * (c) 2018 by Strohmeier Digital
 ********************************************************************
 */



.sd-cmc-rank {

}

.sd-cmc-name {
    font-weight: bold;
    font-size: 18px;
}

.sd-cmc-symbol {

}

.sd-cmc-price {

}

.sd-cmc-change {

}

.sd-cmc-positiv {
    color:green;
}

.sd-cmc-negativ {
    color:red;
}

.sd-cmc-currency-EUR:after {
    content: "€";
}

.sd-cmc-currency-USD:after {
    content: "$";
}