._MCCLMC_ .MCCLMC-increment {
    color: green
}

._MCCLMC_ .price.MCCLMC-increment {
    color: green;
    position: relative
}

._MCCLMC_ .price.MCCLMC-increment::before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 25px;
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-bottom: 5px solid green;
    background: transparent
}

._MCCLMC_ .MCCLMC-row-increment>td {
    border-top: 2px solid rgba(37, 213, 170, .5)!important;
    border-bottom: 2px solid rgba(37, 213, 170, .5)!important;
    background-color: rgba(37, 213, 170, .5)!important
}

._MCCLMC_ .MCCLMC-row-increment>td:nth-child(1) {
    border-top: 2px solid rgba(37, 213, 170, .5)!important;
    border-left: 2px solid rgba(37, 213, 170, .5)!important;
    border-bottom: 2px solid rgba(37, 213, 170, .5)!important
}

._MCCLMC_ .MCCLMC-row-increment>td:nth-last-child(1) {
    border-top: 2px solid rgba(37, 213, 170, .5)!important;
    border-right: 2px solid rgba(37, 213, 170, .5)!important;
    border-bottom: 2px solid rgba(37, 213, 170, .5)!important
}

._MCCLMC_ .MCCLMC-decrement {
    color: red
}

._MCCLMC_ .MCCLMC-row-decrement {
    background: red
}

._MCCLMC_ .price.MCCLMC-decrement {
    color: red;
    position: relative
}

._MCCLMC_ .price.MCCLMC-decrement::before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 26px;
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-top: 5px solid red;
    background: transparent
}

._MCCLMC_ .MCCLMC-row-decrement>td {
    border-top: 2px solid rgba(255, 0, 0, .2)!important;
    border-bottom: 2px solid rgba(255, 0, 0, .2)!important;
    background-color: #ffd3d3!important
}

._MCCLMC_ .MCCLMC-row-decrement>td:nth-child(1) {
    border-top: 2px solid rgba(255, 0, 0, .2)!important;
    border-left: 2px solid rgba(255, 0, 0, .2)!important;
    border-bottom: 2px solid rgba(255, 0, 0, .2)!important
}

._MCCLMC_ .MCCLMC-row-decrement>td:nth-last-child(1) {
    border-top: 2px solid rgba(255, 0, 0, .2)!important;
    border-right: 2px solid rgba(255, 0, 0, .2)!important;
    border-bottom: 2px solid rgba(255, 0, 0, .2)!important
}

._MCCLMC_ .market-data-table {
    border-collapse: separate;
    border-spacing: 0 15px;
    box-sizing: border-box
}

._MCCLMC_ .market-data-table .price_graph {
    max-width: 150px
}

._MCCLMC_ .market-data-table tbody tr {
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 28px rgba(0,0,0,.1);
    box-shadow: 0 2px 28px rgba(0,0,0,.1);
}

._MCCLMC_ .market-data-table tbody tr td {
    background: #fff;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 1px;
    border-top: 2px solid transparent !important;
    border-bottom: 2px solid transparent !important
}

._MCCLMC_ .market-data-table tbody tr td.coinRank {
    font-weight: 700
}

._MCCLMC_ .market-data-table tr th {
    font-size: 15px
}

._MCCLMC_ .market-data-table tbody tr td:nth-child(1) {
    border-radius: 12px 0 0 12px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent
}

._MCCLMC_ .market-data-table tbody tr td:nth-last-child(1) {
    border-radius: 0 12px 12px 0;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent
}

._MCCLMC_ .market-data-table tbody tr th:nth-last-child(1) {
    text-align: right!important
}

._MCCLMC_ .dataTables_filter input[type="search"] {
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    min-width: 250px;
    height: 34px
}

._MCCLMC_ .dataTables_length select.form-control-sm {
    min-height: 34px!important
}

#MCCLMC-currencies-select-box {
    position: absolute;
    top: 15px;
    right: 0
}

#MCCLMC-coin-single-page-modal .modal-dialog {
    margin-top: 90px
}

#MCCLMC-coin-single-page-modal .modal-dialog .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .08)
}

