/**
 * DejaStats UI
 *
 * @package    DejaQ
 * @author     Vincent M. <vince@dejaq.org>
 * @link       https://dejaq.org/
 */
#dejastats-reqs {
    display: block;
    width: 100%;
    text-align: center;
}

#dejastats-reqs .table-main {
    text-align: left;
    margin-left: 15%;
}

#dejastats-reqs table.dejastats-table {
    width: 100%;
    table-layout: fixed;
    background: transparent !important;
}

#dejastats-reqs table th:nth-child(1),
#dejastats-reqs table td:nth-child(1) {
    width: 40%;
}

#dejastats-reqs table th:nth-child(2),
#dejastats-reqs table td:nth-child(2) {
    width: 30%;
}

#dejastats-reqs table th:nth-child(3),
#dejastats-reqs table td:nth-child(3) {
    width: 30%;
}

#dejastats-reqs table td:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dejastats-reqs table td,
#dejastats-reqs table th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    line-height: 1;
}

#dejastats-reqs table.dejastats-table td,
#dejastats-reqs table.dejastats-table th {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.dejastats-table tbody td, .dejastats-table thead th {
    background: transparent !important;
}

.dejastats-table tbody tr.ok td {
    color: #3fb950;
}

.dejastats-table tbody tr.need td {
    color: #f85149;
}

.dejastats-table .remaining {
    opacity: .9;
}

#dejastats-controls .btn.active {
    box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, .08);
}

#dejastats-copy {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

#dejastats-copy.copied {
    opacity: .9;
}