body {
  min-width: 600px;
  max-width: 980px;
  margin: 0 auto;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

nav {
  display: block;
  overflow: hidden;
  clear: right; }
  nav ul {
    margin: 0px;
    padding: 0px; }
    nav ul li {
      background-color: #ccc;
      list-style: none;
      float: left;
      margin: 4px; }

div#graph {
  height: 450px;
}

a.disabled, div.disabled {
  cursor: default;
  color: #888; }

/* Button */
.button {
  background-color: #ccc;
  color: #333;
  padding: 0.4em 1em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  vertical-align: center;
  text-decoration: none; }
  .button:not(.disabled):hover, .button:not(.disabled).active {
    background-color: #333;
    color: #eee; }
  .button:not(.disabled):active, .button:not(.disabled).active {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAATSURBVAiZY2Do8f/PxMDAwIAgAB9XAeFBhV3KAAAAAElFTkSuQmCC");
    background-repeat: repeat-x;
    background-position: bottom; }

div.tooltip-arrow-wrapper {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 32px;
    margin-left: 8px;
}
div.tooltip-arrow {
    position: absolute;
    right: 0px;
    bottom: -6px;
    height: 32px;
    width: 32px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFoSURBVEiJ7ZW7L8NRFMc/57ZVEhKT4F9omOoP8C9IOpSO9VhtxvoDCJUYKiWh6YDJxmQVqoOlk0RIJSXEMx7tPQY0+D08JhJnuvfc7/mcc+4jF361RWLLDZHYcoOfJui32NT6cP8yFC+N+UFh/4B/wC8E1N9C98hiW7hq8tYwWsgk9tzEPYP5iIqdlMdAcnshfggfHkk0uXQsRsJWOcKyKoZxACuSMmr7wHSAys7cQBuIvqsAwBrNGpUxgS4MXfU+VVMgqKoKTL8GO/ZAq6FZVE+8+jVCpaYy9c73dlKcj5cxlL0ACqfF7MCBJwDA1AJplBtnuNwpzDr0Hx21wNUKwqVL/vNgI7lPAYXM8C3CrrN8W9qaSTjArhdJkQngrF48coGEJty0roBCpn8TuK47RK9bOtvXvwx4PmdZezPf2Ez1Vr8BgIAhLWgF9AQl7aXztehQrhQdzO37aXw/FhWToWabf5T979gTHCxyvXkuN0oAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
}


.clear {
    clear: both;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.wrapper.wide {
    width: 100%;
}

p.tstamp {
    text-align: right;
    color: #111;
    font-size: 12px;
    height: 20px;
    margin-bottom: 4px;
}

.tile {
    float: left;
    width: 125px;
    height: 86px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #eee;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    cursor: pointer;
    text-decoration: none;
}
.tile:hover {
    background-color: #008c4f;
    color: #eee;
    font-weight: bold;
}
.tile .title {
    font-size: 14px;
    margin-top: 18px;
}
.tile .data {
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
}

.wrapper.webcam {
    position: absolute;
    right: 0px;
    top: 0px;
}

span.right {
    display: inline-block;
    float: right;
}


table, table * {
  border-collapse: collapse; }

table {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  cursor: default; }
  table thead tr:last-child th {
    border-bottom-width: 4px; }
  table tr td, table tr th {
    padding: 8px 12px 8px 8px;
    border: 2px solid white;
    min-width: 30px; }
    table tr td:first-child, table tr th:first-child {
      margin-left: 0px; }
    table tr td:last-child, table tr th:last-child {
      margin-right: 0px; }
  table tr:nth-child(odd) td, table tr:nth-child(even) th {
    background-color: #eee; }
  table tr:nth-child(even) td, table tr:nth-child(odd) th {
    background-color: #ccc; }
  table tr:hover td {
    background-color: #008c4f; }
