@charset "utf-8";
/* CSS Document */
/* CSS by Max Maxymenko for MakeGameServer.com */

.comments{color:#0099FF; background-color: transparent; width:100%;}
.size-fix{ width:512px; height:auto;}
.info_box_linux { color:#0066CC; background:#ddd; background-image: url('../../images/icons/linux_45.png'); background-repeat:no-repeat; background-position: right top; font-weight:bold; padding:5px; border:2px solid #fff; border-radius:5px 5px 5px 5px; margin:10px 0px 10px 0px; font-size:12px; font-family:"Courier New", Courier, monospace;}

.step, step{
	/*I.E. Step 1..... Step2.....*/
	/*color:#09F;*/
	color:#000;
	border-bottom:1px solid;
	border-top:1px solid;
	margin:2px;
	min-width:60px;
	max-width:100%;
	font-size-adjust:inherit;
	font-weight:bold;
	/*text-transform:uppercase;*/
	background-color:#FFCC00;
	padding:5px;
	height:20px;
	font-size:13px;
}

.code:before{
	display:block;
	content:"CODE:";
	width:auto;
	height:15px;
	color:#000;
	border-bottom:solid 1px;
	font-size:13px;
	margin-bottom:10px;
	margin-left:-4px;
	font-weight:bold;
}
.code, code{
/* Such as: "./steam -autoupdate..." */
margin-top:10px;
margin-bottom:10px;
height:auto;
	color:#C00;
	background:#FFF;
	border:2px dashed #000;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	box-shadow:#000 0px 0px 2px 4px;
}
