html {
  font-family: Helvetica;
  font-size: 18px;
  background: #000;
}

body {
  color: #ddd;
  width: 1200px;
  height: 660px;
  background: transparent url('beaker.png') no-repeat bottom right;
}

div.heading {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

h1 {
  color: #6fdf8a;
  font-size: 5em;
  margin: 0;
  padding: 0;
}

span.title {
  color: #6fdf8a;
  font-size: 3em;
}

div.title.twitter {
  display: inline-block;
  height: 54px;
  width: 68px;
  background: transparent url('twitter.png') no-repeat bottom;
  padding: 0;
  margin: 0;
}

span.star {
  color: #444;
  font-size: 2em;
  text-shadow: none;
}

small {
  font-size: .6em;
  display: block;
  color: #444;
  margin-top: -2em;
  padding-left: 27em;
  text-shadow: none;
}

div.content {
  margin: 0;
  padding: 0;
  width: 800px;
}

ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  display: inline;
}

li p {
  margin: 0;
  padding: 0;
  display: none;
}

.oval-thought-border, .oval-thought-border:before, .oval-thought-border:after {
  background: #7d9983;
  background: -webkit-gradient(linear, left top, left bottom, from(#7d9983), to(#3d4b3f));
  background: -moz-linear-gradient(top, #7d9983, #3d4b3f);
  background: -o-linear-gradient(top, #7d9983, #3d4b3f);
  background: linear-gradient(top, #7d9983, #3d4b3f);
  box-shadow: 0 -5px 1px #555;
  box-shadow: 0 5px 1px #999;
  border: 2px solid #d0dcdf;
}

.oval-thought-border {
  display: none;
  position: relative;
  padding: 70px 15px;
  margin-top: 80px;
  margin-left: 80px;
  border: 2px solid #d0dcdf;
  width: 600px;
  font-size: 2em;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.65) 0 1px 1px;
  color: #111;
  -webkit-border-top-left-radius: 100px 140px;
  -webkit-border-top-right-radius: 100px 140px;
  -webkit-border-bottom-right-radius: 100px 140px;
  -webkit-border-bottom-left-radius: 100px 140px;
  -moz-border-radius: 100px / 140px;
  border-radius: 100px / 140px;
}

.oval-thought-border:before {
  content: "\00a0";
  position: absolute;
  z-index: 10;
  top: 30px;
  right: -90px;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 50;
}

.oval-thought-border:after {
  content: "\00a0";
  position: absolute;
  z-index: 10;
  top: 20px;
  right: -150px;
  width: 25px;
  height: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  opacity: 30;
}

a {
  text-decoration: none;
  color: #6fdf8a;
}

a:hover {
  color: #6fdf8a;
}

a:active {
  color: #7fef9a;
}

