/* ---------------- iphone or small screen ------------------- */

BODY{margin:6px;}

BIG {
	color:black;
	font-family:arial,sans-serif;
	font-size:18pt;
	font-weight:bold;
	}
				
#TheABD {
	color:#000ABD;
	font-family:arial,sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding:0,0,0,0;
	}
	
#IntroBlock {
	display:block;
	padding-bottom:1em;
	}
	
#SelectedQuote {
	float:center;
	background-color:#CCCCFF;
	display:block;
	padding:8px;
	-webkit-border-radius:8px;
	}
	
#GoodQuotesBlock {
	display:block;
	}

#BadQuotesBlock {
	display:block;
	}

.QuoteHeader {
	background-color:gray;
	color:white;
	font-family:arial;
	font-weight:bold;
	padding:8px;
	}	

UL.Quotes {
	list-style-type:none!important;
	list-style-image:none;
	margin: 0px;
	padding: 0px;
	line-height:2em;
	}

UL.Quotes LI {
	display:inline;
	margin-right: 2px;
	white-space:nowrap;
	}

UL.Quotes LI A {
	background-color: #770088;
	border:2px solid white;
	color: white;
	font-family: helvetica,arial;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	text-decoration:none;
	-webkit-border-radius: 6px;
	}
