section h1 {
  font-family: 'freeSansBold';
  font-size: 31px;
  text-align: center;
  color: white;
}
section table.dbData {
  .margin: 10px auto -7px auto;
}
section table.dbData tr {
  height: 22px;
}
section table.dbData tr:last-of-type {
  height: 0;
}
section table.dbData tr:nth-last-child(2) td {
  border-bottom: 1px solid #000;
}
section table.dbData th:nth-of-type(2),
section table.dbData td:nth-of-type(2),
section table.dbData th:nth-of-type(5),
section table.dbData td:nth-of-type(6),
section table.dbData th:last-of-type,
section table.dbData td:last-of-type {
  display: none;
}
section table.dbData td:nth-of-type(3) {
  white-space: nowrap;
}
section table.dbData td:nth-of-type(4) {
  border-right: 0;
}
section table.dbData td:nth-of-type(5) {
  padding-left: 0;
}
section table.dbData td:nth-of-type(8) {
  border-right: 0;
}
section table.dbData td.Hold {
  background-color: #080;
}
section table.dbData td.Sell {
  background-color: #f33;
}
section table.dbData td.Warn {
  background-color: #ff3;
}
form[name="asset"] div.account {
  margin: 5px 5px 0 5px;
}
form[name="asset"] input[name="name"] {
  width: 512px;
}
form[name="asset"] input[name="symbol"],
form[name="asset"] input[name="close"],
form[name="asset"] input[name="high"],
form[name="asset"] input[name="stop"],
form[name="asset"] input[name="action"],
form[name="asset"] input[name="reactid"],
form[name="asset"] input[name="reactid_count"],
form[name="asset"] input[name="loss"] {
  width: 80px;
}
form[name="asset"] input[name="updated_at"] {
  width: auto;
}
@media only screen and (min-width: 832px) {
  section table.dbData tr:nth-last-child(2) td {
    border-bottom: 1px solid #667;
  }
  section table.dbData th:nth-of-type(2),
  section table.dbData td:nth-of-type(2),
  section table.dbData th:nth-of-type(5),
  section table.dbData td:nth-of-type(6),
  section table.dbData th:last-of-type,
  section table.dbData td:last-of-type {
    display: table-cell;
    .visibility: hidden;
  }
  section table.dbData td:nth-of-type(2) {
    max-width: 393px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  section table.dbData td:nth-of-type(8) {
    border-right: 1px solid #667;
  }
}
@media only screen and (min-width: 1025px) {
  section h1 {
    font-size: 21px;
  }
  section table.dbData td:nth-of-type(2) {
    max-width: initial;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
  }
}

