.blockquote {
  margin-top: 60px;
}

.checkmark {
  list-style-type: none;
}

.checkmark li:before{
  content: '✓';
  color: forestgreen;
  font-weight: bold;
  margin-left: -30px;
  margin-right: 10px;
}

code {
  background-color: rgb(220, 220, 220);
  color: rgb(80, 80, 80);
  padding: 2px 4px;
  font-size: inherit;
}

.code-ex {
  background-color: rgb(230, 250, 250);
  padding: 10px;
  overflow: auto;
  white-space: nowrap;
}

.code-ex-data {
  background-color: rgb(230, 250, 250);
  color: #212529;
  font-size: 19px;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}

.code-ex-data p {
  margin: 0 auto;
}

.code-red {
  background-color: rgb(250, 230, 230);
  padding: 10px;
  overflow: auto;
  white-space: nowrap;
}

.code-non {
  background-color: rgb(250, 230, 230);
  color: #212529;
  font-size: 19px;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}

.code-non p {
  margin: 0 auto;
}

.code-yellow {
  background-color: rgb(250, 250, 230);
  padding: 10px;
  overflow: auto;
  white-space: nowrap;
}

.code {
  background-color: rgb(250, 250, 230);
  color: #212529;
  font-size: 19px;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}

.code p {
  margin: 0 auto;
}

.code-green {
  background-color: rgb(230, 250, 230);
  padding: 10px;
  overflow: auto;
  white-space: nowrap;
}

.code-sol {
  background-color: rgb(230, 250, 230);
  color: #212529;
  font-size: 19px;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}

.code-sol p {
  margin: 0 auto;
}

.comment {
  color: rgb(30, 170, 170);
}

.credit {
  margin-top: 10px;
}

.fcc {
  background-color: black;
  color: white;
  padding: 2px 4px;
  text-decoration: none;
  border-radius: 4px;
}

.fcc:hover {
  color: silver;
}

.footer-pagination a {
  font-size: .8em;
  color: black;
  float: left;
  margin-top: -40px;
  margin-bottom: 40px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.footer-pagination a.active {
  background-color: rgb(10, 50, 100);
  color: white;
}

.footer-pagination a:hover:not(.active) {
  background-color: #ddd;
}

.footer-pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.footer-pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.link {
  color: blue;
  text-decoration: none;
}

.man-thot {
  color: blue;
  text-decoration: none;
}

.man-thot:hover {
  color: grey;
}

.solution {
  margin-bottom: 5px;
}

.text-link:hover {
  background-color: rgb(230, 230, 230);
  color: #212529;
  text-decoration: none;
}