.compareSection table {
    width: 100%;
    border-collapse: collapse;
}

.compareSection th,
.compareSection td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.compareSection th {
    text-align: left;
    white-space: nowrap;
}

.compareSection td:nth-child(2),
.compareSection td:nth-child(3) {
    text-align: center;
}

.compareSection img {
    width: 200px;
    border-radius: 2vh;
}

td[id^="compareImg"] {
    text-align: center;
}

.compareSection select {
    width: 100%;
}