#wrapper .copyright {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 30px;
    font-weight: bold;
}

    #wrapper .btn-box2 a {
      position: relative;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      padding: 4px 6px;
      display: inline-block;
      background: #1DA1F2;
      color: #ffffff;
      text-decoration: none;
     border-radius: 5px;
     margin: 10px 0;
     }

    #wrapper .btn-box2 a:after {
      font-family: FontAwesome;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 2.1rem;
      position: absolute;
      top: 4px;
      right: 10px;
      }

      #nav-wrap .api-nav-main > div a.newspaper.active:before {
        background: #00AAF5;
      }