.table-devices a {
    color: #000;
    text-decoration: none;
}
.table-devices a.manufacture-name {
    color: #92949f;
}
.table-devices tr th {
    color: #92949f !important;
    font-weight: 400;
}
.table-devices tr td, .table-devices tr th {
    vertical-align: middle;
    white-space: nowrap;
}
.table-devices tr td:nth-child(2), .table-devices tr th:first-child {
    text-align: left;
    white-space: nowrap;
    /*width: 50px;*/
}
.table-devices tr td:last-child, .table-devices tr th:last-child {
}
.table-devices thead tr th {
    font-size: 12px
}
.table-devices tr td small {
    color: #92949f;
}
.table-devices tr td .js-profit-period {
    color: #000;
}
.table-devices tr td .js-profit-period span{
    font-weight: 400;
}
.table-devices.table-devices-light tr td {
    width: 10%;
}
.table-devices.table-devices-light tr td:first-child {
    width: 30%;
}
.table-devices.table-devices-light td.profit {
    font-weight: 600;
}
.table-devices.table-devices-light td.profit span {
    font-weight: 400;
}
.table-devices .manufacture-avatar {
    max-width: 12px;
    opacity: .5;
    border-radius: 50%;
    background-color: #f5f5f5 ;
    filter: grayscale(100%);
}
.table-devices tr td .iconbox {
    width: 24px;
    height: 24px;
}
.table-devices tr td .td-icon-alert {
    opacity: .5;
}
.table-devices tr:hover td .manufacture-avatar, .table-devices tr:hover td .td-icon-alert {
    filter: none;
    opacity: 1;
}
.table-devices .device-name {
    display: inline-block;
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-devices .device-name span {
    display: block;
    font-size: 14px;
}
.table-devices td.coin {
    /*text-align: center;
    width: 90px;*/
}
.table-devices .coin .cryptoicon [class^="icon-"], .table-devices .coin .cryptoicon [class*=" icon-"] {
    font-size: 14px;
    color: #fff;
}

.table-devices .coin img[class^="icon-"], .table-devices .coin img[class*=" icon-"] {
    width: 14px;
}
.table-devices .device-calc-type {
    text-transform: capitalize;
}

.table-devices .date-release {
    padding-left: 21px;
    position: relative;
}

.table-devices .date-release span.td-icon-alert {
    position: absolute;
    left: 0;
}