html,body{
	font-family:sans-serif;
	font-size:100%;
	line-height:1.25;
	background:#e6e6e6;
}
body{
	background:transparent;
	padding:30px;
}
h1,h2{
	font-weight:normal;
}
h1,h2{
	font-weight:normal;
}
h1{
	font-size:300%;
	line-height:125%;
	margin:0 0 30px 0;
}
h2{
	font-size:175%;
	line-height:125%;
	margin:40px 0 20px 0;
}
a {
	color:#0066cc;
}
span.code{
	padding:3px 6px;
	margin:0 2px;
	background-color:rgba(0,0,0,0.05);
	font-family:monospace;
	border-radius:2px;
	border-right:solid 1px rgba(0,0,0,0.1);
	border-bottom:solid 1px rgba(0,0,0,0.1);
}
pre {
	margin:0;
}
table{
	table-layout:fixed;
	width:100%;
	background-color:rgba(255,255,255,1);
}
table,td,th{
	text-align:left;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0;
}
td,th{
	border:solid 1px #ddd;
	padding:10px;
}
table.detail td {
	border:none;
	border-bottom:dotted 1px #ccc;
}
table.detail tr:last-child td {
	border-bottom:none;
}
th{
	background:#f8f8f8;
	background:-moz-linear-gradient(top,#f8f8f8 0%,#e8e8e8 79%,#e8e8e8 100%);
	background:-webkit-linear-gradient(top,#f8f8f8 0%,#e8e8e8 79%,#e8e8e8 100%);
	background:linear-gradient(to bottom,#f8f8f8 0%,#e8e8e8 79%,#e8e8e8 100%);
}
th:nth-child(1){
	width:24%;
}
th:nth-child(2){
	width:10%;
}
th:nth-child(3){
	width:10%;
}
td.left {
	width:140px;
}
td.detail {
	padding:2px;
}
form{
	margin:50px 0;
}
form input,form button{
	padding:10px;
}
form input{
	font-family:monospace;
}
form button{
	cursor:pointer;
}
textarea{
	width:100%;
	display:block;
}
footer{
	color:#999;
	margin-top:50px;
}
footer hr{
	margin-bottom:10px;
}
footer a{
	color:inherit;
}
