.quote-recommendation-parts-table {
  width: 100%;
}

.quote-recommendation-parts-table thead {
  color: #5e5873;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
}

.quote-recommendation-parts-table thead th:first-child {
  padding-left: 16px;
  padding-bottom: 10px;
}

.quote-recommendation-parts-table tbody td {
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.quote-recommendation-parts-table tbody tr {
  color: #4b4b4b;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.quote-recommendation-parts-table tbody tr:nth-child(odd) {
  background: #fff;
}

.quote-recommendation-parts-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.quote-recommendation-parts-table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

.quote-recommendation-parts-table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.quote-recommendation-parts-table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.quote-recommendation-parts-table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
