html {
font-family:pt sans;
padding:10px 20px;
}

a {
	color:orange;
}

a:visited {
	color:brown;
}

a:hover {
	color:yellow;
}

table {
border-collapse:collapse;
}

td, th {
padding:3px;
}

body {
	background-color:#222;
}

table.compare {
	width:100%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

th.compare {
	width:50%;
	border:1px solid #666;
	text-align:center;
}

td.compare {
	width:50%;
	border:1px solid #666;
	vertical-align:top;
	padding:3px 10px;
}

.good {
	background:#b3ff99;
	color:#222;
}

.bad {
	background:#ff9999;
	color:#222;
}
p {
	color:#ddd;
	font-size:16pt;
}

.small {
	font-size:12pt;
	text-align:justify;
}

h1.ripoff {
	text-align:center;
	margin-bottom:35px;
}

.crimson {
	text-align:center;
	color:crimson;
	margin-bottom:0px;
}

h3 {
	text-align:center;
	text-size:16pt;
	margin-top:0px;
	margin-bottom:25px;
	color:#bbb;
	font-style: italic; 
	
}

.ripoff span {display: none; }

.screenshot {
	text-align:center;
	width:700px;
	max-width:95%;
}

h2 {
	color:white;
	font-size:22pt;
	text-transform: uppercase;

	
}

#downloadreport {
	background-image: url(downloadreport.png);
	width:287px; 
	height:84px;
	border:0;
	display:block;
}

#downloadreport:hover {
	background-image: url(downloadreport-hover.png);
}

#downloadfullreport {
	background-image: url(/downloadfullreport.png);
	width:287px; 
	height:100px;
	border:0;
	display:block;
}

#downloadfullreport:hover {
	background-image: url(/downloadfullreport-hover.png);
}

#downloadreportnow {
	background-image: url(downloadreportnow.png);
	width:287px; 
	height:84px;
	border:0;
	display:block;
}

#downloadreportnow:hover {
	background-image: url(downloadreportnow-hover.png);
}

#content {
	overflow: hidden;
	
}

#myform {
	float:right;
	width:300px;
	max-width:100%;
	text-align:center;
	margin-left:20px;

}

#myform-full {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	text-align:center;
}

input {
	width:100%;
	font-size:16pt;
	border:1px solid #888;
	background-color:#333;
	padding:3px 7px;
	color:white;
}

label {
	margin-top:20px;
	width:90%;
	font-size:14pt;
	color:#888;
	display:block;
	text-align:left;
}

#displaybuttonunder {
	display:none;
}

@media only screen and (max-width:600px){
	#content {
		width:100%;
		display:block;
	}
	
	#myform {
		width:100%;
		display:block;
	}
	
	#displaybuttonunder {
		display:block;
	}
	
}	
	
