html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
  background: #000000;
 -ms-user-select: None;
 -moz-user-select: None;
 -webkit-user-select: None; 
}
 
#bottom_timers {
    position:absolute;
    bottom: 0;
    width: 100%;
}
.content {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left; 
}

.block_0 {
	width: 100%;
	height: 100%;
}

.block_1 {
	height: auto;
	width: 32.5%;
	padding-bottom: 0px;
  opacity: 0;
}

.block_2 {
	height: auto;
	width: 32.5%;
	padding-bottom: 0px;
  opacity: 0;
}

.block_3 {
	height: auto;
	width: 32.5%;
	padding-bottom: 0px;
  opacity: 0;
}

.block_4 {
	height: auto;
	width: 2.5%;
	padding-bottom: 0px;
	bottom: 0;
}

.clock_0
{
  color: #e4e4e4;
  font-size: 200px;
  text-align: center;
}

#poker_blinds
{
  text-align: center;
  color: #e4e4e4;
  font-family: georgia;
}

.blinds span
{
  font-size: 160px;
}

#next-blinds_0 span
{
  font-size: 100px;
  opacity: 0.4;
}

.clock,
.clock_1,
.clock_2,
.clock_3
{
  font-family: times;
  font-size: 80px;
  text-align: center;
}

.blinds_small span
{
  font-family: garamond;
  font-weight: bold;
  font-size: 70px;
}

.blindtime_0
{
  font-weight: bold;
}

#next-blinds span,
#next-blinds_1 span,
#next-blinds_2 span,
#next-blinds_3 span
{
  font-family: garamond;
  font-size: 40px;
  opacity: 0.4;
}

.play_button,
.plus_button,
.reset_button,
#pauseImage,
#finalImage,
#poker_next_round_button
{
  float: right;
}

#poker_next_round_button
{
  margin-top: -3px;
}

#poker_prior_round_button
{
  float: right;
  margin-top: 6px;
  margin-left: 2px;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.reset_button
{
  margin-top: 5px;
}

#pauseImage
{
  margin-top: 1.4px;
	z-index: 2; 
}

#finalImage
{
  margin-top: 7.4px;
  margin-right: -2.3px;
	z-index: 1; 
}

#nextImage1,
#nextImage2,
#nextImage3
{
  margin-bottom: 6px;
  margin-left: -4px;
}

#priorImage1,
#priorImage2,
#priorImage3
{
  margin-left: -2px;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#resetImage1,
#resetImage2,
#resetImage3
{
  margin-left: -4px;
  opacity: 0.8;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}