    

    body {
      margin: 0px;
      padding: 0px;
    }
    #alLogo {
      filter:invert(100%);
      /* width: 215px; 
      height: 105px; */
      width: 172px;
      height: 84px;
    }

    @media (max-width: 767px) {
      #alLogo {
        width: 143px;
        height: 70px;
      }
    }
    #ra-header {
      background-color: #000000;
    }

    #bottomlinks {
      background-color: #000000; 
      text-align: center; 
      color: #fff
    }
    #bottomlinks > p > a:link {
      color: #fff;
      text-decoration: underline;
    }
    #bottomlinks > p > a:visited {
      color: #aaa;
    }
    #bottomlinks > p > a:hover {
      color: rgba(0,153,255,1);
      text-decoration: none;
    }
    .navbar-custom {
      background-color: #000000;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
      color: #ffffff;
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        background-color: rgb(70,70,70);
        color: #ffffff;
    }
    .nav-button {
      border-left: 1px solid #ffffff; 
      border-top: 1px solid #ffffff; 
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;      
    }
    .nav-button-end {
      border-left: 1px solid #ffffff;      
      border-right: 1px solid #ffffff; 
      border-top: 1px solid #ffffff;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;        
    }

    @media (max-width: 767px) {
      .nav-button {
        border-left: 0px solid #ffffff; 
        border-top: 0px solid #ffffff; 
      }
      .nav-button-end {
        border-left: 0px solid #ffffff;      
        border-right: 0px solid #ffffff; 
        border-top: 0px solid #ffffff; 
      }
    }

    .nav-link {
      text-decoration: none;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem;
    }

    @media (max-width: 767px) {
      .nav-link {
        font-size: 16px; 
      }
    }
    .smalllink { 
      color: #993300;
      text-decoration: none;
    }
    .navbar {
    }
    h2 {
      margin-bottom: 10px;
      padding-bottom: 0px;
    }
    .featuretitle {
      font-size: 2.0rem;
    }
    @media (max-width: 767px) {
      #featuretitle {
      font-size: 1.7rem;
      } 
    }
    .author {
      font-size: 1rem;

    }
    .date {
      font-size: 0.8rem;
    }
    .stats {
      font-size: .8rem;
    }
    #header_divider {
      background-color: rgba(0,153,255,1);
      /* background: linear-gradient(rgba(0,212,255,1) 0%, rgba(0,153,255,1) 59%, rgba(2,0,36,1) 100%); */
      height: 6px; 
    }
    #promoiframe {
      z-index: 102;
      border: none;
    }
    /* Custom style to account for fixed width column with promo iframe */
    .col-pixel-width-165 { flex: 0 0 165px; }
    @media (max-width: 768px) {
    .col-pixel-width-165 {}
    }
    /* This handles a stupd alignment problem with the share buttons. 
    see here for details: https://stackoverflow.com/questions/8400138/
    how-to-vertically-align-facebook-and-twitter-share-buttons/20774303
     */
    .fb_iframe_widget span 
    {
        vertical-align: baseline !important;
    }

    /* These are the styles for the master list on the menu page */
    #movielist {
      list-style: none;
      margin-left: 0px;
      padding-left: 0px;
    }
    #movielist > li {
      margin-bottom: 1.5rem;
    }
    #movielist > li > a {
      font-size: 1rem;
      font-weight: bold;
    }