.comp-gallery-wrapper {
  margin-bottom: 2em;
}

.comp-header {
  text-align: left;
  margin-bottom: 1.5em;
  font-size: 1.8em;
  font-weight: 600;
}

.comp-header .comp-type {
  font-weight: 400;
  font-style: italic;
  color: #666;
}

.comp-summary-table {
  width: 60% !important;
  max-width: 100%; /* ensures it doesn’t overflow on small screens */
  border-collapse: collapse;
  border: 2px solid #999 !important;
  margin: 0 auto !important;  
}

.comp-summary-table th,
.comp-summary-table td {
  border: 1px solid #ddd;
  padding: 0.5em 0.75em;
  text-align: center;
  border: 1px solid #999;
	color: #000000;	
}

.comp-summary-table th {
  background-color: #9fa8c4 !important;
  font-weight: 600;
}

.comp-summary-table tr:nth-child(even) {
  background-color: #f9f9f9;
}