@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);

* {margin: 0; padding: 0; font-size: 20px; line-height: 28px;}

body {
	font-family: 'Source Code Pro', Menlo, Monaco, monospace;
}

#container {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	max-width: 600px;
	margin: 30px auto;
}

h1:before, article p:first-of-type strong:first-of-type:before {
	width: 30px;
	margin-right: 12px;
	display: inline-block;
	text-align: right;
	color: #ccc;
}

h1:before {
	content: "#";
}

article p:first-of-type strong:first-of-type:before {
	content: "##";
	margin-left: -42px;
}

h1 {
	margin-bottom: 30px;
	
}

article p:first-of-type strong:first-of-type {
	margin-bottom: 12px;
}

img {
	margin-bottom: 12px;
	padding: 2px;
	border: 1px solid #ccc;
}

p {
	padding-left: 42px;
	margin-bottom: 20px;
}

article a, h1 a {
	color: #bc1b4b;
	text-decoration: none;
	border-bottom: 1px dashed #bc1b4b;
}

article {
	margin-bottom: 60px;
}

article iframe {
	height: 80px;
	width: 100%;
}