<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#example_pane {
	text-align: center;
}


#countdown_dashboard2 {
	height: 66px;
	width: 384px;
	margin: auto;
	background: #053650 url('dashboard_bg.png') 0 0 no-repeat;
}


#acontainer{width:100%;}
#appstore_image{float:left;width:0px;margin-top: -5px;}
#googlestore_image{float:right;width:156px;margin-top: -5px;}
#countdown_dashboard{margin:0 auto;height:50px;width:280px;}

#amazonstore_image{margin:0 auto; width:156px;margin-top: 6px;}

.dash {
	width: 45px;
	height: 30px;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	padding-left: 23px;
	position: relative;
	color: #777;
}
.dash .digit {
	font: bold 18pt Helvetica;
	font-weight: normal;
	float: left;
	width: 19px;
	text-align: center;
	position: relative;
	/*text-shadow: 1px 1px 1px white;*/
}

.dash_title {
	font-size: 10pt;
	display: block;
	text-align: left;
	padding-left: 8px;
	color: #555;
	font-family: sans-serif;
}

.info_message {
	background-color: #DDD;
	border: 2px solid #555;
	width: 200px;
	text-align: center;
	margin: auto;
	padding: 5px;
	margin-top: 12px;
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: sans-serif;
}

body
{
	margin-left:center;
	background-color:#cccccc;
	text-align: center;
}


.intestazione_chart
{
	text-align: center;
	background-color: #ccc;
	color: black;
	width: 760px;
	height: 20px;
}

.paypal form
{
	height: 47px;
	width: 174px;	
}

.intestazione_chart2
{
	text-align: center;
	background-color: #ccc;
	color: black;
	width: 760px;
	height: 20px;
	font-weight:bold;
	
}

.footer_chart_vote {
	text-align: left;
	background-color: #CCC;
	color: black;
	height: 30px;
	font-size: 12px;
	margin-bottom: -30px;
	padding: 10px;
	padding-top: 10px;
}

.footer_chart
{
	text-align: left;
	background-color: #ccc;
	color: black;
	
	height: 30px;
	font-size: 12px;	
}

.footer_chart img{
	margin-top: -26px;
	margin-left: 17px;
}

.form_chart
{	
	width: 760px;
	margin-top: 5px;
}

.chartBtn{
	width: 152px;
	min-height: 25px;
	line-height: 0px;
	
	background: #AAA;
	
	/*
	color: white;
	border: 3px solid #FB0;
	background: red;
	*/

}

.chartBtnSelected{
	width: 152px;
	min-height: 25px;
	line-height: 0px;
	/*
	background: #AAA;
	
	
	color: white;
	*/
	border: 3px solid #FFF;
	background: red;
	

}

.container
{
	text-align:center;
	background-color:#cccccc;
	height: 784px;
}

.center_div
{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background-color:#cccccc;
	text-align:center;
	padding:8px;
}

.status {
	margin-left:auto;
	margin-right:auto;

	text-align:center;
}

a:link, a:visited {
	color: #111;
}

h1 {
  color: #777777;
  text-align: center;
}

h2 {
  color: #888888;
  text-align: center;
}


span.title {
	color: #666;
}


.pagina {
	margin-left: 75%;
	position: relative;
	width: 170px;
	height: 30px;
}

/*
.pagina ol li {
	float: left;
	margin-right: 5px;
	min-width: 24px;
	/*height: 24px;

	text-align: center;
	background: #AAA;
}
*/


.pagina ol li a {
	float: left;
	background: #AAA;
	margin-right: 6px;
	padding: 5px 8px;
	min-width: 8px;
	height: 14px;
	line-height: 14px;
}

.pagina a:link, a:visited  {
	color: #666;
}

.pagina ol li a.selected {
	color: white;
	background: red;
	
}

li {
	list-style: none;
}

#wrap {
  background: #dddddd;
  border: 5px solid ;
  margin: auto;
  text-align:center;
  margin-top: 41%;
  color: #555555;	

}
 
form {
  padding: 0;
  /*margin: 0 0 20px;*/
}
table {
 	/*margin: auto;*/
 	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
tr, td, input {
  margin: 0;
  padding: 10;
}
td {
  padding: 0 0 5px;
}
tr td:first-child {
  padding-right: 10px;
  padding-top: 0px;
  text-align: right;
  vertical-align: top;
}
.error[generated=true] {
  color: #dc0000;
  font-size: 16px;
  padding: 5px 0 2px 5px;
}
tr.error td {
  padding: 0;
}
input {
  background: #FFF;
  border: 3px solid #7a91a1;
  font: inherit;
  font-size: 16px;
  line-height: 29px;
  min-height: 35px;
  padding: 5px 10px;
  width: 350px;
}
input:focus {
  border-color: #b0c3d0;
  outline: none;
}
input[type=submit] {
  background: #24333d;
  color: #FFF;
  font: inherit;
  padding: 7px 20px;
  width: auto;
}
 
#note {
  margin-top: 5px;
  text-align: center;
  color: #555555;
} 
 
#response {
  margin-bottom: 0px;
  text-align: center;
  color: #dc0000;
}
#response .success {
  color: #08a300;
}
#response .failure {
  color: #dc0000;
}





</pre></body></html>