#MCCLMC-coin-single-page-modal .modal-backdrop {
    opacity: 0.90!important;
    background: #ccc
}

#MCCLMC-coin-single-page-modal .modal-dialog .coin-icon-src {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    background: url(../image/null.png) no-repeat center;
    background-size: contain
}

#MCCLMC-spinner {
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: url(../image/spinner.svg) no-repeat center;
    background-size: contain
}

#MCCLMC-donate-button {
    padding: 10px 12px;
    padding-left: 40px;
    margin-top: 10px;
    cursor: pointer;
    height: 40px;
    width: 170px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 23px;
    background: orange;
    border-radius: 40px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden
}

#MCCLMC-donate-button:hover {
    background: #feee00;
    box-shadow: 1px 1px 8px orange
}

#MCCLMC-donate-button::before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    background: url(../image/btc.png) no-repeat center left;
    background-size: 25px 25px;
    width: 25px;
    height: 25px
}

#MCCLMC-donate-bitcoin-modal .modal-dialog {
    margin-top: 90px
}

#MCCLMC-donate-bitcoin-modal .modal-dialog .modal-content {
    border-radius: 12px;
    height: 200px;
    border: none;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .08)
}

#MCCLMC-donate-bitcoin-modal .modal-dialog .modal-content .donate-wallet-qr {
    width: 200px;
    height: 200px;
    display: block;
    margin-bottom: 15px
}

#MCCLMC-donate-bitcoin-modal .modal-dialog .modal-content .donate-wallet-address-link {
    padding: 15px;
    padding-left: 0;
    cursor: pointer
}

#MCCLMC-donate-bitcoin-modal .modal-dialog .modal-content .donate-model-title {
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: capitalize
}

@media only screen and (min-device-width :768px) and (max-device-width :770px) and (orientation :portrait) {
    .market-summary-container ._value_ {
        font-size: 15px
    }
    .MCCLMC-show-m {
        display: none
    }
    #MCCLMC-coin-single-page-modal .market_cap,
    #MCCLMC-coin-single-page-modal .price,
    #MCCLMC-coin-single-page-modal .cap24hrChange,
    #MCCLMC-coin-single-page-modal ._24h_volume {
        font-size: 12px
    }
    ._MCCLMC_ .market-data-table tbody tr td.change_24hr {
        border-radius: 0 12px 12px 0
    }
    ._MCCLMC_ .MCCLMC-row-increment>td.change_24hr {
        border-top: 2px solid rgba(37, 213, 170, .5)!important;
        border-right: 2px solid rgba(37, 213, 170, .5)!important;
        border-bottom: 2px solid rgba(37, 213, 170, .5)!important
    }
    ._MCCLMC_ .MCCLMC-row-decrement>td.change_24hr {
        border-top: 2px solid rgba(255, 0, 0, .2)!important;
        border-right: 2px solid rgba(255, 0, 0, .2)!important;
        border-bottom: 2px solid rgba(255, 0, 0, .2)!important
    }
}

@media (max-width:480px) {
    .MCCLMC-h-s {
        display: none
    }
    #MCCLMC-donate-button {
        font-size: 12px;
        width: 149px;
        margin-top: 42px
    }
    ._MCCLMC_ .market-data-table tbody tr td.change_24hr {
        border-radius: 0 12px 12px 0;
        border-right-width: 2px!important
    }
    #MCCLMC-currencies-select-box {
        position: absolute;
        top: 15px;
        right: 0;
        max-width: 55px
    }
    #MCCLMC-donate-bitcoin-modal .modal-content {
        min-height: 400px!important
    }
    ._MCCLMC_ .MCCLMC-row-increment>td.change_24hr {
        border-top: 2px solid rgba(37, 213, 170, .5)!important;
        border-right: 2px solid rgba(37, 213, 170, .5)!important;
        border-bottom: 2px solid rgba(37, 213, 170, .5)!important
    }
    ._MCCLMC_ .MCCLMC-row-decrement>td.change_24hr {
        border-top: 2px solid rgba(255, 0, 0, .2)!important;
        border-right: 2px solid rgba(255, 0, 0, .2)!important;
        border-bottom: 2px solid rgba(255, 0, 0, .2)!important
    }
}

