li {
  color: #404040; }

pre.prettyprint {
  background-color: white;
  border: 1px solid #cccccc; }

.masthead {
  background-color: #049cd9;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004d9f), to(#049cd9));
  background-image: -moz-linear-gradient(#004d9f, #049cd9);
  background-image: -o-linear-gradient(top, #004d9f, #049cd9);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#004d9f), to(#049cd9));
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px; }
  .masthead h1 {
    color: white;
    font-size: 64px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.25); }
  .masthead .lead {
    color: white;
    font-size: 17px;
    line-height: 22px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }

.quickstart {
  background-color: whitesmoke;
  margin-bottom: 40px; }
  .quickstart h6, .quickstart p {
    color: #999999;
    text-align: center; }
  .quickstart p {
    color: #333333; }
  .quickstart textarea {
    overflow: hidden;
    white-space: nowrap;
    width: 275px;
    height: 22px; }
