#content {
  margin: 25px;
  max-width: 100%;
}

#potw-container .is-first:not(:first-child),
#potw-container .not-last:last-child {
  display: none;
}

#potw-container .potw-img {
  height: 150px;
  padding: 10px;
}

#potw-container .potw-img-div {
  margin: auto;
  text-align: center;
}

#potw-container .potw-problem > div:not(.student-quote),
#potw-container .potw-problem > div:not(.student-quote) li,
#potw-container .potw-review > div:not(.student-quote),
#potw-container .potw-review > div:not(.student-quote) li {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#potw-container .potw-problem ul.list-unstyled > li,
#potw-container .potw-review ul.list-unstyled > li {
  margin-left: 0.25in;
  text-indent: -0.25in;
}

#potw-container .student-quote {
  background-color: #cce5ff;
  border: 1px solid #007bff;
  border-radius: 5px;
  color: #004085;
  margin: 0.25rem 50px;
  padding: 5px;
}

#potw-container h3 {
  font-weight: 600;
  color: #c33e3e;
}

#potw-container #rules h4 {
  font-weight: 600;
}
