/* * * * * * * LEADERBOARD TOP * * * * * * * */
@media only screen  and (min-width: 1011px) {
/* Enable the following CSS for leaderboard Ad TOP*/
  .mystery-flip-container,
  .raf-flip-container {
    top: 0px;
    padding-right: 15px;
  }

  .gadsense-placeholder.mystery,
  .gadsense-placeholder.raf {
    top: -29px;
  }

  .gadsense-placeholder.mystery.leader,
  .gadsense-placeholder.raf.leader {
    top: -29px;
  }

  .mystery-banner,
  .raf-banner {
    display: inline-block;
    height: 100%;
    padding-top: 52px;
    padding-bottom: 0px;
    max-width: 1024px;
  }
}
/* * * * * * * LEADERBOARD TOP END * * * * * * * */