
.display-title-publisher-logo {
    float: right;
    padding-left: 15px;
}

.display-title-publisher-logo img {
    max-height: 3em;
    width: auto;
}

.errors-container {
  padding: 0px 14px 14px 14px;
}

.errors-container .errors-title {
  color: red;
}

.errors-container .review-errors {
  color: #007d7e;
  text-decoration: underline;
  cursor: pointer;
}

.errors-container .review-errors:hover {
  color: #00676a;
}

.errors-container .review-errors.hide-errors, .errors-container .error-block-container {
  display: none;
}

.listing-search-container {
  margin-bottom: 1.2em;
}

.listing-search-container #listing-search-input {
  width: 50%;
}

.listing-search-container .button {
  margin-left: 1em;
}

.listing-search-container #button-clear-search {
  display: none;
}

.listing-article-block {
  font-size: 14px;
}

.listing-article-block h2 {
  margin-top: 0;
}

.listing-article-block h2.title-link:hover {
  color: #00676a;
}

.listing-article-block.success {
  background-color: #EAFEEA;
}

.listing-article-block.error {
  background-color: #F3C2C3;
}

.listing-article-block .body-full {
  display: none;
}

.listing-article-block .show-more-less {
  color: #007d7e;
  text-decoration: underline;
  cursor: pointer;
}

.listing-article-block .show-more-less:hover {
  color: #00676a;
}

.listing-article-block .fa-spinner {
  display: none;
}

.listing-article-block .article-edit-button {
  display: none;
}

.listing-article-block .error {
  color: red;
}

.centered-paragraph .public-DraftEditor-content div > *{
  text-align: center;
}
