/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

html {
  background: -moz-dialog;
}

#debugging-console {
  float: right;
}

#total {
  border: 1px solid black;
  margin: 5px;
  text-align: center;
}

#total .label {
  font-size: 15px;
  font-weight: bold;
}
