
body {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: sans-serif, arial;
}

body.black {
	background-color: black;
	color: white;
	max-width: 1280px;
}

h1.center {
	text-align: center;
}

h1.white {
	color: white; 

}

span.big {
	color: white; 
    font-size: 2.8rem;
}

p.center {
	text-align: center;
}
p.white {
	color: white;
}

p.small {
	font-size: 8pt;
}

p.mobile {
	color: white;
}

pre.center {
	text-align: center;
}

pre.fixed {
	font-family: courier;
} 

ul.list {
	color: white;
	padding-left: 20px; 
	line-height: 120%;	
	/* list-style-image: url(/style/images/wdot.png); */
}

li.b {
    font-weight: bold;
}

li.c {
    margin-left: 40px; 
}

li.list {
	font-size: 100%;
	margin-bottom: 8px;	
}

img.border {
	border: 1px white solid;
}

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

img.border {
    border:1px solid white;
}

img.mobile { 
	margin: 10px;
	border: 2px solid #ffffff;
	width: 320px;
	}
img.small { 
	width: 160px;
}

p.faq {
	color: white;
	padding-left: 20px; 
	font-size: 100%;
}


p.chewatts  {
	color: white;
	font-family: arial;
	font-size: 24pt;
}
	
hr.faq {
	display: block;
	color: white;
	width: 100px;
	text-align: left;
	margin-left: 0
}

/* simple div to center content */
div.center {
	text-align: center;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

img.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

/* Relayout the screen for a mobile phone with a small screen */
@media only screen and (max-device-width: 720px) {

	body {
		font-size: 12px;
		font-size: 1rem;
		font-family: sans-serif, arial;
	}

	hr.faq {
		display: block;
		color: white;
		width: 100px;
		text-align: left;
		margin-left: 0;
	}
	
	body.black {
		background-color: black;
		color: white;
		width: 100%;
	}
	
	p.mobile {
		color: white;
		font-size: 120%;
		width: 100%;
	}
	
	li.list {
		font-size: 120%;
		margin-bottom: 8px;	
	}

	p.faq {
		color: white;
		padding-left: 20px; 
		font-size: 120%;
	}


}
