/**
 *****************************************************************************
 * The Initial Developer of the content of this file is ByteSchneiderei GmbH.
 * All portions of the code written by ByteSchneiderei GmbH are property of
 * ByteSchneiderei GmbH. All Rights Reserved.
 *
 * ByteSchneiderei GmbH
 * Entenplatz 1a
 * A-8020 Graz (Austria)
 * https://www.byteschneiderei.com
 *
 * (c) 2018-2020 by ByteSchneiderei GmbH
 *****************************************************************************
 */



.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: "$";
}