/*@charset ‘UTF-8′;*/
/* @group meyer.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* @end */
/* @group for markdown */
.mkd hr, .mkd p, .mkd ul, .mkd ol, .mkd dl, .mkd table, .mkd pre {
	margin-bottom: 1em;
}
.mkd ul, 
.mkd ol {
	/*margin-left: 20px;*/
	list-style-position: inside;
}
.mkd ul {
	list-style-type: disc;
}
.mkd ol {
	list-style-type: decimal;
}
.mkd a {
	text-decoration: none;
}
.mkd a:focus {
}
.mkd a:visited {
}
.mkd a:hover, .mkd a:focus {
	text-decoration: none;
}
.mkd a *, .mkd button * {
	cursor: pointer;
}
.mkd hr {
	/*display: block;
	border-bottom: 1px #ccc solid;*/
}
.mkd small {
	font-size: 90%;
}
.mkd input, .mkd select, .mkd button, .mkd textarea, .mkd option {
	font-size: 100%;
}
.mkd button, .mkd label, .mkd select, .mkd option, .mkd input[type=submit] {
	cursor: pointer;
}
.mkd .group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mkd .group {
	display: inline-block;
}
.mkd sup {
	font-size: 80%;
	line-height: 1;
	vertical-align: super;
}
.mkd button::-moz-focus-inner {
	border: 0;
	padding: 1px;
}
.mkd span.amp {
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8;
}
.mkd h1, .mkd h2, .mkd h3, .mkd h4, .mkd h5, .mkd h6 {
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
	text-decoration: none !important;
	background: none !important;
	border: none !important;
	margin-bottom: 1em !important;
	padding-bottom: 0 !important;
}
/*.mkd h1 {
	font-size: 240%;
	margin: 0 0 0.1em;
}
.mkd h2 {
	font-size: 22pt;
}
.mkd h3 {
	font-size: 20pt;
}
.mkd h4 {
	font-size: 18pt;
}
.mkd h5 {
	font-size: 16pt;
}
.mkd h6 {
	font-size: 14pt;
}*/
.mkd h1 a,
.mkd h1 a:hover {
	text-decoration: none;
}
.mkd b, 
.mkd em, 
.mkd strong, 
b {
	font-weight: 600;
}
.mkd pre {
	background: #eee;
	color: #000;
	padding: 8px 10px;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	overflow-x: hidden;
}
.mkd pre code {
	font-size: 10pt;
}
.mkd .thumb {
	float: left;
	margin: 10px;
}
/* @end */
