
.container.accepted-coins {
    max-width: 1140px;
}

.accepted-coins th, .accepted-coins td {
    padding: 15px;
}

.accepted-coins td .asset {
    display: inline-flex;
    align-items: center;
}

.accepted-coins td .img-wrapper {
    display: inline-block;
    width: 22px;
    margin-right: 5px;
}

.accepted-coins td .asset .img-wrapper {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.accepted-coins td img {
    width: 22px;
    height: 22px;
}

.accepted-coins td .asset img {
    height: 50px;
    width: 50px;
}

.accepted-coins td .asset .price {
    color: var(--text-light-color);
}

.accepted-coins .chain {
    display: flex;
    align-items: center;
    height: 32px;
}

.accepted-coins .address {
    color: var(--text-light-color);
    font-size: 14px;
}

.accepted-coins .chains .btn-link {
    font-size: 14px;
}
