/*!
 * Bootstrap v2.3.2 typography-only extract
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */

.bootstrap-typography p {
	margin: 0 0 10px;
}

.bootstrap-typography .lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 200;
	line-height: 30px;
}

.bootstrap-typography small {
	font-size: 85%;
}

.bootstrap-typography strong {
	font-weight: bold;
}

.bootstrap-typography em {
	font-style: italic;
}

.bootstrap-typography cite {
	font-style: normal;
}

.bootstrap-typography .muted {
	color: #999999;
}

.bootstrap-typography a.muted:hover,
.bootstrap-typography a.muted:focus {
	color: #808080;
}

.bootstrap-typography .text-warning {
	color: #c09853;
}

.bootstrap-typography a.text-warning:hover,
.bootstrap-typography a.text-warning:focus {
	color: #a47e3c;
}

.bootstrap-typography .text-error {
	color: #b94a48;
}

.bootstrap-typography a.text-error:hover,
.bootstrap-typography a.text-error:focus {
	color: #953b39;
}

.bootstrap-typography .text-info {
	color: #3a87ad;
}

.bootstrap-typography a.text-info:hover,
.bootstrap-typography a.text-info:focus {
	color: #2d6987;
}

.bootstrap-typography .text-success {
	color: #468847;
}

.bootstrap-typography a.text-success:hover,
.bootstrap-typography a.text-success:focus {
	color: #356635;
}

.bootstrap-typography .text-left {
	text-align: left;
}

.bootstrap-typography .text-right {
	text-align: right;
}

.bootstrap-typography .text-center {
	text-align: center;
}

.bootstrap-typography h1,
.bootstrap-typography h2,
.bootstrap-typography h3,
.bootstrap-typography h4,
.bootstrap-typography h5,
.bootstrap-typography h6 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

.bootstrap-typography h1 small,
.bootstrap-typography h2 small,
.bootstrap-typography h3 small,
.bootstrap-typography h4 small,
.bootstrap-typography h5 small,
.bootstrap-typography h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

.bootstrap-typography h1,
.bootstrap-typography h2,
.bootstrap-typography h3 {
	line-height: 40px;
}

.bootstrap-typography h1 {
	font-size: 38.5px;
}

.bootstrap-typography h2 {
	font-size: 31.5px;
}

.bootstrap-typography h3 {
	font-size: 24.5px;
}

.bootstrap-typography h4 {
	font-size: 17.5px;
}

.bootstrap-typography h5 {
	font-size: 14px;
}

.bootstrap-typography h6 {
	font-size: 11.9px;
}

.bootstrap-typography h1 small {
	font-size: 24.5px;
}

.bootstrap-typography h2 small {
	font-size: 17.5px;
}

.bootstrap-typography h3 small,
.bootstrap-typography h4 small {
	font-size: 14px;
}

.bootstrap-typography .page-header {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
}

.bootstrap-typography ul,
.bootstrap-typography ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

.bootstrap-typography ul ul,
.bootstrap-typography ul ol,
.bootstrap-typography ol ol,
.bootstrap-typography ol ul {
	margin-bottom: 0;
}

.bootstrap-typography li {
	line-height: 20px;
}

.bootstrap-typography ul.unstyled,
.bootstrap-typography ol.unstyled {
	margin-left: 0;
	list-style: none;
}

.bootstrap-typography ul.inline,
.bootstrap-typography ol.inline {
	margin-left: 0;
	list-style: none;
}

.bootstrap-typography ul.inline > li,
.bootstrap-typography ol.inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	*display: inline;
	*zoom: 1;
}

.bootstrap-typography dl {
	margin-bottom: 20px;
}

.bootstrap-typography dt,
.bootstrap-typography dd {
	line-height: 20px;
}

.bootstrap-typography dt {
	font-weight: bold;
}

.bootstrap-typography dd {
	margin-left: 10px;
}

.bootstrap-typography .dl-horizontal {
	*zoom: 1;
}

.bootstrap-typography .dl-horizontal:before,
.bootstrap-typography .dl-horizontal:after {
	display: table;
	line-height: 0;
	content: "";
}

.bootstrap-typography .dl-horizontal:after {
	clear: both;
}

.bootstrap-typography .dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bootstrap-typography .dl-horizontal dd {
	margin-left: 180px;
}

.bootstrap-typography hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

.bootstrap-typography abbr[title],
.bootstrap-typography abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

.bootstrap-typography abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.bootstrap-typography blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}

.bootstrap-typography blockquote p {
	margin-bottom: 0;
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25;
}

.bootstrap-typography blockquote small {
	display: block;
	line-height: 20px;
	color: #999999;
}

.bootstrap-typography blockquote small:before {
	content: '\2014 \00A0';
}

.bootstrap-typography blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}

.bootstrap-typography blockquote.pull-right p,
.bootstrap-typography blockquote.pull-right small {
	text-align: right;
}

.bootstrap-typography blockquote.pull-right small:before {
	content: '';
}

.bootstrap-typography blockquote.pull-right small:after {
	content: '\00A0 \2014';
}

.bootstrap-typography q:before,
.bootstrap-typography q:after,
.bootstrap-typography blockquote:before,
.bootstrap-typography blockquote:after {
	content: "";
}

.bootstrap-typography address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}

.bootstrap-typography code,
.bootstrap-typography pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.bootstrap-typography code {
	padding: 2px 4px;
	color: #d14;
	white-space: nowrap;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

.bootstrap-typography pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.bootstrap-typography pre.prettyprint {
	margin-bottom: 20px;
}

.bootstrap-typography pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

.bootstrap-typography .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
