table.requirements {
  margin: 0px 0px 32px 0px;
  border-spacing: 0px 3px;
  border-top: 5px solid hsl(160, 30%, 70%);
  border-bottom: 4px solid hsl(160, 30%, 70%);
}

table.requirements > tbody > tr > th:nth-child(1) {
  width: 200px;
}

table.requirements > tbody > tr > th {
  padding: 12px 8px;
  background-color: hsl(160, 40%, 52%);
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}

table.requirements > tbody > tr > td {
  padding: 12px;
  background-color: hsl(160, 40%, 95%);
  white-space: pre-line;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 1440px) {

  table.requirements > tbody > tr > th:nth-child(1) {
    width: 160px;
  }

}

@media (max-width: 1024px) {

  table.requirements > tbody > tr > th:nth-child(1) {
    width: 120px;
  }
}

@media (max-width: 640px) {

  table.requirements > tbody * {
    display: block;
  }

  table.requirements > tbody > tr > th:nth-child(1) {
    width: auto;
  }

  table.requirements > tbody > tr > th {
    margin: 16px 0px 4px 0px;
    padding: 0px 8px;
    border-left: 2px solid hsl(160, 40%, 52%);
    background-color: transparent;
    color: hsl(160, 40%, 30%);
  }

  table.requirements > tbody > tr > td {
    padding: 8px 10px;
    background-color: hsl(160, 20%, 97%);
  }
}


div.entry {
  text-align: center;
}

div.entry > a {
  display: inline-block;
  padding: 1.5% 4%;
  background-color: hsl(160, 60%, 40%);
  border-radius: 48px;
  line-height: 2;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}

div.entry > a:hover {
  background-color: hsl(160, 60%, 50%);
}