.resourcegroups {
    width: 70%;
    margin: 25px auto;
}

.resourcegroups h2 {
    margin-bottom: 0;
}

.resourcegroups p.product_counter {
    margin-top: 5px;
}

.resourcegroups .resourcegroups_header {
    text-align: left;
    background-color: #014a8f;
    color: #FFFFFF;
    padding: 10px;
}

.resourcegroups .resourcegroups_header.centered {
    text-align: center;
}

.resourcegroups table {
    width: 100%;
    border-spacing: 0;
    color: #303030;
}

.resourcegroups table thead {
    font-size: 1.15rem;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.resourcegroups table thead a {
    color: #5e5e5e;
}

.resourcegroups table thead tr th {
    padding: 5px;
    color: #5e5e5e;
}

.resourcegroups table tbody {
    text-align: center;
}


.resourcegroups table tbody tr td:nth-of-type(1) {
    text-align: left;
}

.resourcegroups table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.resourcegroups table tbody td,
.resourcegroups table thead th {
    height: 30px;
    font-weight: normal;
}
