.disableClicking {
  pointer-events: none;
  color: #c0c0c0;
}
.row-highlight {
  background-color: #FFD5CC;
}
.ind-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
h3.ind-header {
  text-align: center;
}
a.btnls-clinks {
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  background-color: #f2f1eb;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  text-shadow: 0 1px hsl(0deg 0% 100% / 60%);
  font-weight: bold;
}
