.borderless,
.borderless table,
.borderless th,
.borderless td {
    border: none !important;
}

/* Some Sphinx themes add shadow/outline instead of border */
table.no-box-shadow {
    box-shadow: none !important;
    outline: none !important;
}

.green-text {
    color: #43e949;
    font-weight: 600;
}

.yellow-text {
    color: #faaa34;
    font-weight: 600;
}

.red-text {
    color: #fb4558;
    font-weight: 600;
}

.grey-text {
    color: #9c9c9c;
    font-weight: 600;
}

.list-table td,
.list-table th {
    vertical-align: top !important;
}