util.print: Use console.log instead
@import "datepicker.css";
.wmd-button-bar {
  width: 50%;
  background-color: Silver;
}
.wmd-input {
  height: 300px;
  width: 100%;
  border: 1px solid DarkGray;
}
.wmd-preview {
  width: 400px;
  background-color: #c0e0ff;
}
.wmd-button-row {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0px;
  height: 20px;
}
.wmd-spacer {
  width: 1px;
  height: 20px;
  margin-left: 14px;
  position: absolute;
  background-color: Silver;
  display: inline-block;
  list-style: none;
}
.wmd-button {
  width: 20px;
  height: 20px;
  padding-left: 2px;
  padding-right: 3px;
  position: absolute;
  display: inline-block;
  list-style: none;
  cursor: pointer;
}
.wmd-button > span {
  background-image: url(/static/pagedown/wmd-buttons.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.wmd-spacer1 {
  left: 50px;
}
.wmd-spacer2 {
  left: 175px;
}
.wmd-spacer3 {
  left: 300px;
}
.wmd-prompt-background {
  background-color: Black;
}
.wmd-prompt-dialog {
  border: 1px solid #999999;
  background-color: #F5F5F5;
}
.wmd-prompt-dialog > div {
  font-size: 0.8em;
  font-family: arial, helvetica, sans-serif;
}
.wmd-prompt-dialog > form > input[type="text"] {
  border: 1px solid #999999;
  color: black;
}
.wmd-prompt-dialog > form > input[type="button"] {
  border: 1px solid #888888;
  font-family: trebuchet MS, helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
input.negative,
span.negative {
  color: red;
}
form div.form-actions input {
  margin: 0 3px;
}
tr.error {
  background-color: #f2dede;
}
td.wrong {
  background-color: #ffd4d4;
}
td.ok {
  background-color: #daffda;
}
th.v,
td.v {
  text-align: right;
}
tfoot td {
  font-weight: bold;
}
form.administration fieldset {
  float: left;
  padding-left: 10px;
}
form.administration fieldset legend {
  margin-bottom: 0;
}
form.administration .form-actions {
  clear: both;
}
footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
footer p {
  color: #777;
}
table .control-group {
  margin-bottom: 0;
}
table .control-group input,
table .control-group select {
  margin-bottom: 0;
}
table .control-group .help-inline {
  display: block;
}
.table-account th.quantity {
  text-align: right;
  min-width: 84px;
}
.table-account th.price {
  text-align: right;
  min-width: 131px;
}
.table-account th.total {
  text-align: right;
  min-width: 80px;
}
.table-account th.actions {
  min-width: 40px;
}
.table-account td.quantity {
  text-align: right;
}
.table-account td.quantity input {
  text-align: right;
}
.table-account td.description input {
  min-width: 270px;
  width: 95%;
}
.table-account td.price {
  text-align: right;
}
.table-account td.price input {
  text-align: right;
}
.table-account td.total {
  text-align: right;
}
.table-competitors .actions {
  min-width: 120px;
}
.account dl {
  margin: 0;
}
.account dl dt {
  font-size: .9em;
  width: 100px;
}
.account dl dd {
  margin-left: 110px;
}
table th.actions {
  width: 130px;
}
a.prize-money-tooltip {
  color: #000;
}
a.prize-money-tooltip:hover {
  text-decoration: none;
}
#id_balance_0,
#id_balance_1 {
  width: 70px;
}
#id_balance_0 {
  margin-right: 5px;
}
#id_balance_1 {
  margin-left: 5px;
}
