body {
  font-family: courier, monospace;
  font-size:20px;
}

.container {
  text-align:center;  
}

#content {
  margin:0 auto;  
  width:800px;
}

blockquote {
  background:#ccc;
  margin:0 0 20px 0;  
  padding:40px;
}

.parp {
	max-height:0;
	opacity:0;
}

.parp.show {
	max-height:999px;
	opacity:1;
	transition:all 0.2s linear;
}

#quote-content {
  display:inline;
  margin-bottom:15px;
  text-align:center;
}

#quote-content p:before {
  content:open-quote;
}

#quote-content p:after {
  content:close-quote;
}

#quote-source {
  font-size:12px;
  text-align:center;
}

.btn {
  background:#eee;
  border-radius:0;
  color:#666;
  float:left;
  margin:0 auto;
  padding:20px;
  transition: all 0.2s linear;
  text-decoration:none;
}

.btn:hover {
  background:#aaa;
  color:#fff;
  transition: all 0.2s linear;
}

.right {
  float:right;
  margin-left:10px;
}