/*
 *   DESKTOP CSS
 */

.view-tweets {
  max-height: 400px;
  overflow-y: scroll;
}

#leaderboard-wrapper {
  background: white;
  position: relative;
}
#leaderboard-wrapper .container {
  position: absolute;
  left: 0;
  right: 0;
}

/* make room for the Share buttons */
#main-content-header {
  width: 75%;
}
#main-content {
  margin-top: -75px;
}

