html {
	height: 100%}
	
body {
	height: 100%;
	width: 100%;
	background-color: #f3f3f3;
	text-align: center;
	padding: 0;
	margin: 0
	}

div.vote 
	{
		padding: 4px 7px;
		vertical-align: top;
		font-weight: bold;
		text-align: center;
		font: bold 8px MS Sans Serif;
		width: 700px;
		height: 10px
	}


div.float {
  float: left;
  width: 160px;
  height: 170px;
  margin: 0 2px 0 0;
  border: 2px solid black;

  }
  
//div.float p {
//   text-align: center;
//   font-weight: bold;
//   }

div.container {
	height: 100%;
  width: 100%;
  border: 2px solid 0;
  background-color:blue;
  text-align: left;

  }
  
  .lcdstyle{ /*Example CSS to create LCD countdown look*/

background-color:white;
color:blue;
font: bold 8px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}