body 
{
	padding-top: 20px;
	padding-bottom: 60px;
}

/* Custom container */
.container {
	margin: 0 auto;
  	max-width: 1000px;
}
.container > hr {
  	margin: 40px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  	margin: 40px 0;
  	text-align: center;
}
.jumbotron h1 {
  	font-size: 85px;
  	line-height: 1;
}
.jumbotron .lead {
  	font-size: 24px;
  	line-height: 1.25;
}
.jumbotron .btn {
  	font-size: 21px;
  	padding: 14px 24px;
}

#rewriterTestFrm{
	text-align:center;
}

#rewriterTestFrm .row-fluid{
	text-align:left;
}

div#rewriter-loader{
	height:16px;
	padding: 20px 0;
	background: url('/img/ajax-loader.gif') no-repeat center center;
	display:none;
}

div#rewriter-result{
	text-align:left;
	display:none;
}

pre.prettycode{
	word-wrap: break-word;
	color: #d14;
}