.subtitle {
  font-size: 23px;
  bottom: -72px;
  left: 15px;
}

h3 {
 color:#666666; 
}

.tagline {
  margin: 0 0 0 37px;
  padding: 0;
  font-size: 24px;
  color: #666666;
  text-align: center;
}

.revlink a {
  text-decoration: underline;
}

.revlink a:hover {
  text-decoration: none;
}

#features {
  text-align: center;
  margin-bottom: 2em;
}

.feature {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  height: 6em;
  width: 46%;
  margin: 0 .5em 1em;
}

.feature h3 {
  margin-top: .25em;
}

#screenshot {
  width: 793px;
  height: 630px;
  margin-top: -5px;
  margin-left: 67px;
}

#radar-wrapper {
  background-color: #36393D;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 8px;
  margin-top: -520px;
  width: 650px;
  float: right;
}

#radar {
  border: 5px solid #C1DDFE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#screenshots {
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  margin: 15px;
  padding: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

#left-bar {
  float: left;
  margin-top: -410px;
  margin-left: 34px;
}

#left-bar .message {
  display: block;
  padding: 5px;
  margin-left: -18px;
  text-align: center;
  width: 150px;
  margin-bottom: 1em;
  font-size: 80%;
}

#left-bar .shares {
  margin-left: -10px;
}

.download {
  vertical-align: middle;
  text-align: center;
}

.download:hover {
  text-decoration: none;
}

.button {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #142a68;
  color: #FFFFFF;
  font-size: 13px;
  position: relative;
  display: inline-block;
  padding: 5px 15px 5px 45px;
  text-align: center;
  width: 10em;
  margin-left: -30px;
  margin-bottom: 2em;
}

.button img {
  border: 0;
  position: absolute;
  top: -7px;
  left: -12px;
}


