body {
font-family:Helvetica;
font-size:1em;
color:#333;
max-width:800px;
margin:0 auto;
padding:0 3% 3% 3%;
}

#toc a:link,  #toc a:active, #toc a:visited, #toc a:hover, #toc a:focus{
	color: #00E;
}

#toc a em {
	color: #00E;
}

#toc h6 {
	margin-left:10px;
	margin:10px 0 0 10px;
	font-size:0.8em;
}

#toc h5 {
	font-size:0.9em;
}

.warning{
padding: 8px 35px 8px 14px;
color: #C09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #FCF8E3;
border: 1px solid #FBEED5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size:14px;
margin:20px 0;
line-height:1.3 em;
}

.alert{

	padding: 8px 35px 8px 14px;
color: #b94a48;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #f2dede;
border: 1px solid #eed3d7;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size:14px;
margin:20px 0;
line-height:1.3 em;

}

#title{
	font-size: 4.6em;
	text-align: center;
}

#subTitle{
	text-align: center;
	color: #ccc;
	font-size: 1.2em;
}

#bgImage{
	max-width:800px;
	height:100px;
	background-image:url(branch.jpg);
	background-position:center center;
	margin:10px 0 50px 0;
	text-align:center;
	border-radius:4px;
}

p {
line-height:1.8em;
}

em {
color:#606060;
font-family: "Courier New", Courier, monospace;
}

pre {
line-height:1.4em;
color:#2e4d2f;
border-radius:4px 4px 4px 4px;
word-wrap:break-word;
font-family: "Courier New", Courier, monospace;
font-size:.8em;
font-weight:700;
overflow:hidden;
border-color:#e1e1e8;
border-style:solid;
border-width:2px;
margin:0 0 3%;
padding:2%;
}

pre em {
color:#999;
font-weight:400;
}

pre.noCodeLink {
margin-top:3%;
}

ul li {
list-style-type:disc;
padding:.5% 0;
line-height: 1.6em;
}

ol li{
padding:.5% 0;
line-height: 1.6em;
}

h1 {
font-family:"Arial";
font-weight:400;
font-size:3em;
margin:15% 0 5% 0;
}

h2 {
font-family:Tahoma;
font-size:1.3em;
border-radius:4px 4px 4px 4px;
margin:10% 0 3%;
padding:1%;
background:#f7f7f9;
}

.codeLink {
font-size:.8em;
text-align:right;
padding-right:5px;
margin:3% 0 .5%;
}

ul#toc {
list-style-type:none;
list-style-position:outside;
list-style-image:none;
margin:20px 0;
padding:0;
}

ul#toc li {
margin-top:.5%;
list-style-type:none;
list-style-position:outside;
list-style-image:none;
}

img {
border-radius:4px 4px 4px 4px;
max-width:100%;
border-color:#e1e1e8;
border-style:solid;
border-width:1px;
margin:1% 0;
}

table {
max-width:100%;
border-collapse:collapse;
border-spacing:0;
font-size:.9em;
}

.table {
width:100%;
margin:4% 0;
}

.table th,.table td {
line-height:18px;
text-align:left;
vertical-align:top;
border-top:1px solid #ddd;
padding:8px;
}

.table th {
font-weight:700;
}

.table thead th {
vertical-align:bottom;
}

.table tbody + tbody {
border-top:2px solid #ddd;
}

.table-condensed th,.table-condensed td {
padding:4px 5px;
}

.table-bordered {
border:1px solid #ddd;
border-left:0;
border-collapse: separate;
border-radius:4px;
}

.table-bordered th,.table-bordered td {
border-left:1px solid #ddd;
}

.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child {
border-radius:4px 0 0 0;
}

.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child {
border-radius:0 4px 0 0;
}

.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child {
border-radius:0 0 0 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child {
border-radius:0 0 4px 0;
}

.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th {
background:#f9f9f9;
}

.notes {
font-size:.8em;
border-radius:4px 4px 4px 4px;
padding-bottom:1.5%;
border-color:#cfe2f3;
border-style:solid;
border-width:1px;
}

.notes h3 {
font-size:1em;
font-weight:700;
margin:0;
padding:.5% 1%;
background:#cfe2f3;
}

.notes p {
margin:0;
padding:1.5% 1.5%;
border-bottom: 1px solid #e8e8e8;
}

.notes p:last-child {
border:none;
padding-bottom: 0;
}

.notes p em {
font-size:.9em;
}

code,pre strong {
color:#b45f06;
}

.table colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {
border-top:0;
}

#top {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, .4);
	color: white;
	display: none;
	font-size: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 40px;
	border-radius: 10px;
}

#otherBooks{
	padding: 10px 100px;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	color:#666;
}

#otherBooks span{
	margin: 0 auto;
	width:650px;
	font-size: 12px;
}

#ad{
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	padding:20px;
	width:125px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	min-height: 156px;
}

#ad .carbon-text{
	font-size: 0.8em;
}

.carbon-img{
    margin-bottom: 10px;
    display: block;
}

#ad a.carbon-text, #ad a.carbon-poweredby{
	color: #fff;
	text-decoration: none;
}

#ad .carbon-poweredby{
	font-size: 0.5em;
	text-align: center;
	display: block;
	margin-bottom: -10px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #e8e8e8;
}
