html, body { width: 100%; }
body { height: 100%; 
font-family: Arial, Helvetica, sans-serif;
}
#wrapper { 
	display: block; width: 90%; max-width: 700px;margin: 0 auto; border: 0px solid silver;}

.txtfield { 
	font-size: 1.0em; font-weight: bold; padding: 10px; width: 140px; text-align: center; }


#btnGetDates { 
	padding: 7px; background-color: black; border-radius: 8px; font-family: "Arial Black"; font-size:.9em; font-weight: bold; letter-spacing: -.02em; color: white; text-align: center; cursor: pointer;}

#statusText { 
	width: 70%; padding: 20px; text-align: center; background-color: #EEE; font-weight: bold; font-size: 1.2em; border-radius: 4px; border: 2px solid red; margin: 0 auto;  margin-bottom: 40px;}

#resultsList { 
	display: none; }

	h1 {opacity: 0.7}


.article {
	padding: 5% 15% 1%;
}