#readme_readme {
	background: #e9e9e9;
}

#readme_readme h2 {
	background-color: white;
}

#readme_html {
	background: #fff;
	color: #444;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 140px auto 25px;
	padding: 20px 20px 10px 20px;
	/*max-width: 700px;*/
	-webkit-font-smoothing: subpixel-antialiased;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

#readme_html a {
	color: #0073aa;
}

#readme_html a:hover, #readme_html a:active {
	color: #00a0d2;
}

#readme_html a:focus {
	color: #124964;
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, 0.8);
}

#readme_html .ie8 a:focus {
	outline: #5b9dd9 solid 1px;
}

#readme_html h1, #readme_html h2 {
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #666;
	font-size: 24px;
	padding: 0;
	padding-bottom: 7px;
	font-weight: 400;
}

#readme_html h3 {
	font-size: 16px;
}

#readme_html p, #readme_html li, #readme_html dd, #readme_html dt {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1.5;
}

#readme_html code, #readme_html .code {
	font-family: Consolas, Monaco, monospace;
}

#readme_html ul, #readme_html ol, #readme_html dl {
	padding: 5px 5px 5px 22px;
}

#readme_html a img {
	border: 0
}
#readme_html abbr {
	border: 0;
	font-variant: normal;
}

#readme_html fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#readme_html label {
	cursor: pointer;
}

#readme_html #logo {
	margin: 6px 0 14px 0;
	padding: 0 0 7px 0;
	border-bottom: none;
	text-align: center
}
#readme_html #logo a {
	background-image: url(../../../../../wp-admin/images/w-logo-blue.png?ver=20131202);
	background-image: none, url(../../../../../wp-admin/images/wordpress-logo.svg?ver=20131107);
	background-size: 84px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #444; /* same as login.css */
	height: 84px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: -130px auto 25px;
	padding: 0;
	text-decoration: none;
	width: 84px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}

#readme_html .step {
	margin: 20px 0 15px;
}
#readme_html .step, #readme_html th {
	text-align: left;
	padding: 0;
}
#readme_html .language-chooser.wp-core-ui .step .button.button-large {
	font-size: 14px;
}

