@charset "UTF-8";
/* CSS Document */
body{
	background:rgb(245,245,245);
	font-family:Helvetica, Arial, sans-serif;
}
a{
	color:rgb(0,136,204);
	text-decoration:none;
}
.content{
	width:960px;
	margin:1em auto;
	background:#FFF;
	border:#CCC;
	padding:1em;
}
code, pre{
	background:#333;
	color:#FFF;
	display:block;
	padding:0.5em;
	overflow-x:auto;
	margin:5px 0;
}
table{
	width:100%;
	border-collapse:collapse;
}
thead{
	background:#333;
	color:#FFF;
}
tbody{
	color:#333;
}
td{
	padding:0.3em 1.5em 0.3em 0.5em;
	border:thin solid #666;
}
tr.odd{
	background:rgb(240,240,240)
}
.well{
	padding:20px;
	background:rgb(245,245,245);
	border:1px solid rgb(227,227,227);
	font-size:1.5em;
	font-weight:lighter;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
