#tech-lending-table {
  border-collapse: collapse;
  width: auto;
  margin-bottom: 1rem;
}

#tech-lending-table  td,
#tech-lending-table  th {
  border: 1px solid #ccc;
  padding: .5rem;
}

#tech-lending-table  th {
  background: #2C5367;
  color: white;
  text-align: center;
  font-weight: bold;
}

#tech-lending-table  td.available {
  background: #ddffdd;
}

#tech-lending-table  td.unavailable {
  background: #ffdddd;
}

#tech-lending-table  {
  font-size: 90%;
  margin-bottom: .25rem;
}