html, body {
  height: 100%;
}

body {
  background-color: #999;
  margin: 0;
  font-family: "Georgia";
}

#splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  text-align: center;
  color: #fff;
}

#splash h1 {
  font-size: 72pt;
}

#splash button {
  font-size: 36pt;
  padding: 20px;
}

.info {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 300px;
}

.info > h1 {
  text-align: center;
  color: #eee;
  font-size: 32pt;
}

.info > .value {
  display: block;
  border: 2px solid black;
  box-shadow: 2px 2px 2px #666;
  text-align: center;
  padding: 10px;
  font-family: "Lucida Console";
  font-weight: bold;
  font-size: 42pt;
}

#time-left {
  margin-left: -850px;
}

#shots-left {
  margin-left: 550px;
}

#feed-wrapper {
  height: 100%;
  overflow: hidden;
}

#feed {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  list-style-type: none;
  height: 100%;
}

#feed > li {
  background: #ccc;
  margin: 10px 0;
  width: 100%;
  padding: 0 10px;
}

#feed > li > .column-wrapper {
  display: table;
  width: 100%;
}

#feed > li > .column-wrapper > div {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  height: 32px;
  font-size: 16pt;
}

#feed > li > .column-wrapper > .time {
  font-size: 12pt;
  color: #999;
  width: 5%;
}

#feed > li > .column-wrapper > .left {
  width: 40%;
  text-align: right;
  padding: 10px 0;
  font-weight: bold;
}

#feed > li > .column-wrapper > .icon {
  width: 10%;
  text-align: center;
}

#feed > li > .column-wrapper > .icon > img {
  width: 54px;
  height: 54px;
  padding: 5px;
}

#feed > li > .column-wrapper > .right {
  width: 45%;
  padding: 10px 0;
}
