.mobileShow { display: none;}

  /* Smartphone Portrait and Landscape */

  @media only screen

  and (min-device-width : 320px)

  and (max-device-width : 480px){ .mobileShow { display: inline;}
  }

.mobileHide { display: inline;}

  /* Smartphone Portrait and Landscape */

  @media only screen

  and (min-device-width : 320px)

  and (max-device-width : 480px){  .mobileHide { display: none;}
  }

h3.RptHdBackBarMobile {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #006699;
    padding: 5px 10px 5px 0px;
    margin: 10px 0 20px 0;
    letter-spacing: .06em;
    text-align: left;
}
span.BackArrowBlkBkgrd {
    color: #fff;
    background: #000;
    margin: 0px 10px 0px 0px;
    padding: 5px 8px;
}
  
.entry-content h3.RptHdBackBarMobile a, .entry-content h3.RptHdBackBarMobile a:visited, .entry-content h3.RptHdBackBarMobile a:link {
    color: white;
    text-decoration: none;
}
