
#table tr th:first-child, #table tr td:first-child {
    text-align: right;
}

#table tr td:first-child {
    font-weight: bold;
}

#table tr th, #table tr td {
    padding: 4px 8px;
}

#table tr th:nth-child(2), #table tr td:nth-child(2) {
    max-width: 300px;
    width: 300px;
    text-align: left;
    padding: 4px 16px;
}

#table tr td:nth-child(2) {
    padding: 8px 16px;
}

#table tr th:last-child, #table tr td:last-child {
    text-align: left;
}

.brands {
    justify-content: center;
    padding: 12px;
}
.brands img {
    margin: 0 24px;
    cursor: pointer;
}

.brands img.unselected {
    opacity: 0.1;
}

@media only screen and (max-width: 1150px) {
    .flex-row.brands {
        flex-direction: column !important;
        align-items: center;
    }
    .flex-row.brands img {
        margin: 12px 0;
    }
}
