@media screen {
  .baseArticle .contentForm a {
    margin-right: 10px;
  }
  .baseArticle .contentForm a:last-of-type {
    margin-right: 0;
  }

  .baseArticle p.error {
    text-align: center;
  }
}