
body {
	
}
.container {
	max-width: 600px;
	/*margin: 0 auto;*/
}
header, 
.preview, 
.copy-paste {
	background-color: #166EAA;
	margin-bottom: 1em;
	padding: 3px;
	text-align:center;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	font-size:1.0em;

}
.title,
h4 {
	font-size: 1.5em;
}

table p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.codebox {
	width: 100%;
	height: 350px;
	background-color: #ededed;
	border: 1px solid #999;
	font-family: courier, monospace;
}
@media only screen and (max-width: 599px) {

	.container {
		width:100%
	}
	
}
