* {
  overflow-y: hidden;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 12px;
}

body {
  margin: 0;
  background:
      url(http://www.hashtracking.com/streaming-wall/background.jpg)
      center center
      no-repeat
      fixed;
}

.foundation {
  margin: 0;
  padding: 0em 0em 0em 0em;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.lanes-container {
  padding: 0em 2em 0em 0em;
}

.lane {
  width: 50%;
  height: 100%;
  float: left;
}

.lane-sw-padding {
  padding: 2em 0em 0em 2em;
}

.activity-content {
  position: relative;
}

.activity-quote-triangle {
  width: 3em;
  height: 3em;
  left: 7em;
  top: 3em;
  position: absolute;
  background-image: url(http://www.hashtracking.com/streaming-wall/normal-triangle.png);
  background-position: right top;
}

.activity-sw-padding {
  padding: 0em 0em 0px 0em;
}

.activity-avatar-container {
  padding: 0em 1em 0.33px 0em;
  float: left;
}

.activity-avatar-container-last {
  clear: both;
}

.activity-avatar-img {
  width: 9em; height: 9em;
  float: left;
}

.activity-content-container {
  background: #32373b;
  width: auto;
  border-radius: 0.5em;
  padding: 1em;
  position: relative;
  margin-bottom: 3px;
}

.activity-content-name-container {
  float: left;
}
  .activity-content-name-container .longname {
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
  }
  .activity-content-name-container .handle {
    font-size: 1em;
    font-weight: normal;
    color: #55acee;
  }

.activity-content-text-container {
  clear: both;
  padding: 0em 1em;
}
  .activity-content-text-container .text {
    font-size: 2em;
    font-weight: normal;
    color: #ffffff
  }
  .activity-content-text-container .special {
    color: #55acee;
    font-weight: bold;
  }
  .activity-content-text-container .special-link {
    color: #55acee;
    font-style: italic;
    text-decoration: underline;
  }

/* Creating a box with aspect ratio 2:1 relative to parent container size. This very
 * masterful CSS I picked up from http://www.mademyday.de/css-height-equals-width-with-pure-css.html. */
.activity-content-media-box {
  position: relative;
  width: 100%;
  margin: 1em 0em 0em 0em;
}

.activity-content-media-box:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.activity-content-media {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.activity-content-media.portrait {
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
}

.activity-content-media.landscape {
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: 100%;
}

.simple .activity-content-media-box {
  display: none;
}

.activity-network-logo-container {
  float: right;
}

.logo {
  width: 2em;
}

.network-twitter .instagram-logo,
.network-instagram .twitter-logo {
  display: none;
}

.approval-controls-container {
  margin: 0 auto;
  text-align: center;
}

.approval-controls-container button {
  margin: 0 1em;
  background: #303030;
}

.network-instagram .activity-avatar-img {
  border-radius: 50%;
}

.activity-content-timestamp-container {
  float: right;
  margin-right: 1em;
}
  .activity-content-timestamp-container .timestamp {
    font-size: 1em;
    font-weight: normal;
    color: #55acee;
  }

.top-retweeted-badge,
.top-tweeter-badge,
.top-popularity-badge,
.top-poster-badge,
.top-reach-badge {
  display: none;
}

.top-twitter-reach .top-reach-badge,
.top-tweeter .top-tweeter-badge,
.top-twitter-popularity .top-popularity-badge,
.top-poster .top-poster-badge,
.top-instagram-popularity .top-popularity-badge,
.top-instagram-reach .top-reach-badge {
  display: block;
}

.activity-badge-container {
  clear: both;
}

.activity-badge-container .badge {
  margin: 0.2em 0em 0em 0em;
  padding: 0em;
  float: left;
  width: 3em;
  height: 3em;
}

.top-list-container {
  margin: 0;
  paddding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.top-list-lane {
  float: left;
  width: 25vw;
  height: 100%;
  position: relative;
}

.top-list-lane .event-logo {
  width: 23vw;
}

.top-list-lane .top-list-lane-title {
  font-size: 3vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3vw; 
  color: #000000;
}

.top-list-lane.most-popularity-lane {
  background: rgba(0,0,255,255);
}

.top-list-lane.most-activities-lane {
  background: rgba(0,255,0,255);
}

.top-list-lane.most-reach-lane {
  background: rgba(255,0,0,255);
}

.top-list-lane.title-lane {
  background: rgba(255,255,255,255);
}

.top-list-lane .top-list-lane-badge {
  width: 15vw;
  margin-bottom: 3vw;
}

.top-list-lane .top-profile {
  text-align: center;
}

.top-list-lane .top-avatar-image {
  width: 5vw;
  border-radius: 50%;
}

.top-list-lane .top-long-name {
  font-size: 1.5vw;
  font-weight: 600;
  color: #000000;
}

.top-list-lane .top-handle {
  font-size: 1.5vw;
  font-weight: 300;
  color: #000000;
}