/* bean style sheet 20201220-1 jbh */

/* HTML5 display-role reset for older browsers -------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 1;
	font: inherit;
	font-size: 100%;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
		max-width: 100%;
		margin: 0px 0px 0px 0px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* end reset ------------------------------------------------------------------ */

html {
}

body {
	max-width: 900px;
	margin:0 auto;
	padding: 0px 0px 10px 0px;
}
@media only screen and (max-width : 900px) {
	body
	{
		max-width: 100%;
		margin: 0px 20px 0px 20px;
	}
}

a {
	color: #832813;
}

em {
   font-style: italic;
}

strong {
   font-weight: bold;
}

p {
	font:100%/16px "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
}

p.body {
	line-height:1.5;
}

p.bullet {
	line-height:1.5;
	text-indent: -16px;
	padding-left: 16px;
}

p.h1 {
	font-weight: bold;
	color: #2A7A00;
	padding-bottom: 5px;
}


p.h2 {
	font-size: 18.0px;
	font-weight:normal;
	min-height: 16.0px;
 	padding: 18px 0px 8px 0px;
	color:  #832813;
}

p.image {
	text-align: center; 
	text-indent: -20px;
}

p.return {
	font-size: 18.0px;
	color: #832813;
	text-align:right;
}

p.download {
	font-size: 26.0px;
	color: #832813;
}

p.monospaced {
	font-family: Monaco, Andale Mono, sans-serif; 
	font: 13.0px;
}

img.logo
{
	width:900px;
	margin:0 auto; 
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width : 900px) {
	img.logo
	{
		max-width: 100%;
	}
}

img.screenshot
{
	width: 95%;
	max-width: 95%;
	margin: 0 auto;
	padding-bottom: 20px;
}

table {
	width: 100%;
	margin: 0 auto;	
}

/* downloads ------------------------------------------------------------------ */

#download_block {
	color:#234;
	background-color:#fff7ee;
	padding: 7.0px 10.0px 10.0px 15.0px; 
	border:2px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

a.blue-pill {
  background-color: #a5b8da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
  background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
  background-image: linear-gradient(top, #a5b8da, #7089b3);
  border-top: 1px solid #758fba;
  border-right: 1px solid #6c84ab;
  border-bottom: 1px solid #5c6f91;
  border-left: 1px solid #6c84ab;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
  -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
  -ms-box-shadow: inset 0 1px 0 0 #aec3e5;
  -o-box-shadow: inset 0 1px 0 0 #aec3e5;
  box-shadow: inset 0 1px 0 0 #aec3e5;
  color: #fff;
  font: bold 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 50px 8px 50px;
  text-align: center;
  text-shadow: 0 -1px 1px #64799e;
  text-decoration:none;
}
  
a.blue-pill:active {
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
}

