@charset "utf-8";
/* CSS Document */

.ps_installation {
	background-color: #f4f4f4;
	border: dotted 1px #999;
	margin-top: 50px;
	padding: 0 30px 15px;
}

.ps_installation h3 {
	margin-bottom: 0.5em;
}

.ps_installation ol {
	padding-left: 2em;
}

.ps_installation li {
	line-height: 1.6;
	list-style-type: decimal;
}

.ps_installation code {
	background-color: #ddd;
	padding: 3px 10px;
	font-size: medium;
}

.error_message {
	color: #FF0000;
}

.success {
	color: #009900;
}

#optimizer_content{
	margin: 0;
	width: 100%;
}