._MCCLMC_ .coin-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../image/null.png) no-repeat center;
    background-size: contain;
    margin-right: 25px
}

._btc {
    background-image: url(../image/btc.png)!important
}

._eth {
    background-image: url(../image/eth.png)!important
}

._xrp {
    background-image: url(../image/xrp.png)!important
}

._bch {
    background-image: url(../image/bch.png)!important
}

._ada {
    background-image: url(../image/ada.png)!important
}

._xlm {
    background-image: url(../image/xlm.png)!important
}

._ltc {
    background-image: url(../image/ltc.png)!important
}

._neo {
    background-image: url(../image/neo.png)!important
}

._xem {
    background-image: url(../image/xem.png)!important
}

._eos {
    background-image: url(../image/eos.png)!important
}

._iot {
    background-image: url(../image/iot.png)!important
}

._dash {
    background-image: url(../image/dash.png)!important
}

._xmr {
    background-image: url(../image/xmr.png)!important
}

._trx {
    background-image: url(../image/trx.png)!important
}

._btg {
    background-image: url(../image/btg.png)!important
}

._qtum {
    background-image: url(../image/qtum.png)!important
}

._icx {
    background-image: url(../image/icx.png)!important
}

._etc {
    background-image: url(../image/etc.png)!important
}

._lsk {
    background-image: url(../image/lsk.png)!important
}

._ven {
    background-image: url(../image/ven.png)!important
}

._ppt {
    background-image: url(../image/ppt.png)!important
}

._omg {
    background-image: url(../image/omg.png)!important
}

._xrb {
    background-image: url(../image/xrb.png)!important
}

._usdt {
    background-image: url(../image/usdt.png)!important
}

._zec {
    background-image: url(../image/zec.png)!important
}

._xvg {
    background-image: url(../image/xvg.png)!important
}

._bnb {
    background-image: url(../image/bnb.png)!important
}

._steem {
    background-image: url(../image/steem.png)!important
}

._sc {
    background-image: url(../image/sc.png)!important
}

._strat {
    background-image: url(../image/strat.png)!important
}

._bcn {
    background-image: url(../image/bcn.png)!important
}

._ardr {
    background-image: url(../image/ardr.png)!important
}

._bts {
    background-image: url(../image/bts.png)!important
}

._snt {
    background-image: url(../image/snt.png)!important
}

._rep {
    background-image: url(../image/rep.png)!important
}

._mkr {
    background-image: url(../image/mkr.png)!important
}

._ignis {
    background-image: url(../image/ignis.png)!important
}

._wtc {
    background-image: url(../image/wtc.png)!important
}

._waves {
    background-image: url(../image/waves.png)!important
}

._mage {
    background-image: url(../image/mage.png)!important
}

._zrx {
    background-image: url(../image/zrx.png)!important
}

._doge {
    background-image: url(../image/doge.png)!important
}

._etn {
    background-image: url(../image/etn.png)!important
}

._veri {
    background-image: url(../image/veri.png)!important
}

._kmd {
    background-image: url(../image/kmd.png)!important
}

._kcs {
    background-image: url(../image/kcs.png)!important
}

._ark {
    background-image: url(../image/ark.png)!important
}

._dcn {
    background-image: url(../image/dcn.png)!important
}

._dcr {
    background-image: url(../image/dcr.png)!important
}

._lrc {
    background-image: url(../image/lrc.png)!important
}

._hsr {
    background-image: url(../image/hsr.png)!important
}

._pivx {
    background-image: url(../image/pivx.png)!important
}

._drgn {
    background-image: url(../image/drgn.png)!important
}

._dgb {
    background-image: url(../image/dgb.png)!important
}

._bat {
    background-image: url(../image/bat.png)!important
}

._qash {
    background-image: url(../image/qash.png)!important
}

._gnt {
    background-image: url(../image/gnt.png)!important
}

._vet {
    background-image: url(../image/ven.png)!important
}

