/**
 * The local demo page styles collection
 *
 * Copyright (C) 2008 Nikolay V. Nemshilov aka St. <nemshilov-gmail-com>
 */
html, body {
  font-family: Verdana;
  font-size: 10pt;
}
div#game {
  display: table-cell;
}
div#status {
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 20pt;
}
div#status div#time {
  float: left;
  width: 40%;
  white-space: nowrap;
  text-align: left;
}
div#status div#smile {
  display: table-cell;
  float: left;
  margin: 0 10pt;
}
div#status div#flags {
  float: right;
}
div#options {
  margin-top: 20pt;
  text-align: center;
}
div#options p {
  float: left;
  margin: 0 5pt;
}
div#options p label {
  font-weight: bold;
}
