.fnh-centered {
  font-size: 1rem;
  line-height: 1.5rem;
  color: inherit; }
  .fnh-centered .fnh-info {
    padding: 10px 0;
    text-align: center; }
    .fnh-centered .fnh-info .fnh-top .fnh-title {
      margin: 5px 0; }
      .fnh-centered .fnh-info .fnh-top .fnh-title h4 {
        font-size: 1.1rem;
        font-weight: bold;
        margin: 0;
        padding: 0; }
        .fnh-centered .fnh-info .fnh-top .fnh-title h4 a {
          text-decoration: none;
          border: none;
          outline: none;
          box-shadow: none;
          transition: color 0.3s ease; }
          .fnh-centered .fnh-info .fnh-top .fnh-title h4 a:hover, .fnh-centered .fnh-info .fnh-top .fnh-title h4 a:focus {
            text-decoration: none;
            border: none;
            box-shadow: none; }
    .fnh-centered .fnh-info .fnh-top .fnh-date, .fnh-centered .fnh-info .fnh-top .fnh-time, .fnh-centered .fnh-info .fnh-top .fnh-source {
      color: #8b8b8b;
      font-size: 0.9rem; }
    .fnh-centered .fnh-info .fnh-text p {
      padding: 0;
      margin: 0; }
    .fnh-centered .fnh-info .fnh-separator {
      width: 70%;
      height: 1px;
      border-bottom: 1px solid #cecece;
      margin-left: auto;
      margin-right: auto;
      padding: 10px 0; }
  .fnh-centered .fnh-pagination ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .fnh-centered .fnh-pagination ul li {
      padding-bottom: 5px; }
      .fnh-centered .fnh-pagination ul li:first-child {
        margin: 0 auto 0 0; }
      .fnh-centered .fnh-pagination ul li:last-child {
        margin: 0 0 0 auto; }
      .fnh-centered .fnh-pagination ul li.disabled span {
        background: #e0dede; }
      .fnh-centered .fnh-pagination ul li.active span {
        color: #fff;
        background: #444444;
        border: 1px solid #444444; }
  .fnh-centered .fnh-pagination span {
    display: inline-block;
    padding: 5px 10px;
    background: #f7f7f7;
    color: inherit;
    border: 1px solid #e0dede; }
  .fnh-centered .fnh-pagination a.page-link {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background: #f7f7f7;
    border: 1px solid #e0dede;
    transition: all 0.3s ease; }
    .fnh-centered .fnh-pagination a.page-linkhover, .fnh-centered .fnh-pagination a.page-link:focus {
      box-shadow: none;
      outline: none;
      border: none; }