._gbyte {
    background-image: url(../image/gbyte.png)!important
}

._elf {
    background-image: url(../image/elf.png)!important
}

._gas {
    background-image: url(../image/gas.png)!important
}

._knc {
    background-image: url(../image/knc.png)!important
}

._wax {
    background-image: url(../image/wax.png)!important
}

._fun {
    background-image: url(../image/fun.png)!important
}

._rhoc {
    background-image: url(../image/rhoc.png)!important
}

._ethos {
    background-image: url(../image/ethos.png)!important
}

._smart {
    background-image: url(../image/smart.png)!important
}

._ae {
    background-image: url(../image/ae.png)!important
}

._cnx {
    background-image: url(../image/cnx.png)!important
}

._salt {
    background-image: url(../image/salt.png)!important
}

._fct {
    background-image: url(../image/fct.png)!important
}

._btm {
    background-image: url(../image/btm.png)!important
}

._powr {
    background-image: url(../image/powr.png)!important
}

._aion {
    background-image: url(../image/aion.png)!important
}

._dent {
    background-image: url(../image/dent.png)!important
}

._nas {
    background-image: url(../image/nas.png)!important
}

._dgd {
    background-image: url(../image/dgd.png)!important
}

._mona {
    background-image: url(../image/mona.png)!important
}

._zcl {
    background-image: url(../image/zcl.png)!important
}

._nxt {
    background-image: url(../image/nxt.png)!important
}

._sys {
    background-image: url(../image/sys.png)!important
}

._eng {
    background-image: url(../image/eng.png)!important
}

._rdd {
    background-image: url(../image/rdd.png)!important
}

._gxs {
    background-image: url(../image/gxs.png)!important
}

._req {
    background-image: url(../image/req.png)!important
}

._nxs {
    background-image: url(../image/nxs.png)!important
}

._maid {
    background-image: url(../image/maid.png)!important
}

._xzc {
    background-image: url(../image/xzc.png)!important
}

._bnt {
    background-image: url(../image/bnt.png)!important
}

._nebl {
    background-image: url(../image/nebl.png)!important
}

._part {
    background-image: url(../image/part.png)!important
}

._qsp {
    background-image: url(../image/qsp.png)!important
}

._link {
    background-image: url(../image/link.png)!important
}

._kin {
    background-image: url(../image/kin.png)!important
}

._med {
    background-image: url(../image/med.png)!important
}

._btx2 {
    background-image: url(../image/btx2.png)!important
}

._xp {
    background-image: url(../image/xp.png)!important
}

._pay {
    background-image: url(../image/pay.png)!important
}

._sub {
    background-image: url(../image/sub.png)!important
}

._gno {
    background-image: url(../image/gno.png)!important
}

._st {
    background-image: url(../image/st.png)!important
}

._emc {
    background-image: url(../image/emc.png)!important
}

._xpa {
    background-image: url(../image/xpa.png)!important
}

._game {
    background-image: url(../image/game.png)!important
}

._cvc {
    background-image: url(../image/cvc.png)!important
}

._icn {
    background-image: url(../image/icn.png)!important
}

._rlc {
    background-image: url(../image/rlc.png)!important
}

._poe {
    background-image: url(../image/poe.png)!important
}

._rdn {
    background-image: url(../image/rdn.png)!important
}

._sky {
    background-image: url(../image/sky.png)!important
}

._btcd {
    background-image: url(../image/btcd.png)!important
}

._storj {
    background-image: url(../image/storj.png)!important
}

._xdn {
    background-image: url(../image/xdn.png)!important
}

._vee {
    background-image: url(../image/vee.png)!important
}

._sngls {
    background-image: url(../image/sngls.png)!important
}

._ubq {
    background-image: url(../image/ubq.png)!important
}

._vtc {
    background-image: url(../image/vtc.png)!important
}

._nav {
    background-image: url(../image/nav.png)!important
}

._storm {
    background-image: url(../image/storm.png)!important
}

._block {
    background-image: url(../image/block.png)!important
}

._san {
    background-image: url(../image/san.png)!important
}

