body {
  font-family: Arial, sans-serif;
}

.college-compare-header {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

.college-compare-header .vs {
  margin: 0 20px;
  font-size: 24px;
  color: #444;
}

.comparer-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  background: #fff;
}

.comparer-table th, 
.comparer-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.comparer-table th {
  background: #f0f0f0;
  width: 20%;
}
