body {
  font-family: 'Roboto',"Helvetiva Neue",Helvetiva, Arial,sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  background-color: #f2f2f2;
  margin: 0px;
  color: #333;
  #box-shadow: inset 0px 0px 200px rgba(0,0,0,0.8);
  min-height: 100%;
}

h1 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -2;
  color: ##FFFFFF;
  white-space:nowrap;
}

#content {
  min-height: 500px;
}

#inner {
  max-width: 500px;
  margin: 0px auto;
  padding: 20px;
  padding-top: 150px;
}

#title {
  font-weight: 600;
}

#subtitle {
  font-size: 16px;
}

#details {
  font-size: 14px;
}

a {
  opacity: 1.0;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,0,0,0.2);
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

a {
  color: #302c29;
}

.misc {
  margin-left: 10px;
  color: #333;
  font-size: 15px;
  display:inline-block;
}

p b {
  t ext-transform: uppercase;
  font-size: 16px;
}
