.table-coins {
}
.table-coins tr td {
    color: #92949f;
}
.table-coins tr td:first-child{
    width: 60px;
    text-align: center;
}
.table-coins tr td:last-child, .table-coins tr td:nth-child(4) {
    color: #000;
}
.table-coins .table-coin-name {
    text-decoration: none;
}
.table-coins .table-coin-name {
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    color: #000;
}
.table-coins .table-coin-name .cryptoicon, .table-coins .table-coin-name .cryptoicon i {
    font-size: 18px;
    color: #fff;

}
.table-coins .table-coin-name {
    font-size: 18px;

}


/**
 *
 */
.coin-title .cryptoicon {
    color: #fff;
}