/*@import "prettify/prettify.css";*/
/*@import "/google-code-prettify/src/prettify.css";*/
/*@import "/google-code-prettify/styles/sons-of-obsidian.css";*/
@import "/google-code-prettify/styles/desert.css";

@media only screen and (min-width:480px) {
}

@media only screen and (min-width:768px) {
}

@media only screen and (max-width:767px) {
	#main pre.prettyprint {
		box-sizing:border-box;
		white-space:pre;
		width:100%;
		overflow-x:scroll;
	}
	#main pre.prettyprint .linenums {
	}
}

pre.prettyprint {
	border-style: none;
	white-space: pre-wrap;
	min-height: 250px;
}
pre {
	margin: 0;
}
h3 {
	margin-bottom: 0;
}
h3 a {
	text-decoration: none;
	color: #000;
}
