@charset "UTF-8";
table.propdesc {
  border-collapse: collapse; }
  table.propdesc td {
    padding: 3px 5px;
    vertical-align: top; }
  table.propdesc td.wide {
    width: 100%; }
  table.propdesc td.nowrap {
    white-space: nowrap; }
  table.propdesc thead td {
    background-color: #ddd;
    border-bottom: 1px solid #888;
    font-weight: bold;
    padding: 5px 5px; }
  table.propdesc tbody tr td {
    border-bottom: 1px solid #ccc; }
  table.propdesc tbody tr:last-child td {
    border-bottom: none; }

table.uglifyjs-stats {
  font-size: 90%;
  font-family: arial,tahoma,verdana,sans-serif;
  border-collapse: collapse;
  border: 2px solid #000; }
  table.uglifyjs-stats td {
    padding: 2px 10px;
    border: 1px solid #888; }
  table.uglifyjs-stats tr.UglifyJS2 td {
    font-weight: bold; }
    table.uglifyjs-stats tr.UglifyJS2 td:first-child:before {
      content: "• "; }
  table.uglifyjs-stats thead {
    font-weight: bold; }
    table.uglifyjs-stats thead td {
      text-align: center;
      background-color: #557;
      color: wheat; }
    table.uglifyjs-stats thead tr:last-child td {
      border-bottom: 2px solid #000; }
  table.uglifyjs-stats .best {
    background-color: #0b0; }
  table.uglifyjs-stats .separator {
    background-color: #aaa; }
