
/* basic body styles */
body.black {
	background-color: black;
	/* test this one out */
	max-width: 1280px;
	color: white;
}
body.white {
	background-color: white;
}
body.grey {
	background-color: gray; 
}
body.silver {
	background-color: silver;
}


/* simple div to center content */
div.center {
	text-align: center;
}
div.white {
	color: white;
	font-family: sans;
	font-size: 12pt;
}

div.indent {
	position: relative;
	left: 15px;
}

/* div to layout machine line screens of commands */
div.screen {
	color: black;
	background-color:white;
	font-family: courier;
	/* 'Titillium Web', sans-serif; */
	max-width: 80%;
	overflow: auto;
	font-size: 100%;
	border-style:double;
	position: relative;
	left: 15px;
	max-height: 480px;
	padding-left: 8px;
	-moz-tab-size:    4; /* Firefox 4+ */
	-o-tab-size:      4; /* Opera 11.5 & 12.1 only */
	tab-size:         4; /* Chrome 21+, Safari 6.1+, Opera 15+ */
}

div.screen-high {
	max-height: 800px;
}
/* div to layout foc spec sheets - is this still used? */
div.specs {
	color: black;
	background-color:white;
	font-family: courier;
	overflow: auto;
	font-size: 100%;
	border-style:double;
	position: relative;
	left: 15px;
	max-height: 720px;
	width: 1024px;
}

/* indent images in a row */
div.indent-h3 {
	position: relative;
	left: 3em;
}

h1 {
	font-size: 30pt;
	margin-bottom: 4px;
}

h2 {
	font-size: 24pt;
	margin-bottom: 4px;
}

h3 {
	font-size: 20pt;
	margin-bottom: 4px;
}

/* basic headings h1 - simpler tag for white center which is used everywhere? */
h1.center {
	text-align: center
}
h1.black {
	color: black;
	font-family: arial;
}
h1.white {
	color: white; 
	font-family: arial;
}

/* basic headings h2 */
h2.center {
	text-align: center
}
h2.black {
	color: black; 
	font-family: arial; 
}
h2.white {
	color: white; 
	font-family: arial;
}

/* basic headings h3 */
h3.center {
	text-align: center
}
h3.black {
	color: black;
	font-family: arial;
}
h3.white {
	color: white;
	font-family: arial;
}

h1 + p {
	padding-top: 0px;
	margin-top: 0px;
}

h2 + p {
	padding-top: 0px;
	margin-top: 0px;
}

h3 + p {
	padding-top: 0px;
	margin-top: 0px;
}

img {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* image with a border */
img.border {
	border: 1px white solid;
}

img.gborder {
	border: 1px gray solid;
}

img.noborder {
	border: 0px black solid;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

img.indent {
	display: block;
	position: relative;
	left: 15px;
}

img.text {
	display: inline;
	position: relative;
	left: 15px;
}

img.mobile { 
	margin: 10px;
	border: 2px solid #ffffff;
	width: 320px;
}
	
/* basic paragraphs */
p.center {
	text-align: center;
}
p.white {
	color: white;
	font-family: arial;
	font-size: 14pt;
}
p.black {
	color: black;
	font-family: arial;  
	font-size: 14pt;
} 
p.large {
	font-size: 120%;
}
p.regular {
	font-size: 100%;
}
p.small {
	font-size: 80%;
}

/* predefinted texts */
pre.white {
	color: white;
}
pre.center {
	text-align: center;
}
pre.small {
	font-family:
	courier; font-size: 50%
} 
pre.fixed {
	font-family: courier;
} 

/* blue buttons */
span.button {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: CornflowerBlue;
	color: black; 
	border:3px solid black;
	border-radius:8px;
	font-family:arial;
	font-weight: bold;
	font-size:100%;
	cursor:pointer;
}

/* basic tables */
table {
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}

table.black {
	color: black;
	font-family: arial;
}
table.white {
	color: white;
	font-family: arial;
}
table.small {
	font-size: 80%;
}
table.large {
	font-size: 120%;
}
table.fixed {
	color: white; 
	font-family: courier;
}

td.two {
	/* width: 50%; */
	text-align: center;
}

td.three {
	/* width: 33% */;
	text-align: center;
}
	
td {
	/* padding-right: 30px; */
	border: 1px solid white; 
	padding-left: 8px;
	padding-right: 8px;
}

/* Pros and cons lists */
ul.list {
	color: white;
	margin-top: 10px;
	padding-left: 50px; 
	font-family: arial;
	font-size: 14pt;
	/* list-style-image: url(/style/images/wdot.png); */   
}

ul.list2 {
	color: white;
	padding-top: 10px; 
	margin-top: 10px;
	padding-left: 50px; 
	font-family: arial;
	font-size: 14pt;
	/* list-style-image: url(/style/images/wdot.png); */   
}

ul.big {
	color: white;
	margin-top: 10px;
	padding-left: 50px; 
	font-family: arial;
	font-size: 24pt;
	/* list-style-image: url(/style/images/wdot.png); */   
}


li.list {
	margin-bottom: 8px;	
}

.flexcontainer {
  display: flex;
  align-items: center;
}

/* @media only screen and (hover: none) { */
@media (max-width: 1100px) {
	ul.list {
		padding-left: 20px; 
	}
	
	ul.list2 {
		padding-left: 20px; 
	}
 

}

/* @media only screen and (hover: none) { */ 
@media (orientation: portrait) {

	body {
		margin: 0px;
	}
	span.text {
		display: block;
	}
	
	.flexcontainer {
    	display: block;
  	}	
  	
  	ul.list {
		padding-left: 20px; 
	}
	
  	img.indent {
		width: 100%;
		left: 0px;
	}

  	table {
		width: 100%;
	}

	td.two {
		width: 50%;
		text-align: center;
	}
	
	td.three {
		width: 33%;
		text-align: center;
	}
	
	div.screen {
		max-width: 95%;
		position: relative;
		left: 0px;
	}
	
	div.indent {
		left: 0px;
	}
	
}