._rcn {
    background-image: url(../image/rcn.png)!important
}

._act {
    background-image: url(../image/act.png)!important
}

._mco {
    background-image: url(../image/mco.png)!important
}

._xcp {
    background-image: url(../image/xcp.png)!important
}

._mana {
    background-image: url(../image/mana.png)!important
}

._bqx {
    background-image: url(../image/bqx.png)!important
}

._ant {
    background-image: url(../image/ant.png)!important
}

._dbc {
    background-image: url(../image/dbc.png)!important
}

._emc2 {
    background-image: url(../image/emc2.png)!important
}

._bay {
    background-image: url(../image/bay.png)!important
}

._edg {
    background-image: url(../image/edg.png)!important
}

._ppc {
    background-image: url(../image/ppc.png)!important
}

._adx {
    background-image: url(../image/adx.png)!important
}

._zen {
    background-image: url(../image/zen.png)!important
}

._data {
    background-image: url(../image/data.png)!important
}

._mln {
    background-image: url(../image/mln.png)!important
}

._nlg {
    background-image: url(../image/nlg.png)!important
}

._mtl {
    background-image: url(../image/mtl.png)!important
}

._atm {
    background-image: url(../image/atm.png)!important
}

._etp {
    background-image: url(../image/etp.png)!important
}

._via {
    background-image: url(../image/via.png)!important
}

._lbc {
    background-image: url(../image/lbc.png)!important
}

._burst {
    background-image: url(../image/burst.png)!important
}

._mnx {
    background-image: url(../image/mnx.png)!important
}

._grs {
    background-image: url(../image/grs.png)!important
}

._lkk {
    background-image: url(../image/lkk.png)!important
}

._pura {
    background-image: url(../image/pura.png)!important
}

._taas {
    background-image: url(../image/taas.png)!important
}

._evx {
    background-image: url(../image/evx.png)!important
}

._tkn {
    background-image: url(../image/tkn.png)!important
}

._nmc {
    background-image: url(../image/nmc.png)!important
}

._pot {
    background-image: url(../image/pot.png)!important
}

._amp {
    background-image: url(../image/amp.png)!important
}

._gup {
    background-image: url(../image/gup.png)!important
}

._fair {
    background-image: url(../image/fair.png)!important
}

._vrc {
    background-image: url(../image/vrc.png)!important
}

._blk {
    background-image: url(../image/blk.png)!important
}

._grc {
    background-image: url(../image/grc.png)!important
}

._exp {
    background-image: url(../image/exp.png)!important
}

._erc20 {
    background-image: url(../image/erc20.png)!important
}

._nlc2 {
    background-image: url(../image/nlc2.png)!important
}

._neos {
    background-image: url(../image/neos.png)!important
}

._rads {
    background-image: url(../image/rads.png)!important
}

._omni {
    background-image: url(../image/omni.png)!important
}

._hush {
    background-image: url(../image/hush.png)!important
}

._clam {
    background-image: url(../image/clam.png)!important
}

._flo {
    background-image: url(../image/flo.png)!important
}

._fldc {
    background-image: url(../image/fldc.png)!important
}

._xpm {
    background-image: url(../image/xpm.png)!important
}

._bq {
    background-image: url(../image/bq.png)!important
}

._music {
    background-image: url(../image/music.png)!important
}

. ._gbx {
    background-image: url(../image/gbx.png)!important
}

._pink {
    background-image: url(../image/pink.png)!important
}

._xuc {
    background-image: url(../image/xuc.png)!important
}

._xvc {
    background-image: url(../image/xvc.png)!important
}

._bdl {
    background-image: url(../image/bdl.png)!important
}

._tzc {
    background-image: url(../image/tzc.png)!important
}

._btcz {
    background-image: url(../image/btcz.png)!important
}

._xbc {
    background-image: url(../image/xbc.png)!important
}

._bela {
    background-image: url(../image/bela.png)!important
}

._vivo {
    background-image: url(../image/vivo.png)!important
}

._krb {
    background-image: url(../image/krb.png)!important
}

._huc {
    background-image: url(../image/huc.png)!important
}