body {
  background: #def;
  font-family: Arial, Helvetica, sans-serif;
}

fieldset {
  background: white;
  border: 1px solid black;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

fieldset label {
  display: inline-block;
  text-align: right;
  width: 6em;
}

table {
  background: white;
  border: solid black 1px;
  border-collapse: separate;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

table td,
table th {
  border-left: solid black 1px;
  border-top: solid black 1px;
  padding: 0 0.5em;
}

table th {
  border-top: none;
  cursor: pointer;
}

table th span {
  display: none;
}

table td:first-child,
table th:first-child {
 border-left: none;
}

table tfoot td{
  border-top: 0.3em solid #334;
  font-style: italic;
  font-weight: bold;
}

th.asc span.asc,
th.desc span.desc {
  display: inline;
}


.basis-points,
.gross,
.net-income,
.net-residual,
.total-volume,
.transactions {
	text-align: right;
}

.dollar:before {
    content: '$  ';
}