html {
  overflow: hidden; }

body {
  background-color: #012C4C;
  text-align: center;
  color: #DDDDDD;
  font: 33px Helvetica, Arial, sans-serif;
  letter-spacing: -3px; }

#topics {
  position: absolute;
  left: 0;
  top: 120px;
  width: 250px;
  z-index: 1; }

#items {
  position: absolute;
  bottom: 0px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left; }

#items li {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: normal;
  margin: 0;
  padding: 10px 20px 10px 250px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap; }
  #items li div.tweet-wrapper {
    padding-top: 10px;
    padding-bottom: 20px; }
  #items li span.large {
    font-size: 36px;
    line-height: 32px;
    letter-spacing: -2px;
    color: #FCC531; }
  #items li em {
    font-style: normal;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -3px;
    font-weight: bold;
    text-transform: lowercase; }

.legal {
  font-size: 11px;
  letter-spacing: 0; }

a {
  color: #FCC531; }
