/* Copyright 2013 Google Inc. All Rights Reserved.

* Licensed under the Apache License, Version 2.0, found in the LICENSE file.
*/

body {

font-family: monospace;
font-size: 12px;
margin: 5px; }

everything {

display: table;
margin: 0 auto; }

controls {

background-color: #dddddd;
border: solid 1px #bbbbbb;
margin: 2px auto 8px;
width: 800px;
padding: 6px 6px; }
#controls section {
  background-color: #F8F8F8;
  border: solid 1px #cccccc;
  color: #333333;
  border-radius: 4px;
  margin: 2px;
  padding: 2px 6px;
  line-height: 1.7; }
#controls section:hover {
  background-color: white;
  color: #000000;
  border: solid 1px #bbbbbb; }

.count {

text-align: right;
white-space: nowrap; }

.warning {

background-color: #FFEEEE;
border: solid 1px #FFCCCC;
color: #CC0000;
font-size: 1.1em;
margin: 10px auto;
padding: 4px;
width: 84%; }

allocations th, allocations td {

padding: 1px 3.5px 1px 20px;
text-indent: -16.5px; }

allocations thead tr {

background-color: white;
color: #000000; }

allocations thead th {

border-bottom: solid 1px #999999;
font-size: 14px; }

allocations tbody tr:nth-child(even) {

background-color: #E8E8E8;
color: #333333; }

allocations tbody tr:nth-child(odd) {

background-color: #F8F8F8;
color: #333333; }

allocations tbody tr:hover {

background-color: #FFFFCC;
color: #000000; }

allocations tbody tr.footer {

background-color: white;
color: #000000; }

allocations tbody tr.footer td:not(:last-child) {

padding-right: 16px; }

allocations tbody tr.total {

font-weight: bold; }

allocations tbody tr.total td {

border-top: solid 1px #999999;
padding: 3px 4px 1px; }

.nc {

color: #445588;
font-weight: bold; }

.nf {

color: #990000;
font-weight: bold; }

input {

margin: 2px; }

/* jQuery UI hacks in lieu of a theme with images */ .ui-spinner-input {

text-align: right;
width: 24px; }

.ui-spinner {

border: solid 1px #CCCCCC;
border-radius: 4px; }

.ui-spinner-up {

background-color: #DDDDDD; }

.ui-spinner-up:hover {

background-color: #FFFFCC; }

.ui-spinner-down {

background-color: #EEEEEE; }

.ui-spinner-down:hover {

background-color: #FFFFCC; }