@media screen {
  .baseArticle p strong {
    font-weight: bold;
  }

  .baseArticle p:not([class]) a {
    margin-bottom: 0;
  }

  .baseArticle .download-buttons .ui-button {
    margin-top: 10px;
  }
}