.form .apply-cell  {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border: 1px solid #8cc902;
}
.form .apply-cell p {
  margin-bottom: 0;
}
.form .apply-arrow {
  margin-bottom: 1.5rem;
  text-align: center;
}
.form .apply-arrow img {
  transform: rotate(90deg);
}
.about .activity-table {
  width: auto;
  overflow-x: scroll;
}
.about .activity-table th,
.about .activity-table td {
  white-space: nowrap;
  text-align: center;
}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px), print {
}
