/** @author Leandro Silva */

body {
	margin: 50px 10%;
	font-family: "Helvetica", sans-serif;
	line-height: 24px;
	-webkit-text-size-adjust: 100%;
}

hr {
	border: 1px solid #ddd;
	margin: 40px 0;
}

h1, h2 {
	padding-top: 10px;	
}

h2 {
    font-size: 23px;
}

a {
	color: #ee6600;
}

a:visited {
	color: #be3610;
}

pre {
	background-color: #f5fdff;
	background: linear-gradient(to bottom, #fdfffe 50%, #eef9fe 50%) repeat scroll 0 10px / 100% 44px;
	line-height: 22px;
	border: 1px solid #d1dedf;
	border-radius: 3px;
	margin: 5px 0 20px;
	overflow: auto;
	padding: 10px;
}

code {
	background-color: #eff9ff;
	border-radius: 3px;
	color: #006f9f;
	font-family: monospace;
	font-size: 14px;
	word-wrap: break-word;
	padding: 0 5px;
}

pre code {
	background: none;
	color: inherit;
	font-size: 0.8rem;
	padding: 0;
	word-wrap: normal;
}

.diagram {
    background: #fbfeff;
    line-height: 16px;
}

table {
	border: 1px solid #aec8de;
	border-collapse: collapse;
}

thead {
	background-color: #9eb8ce;
	color: #fff;
}

th, td {
    margin: 0;
    min-width: 110px;
    padding: 5px 10px;
	border: 1px solid #ced9de;
}

tbody > tr:nth-child(2n+2) {
	background-color: #eef9fe;
}

@media print {
	body {
		margin: 0;
		font-size: 10pt;
		line-height: 1.3;
	}
	
	h2 {
		font-size: 19px;
	}
}