body {
  margin: 2em;
  font-family: "Century Gothic", Verdana; }

.left {
  position: absolute; }

.right {
  position: absolute;
  left: 27em;
  width: 40em; }

h1 {
  font-size: 3.75em;
  letter-spacing: -0.02em;
  font-family: "Century Gothic", Helvetica;
  font-weight: normal;
  color: #111;
  margin: 0; }

h2 {
  margin: 0;
  font-size: .8em;
  color: #777;
  margin-left: 1em; }

img {
  padding: .5em;
  border: 2px solid #444; }

.caption {
  font-size: .8em; }

.info {
  font-size: .8em;
  margin-top: 1em;
  background-color: #eee;
  padding: 1em; }

.tweet {
  padding: .5em 0 1em 0; }
  .tweet .message {
    background-color: #eee;
    padding: .2em .5em .2em .5em;
    overflow: hidden; }
  .tweet .status {
    font-size: .6em;
    color: #999; }
  .tweet span.block {
    font-size: 1em; }

.column {
  width: 18em;
  padding: .5em; }

.mine {
  float: left; }

.theirs {
  float: right; }

#tweets {
  clear: both; }

input[type=text] {
  border: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-family: "Century Gothic", Verdana; }
