
.col-5th {
  border-left-color: black !important;
}

.row-5th {
  border-top-color: black !important;
}

.black-square {
  background-color: black;
  border-left: solid 1px rgb(200, 200, 200);
  border-right: solid 1px rgb(200, 200, 200);
  border-top: solid 1px rgb(200, 200, 200);
  border-bottom: solid 1px rgb(200, 200, 200);
}

.white-square {
  background-color: white;
  border-left: solid 1px rgb(200, 200, 200);
  border-right: solid 1px rgb(200, 200, 200);
  border-top: solid 1px rgb(200, 200, 200);
  border-bottom: solid 1px rgb(200, 200, 200);
}

.x-square {
  background-color: white;
  border-left: solid 1px rgb(200, 200, 200);
  border-right: solid 1px rgb(200, 200, 200);
  border-top: solid 1px rgb(200, 200, 200);
  border-bottom: solid 1px rgb(200, 200, 200);
}

.clue-headers-markout {
  /* text-decoration: line-through; */
  color: red;
}

.x-square div.content {
  background: url(/assets/images/x.svg);
  background-size: cover;
}

.x-clue-headers {
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-top: 0;
  border-bottom: 0;
}

.y-clue-headers {
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  border-left: 0;
  border-right: 0;
}

.square {
  padding-top: 100%; /* Sets the height equal to width */
  position: relative;
}

.square .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}