table.table tbody tr.table-row.doping_first,
table.table tbody tr.table-row.doping_first td {
    background-color: rgba(151, 195, 64, 0.2);
}

table.ui.table {
    border-width: 0;
}

table.ui.table.celled.table tr td {
    padding: 7px;
}

table.ui.table.celled.table tr td,
table.ui.table.celled.table tr th {
    border-left: 0;
}
table.ui.table.celled.table tr th{
    border-bottom:1px solid #2e2e2e;
}

table.ui.table thead tr th,
table.ui.table tbody tr.table-row.doping_first td,
table.ui.table tbody tr.table-row.doping_first .description-content .offer-link,
table.ui.table tbody tr.table-row.doping_first .description-content .offer-link p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

table.ui.table thead tr:first-child > th:last-child,
table.ui.table thead tr:first-child > th:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

table.ui.table thead tr:first-child > th {
    background-color: #2e2e2e;
    color: #ffffff;
}

table.ui.table thead tr:first-child > th {
    border-right: 1px solid #828282;
    border-bottom: 1px solid transparent;
}

table.ui.table thead tr:first-child > th:first-child {
    border-left: 1px solid #2e2e2e;
}

table.ui.table thead tr:first-child > th:last-child {
    border-right: 1px solid #2e2e2e;
}
