

/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 700px;
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 60px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.pulsate a {
	border-color: rgba(255, 255, 0, 0.8);
	outline: 0px none;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.075) inset, 0px 1px 4px rgba(255, 255, 0, 0.8);
	cursor: pointer;
	background-color: rgba(255, 255, 0, 0.3);
	color: #000;
}

#info abbr {
    text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	border: medium none;
	cursor: help;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	height: 100%;
	color: rgb(255, 255, 255);
	background: -moz-linear-gradient(center top , rgb(132, 225, 0), rgb(111, 188, 0)) repeat scroll 0% 0% transparent;
}

#info {
    margin: 0px auto;
    width: 20px;
    border-radius: 25%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
	text-decoration: none;
}
