/* BomWidgets — Chart & Table */

.bomchart {
  margin: 24px 0;
}

.bomchart-table {
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}

.bomchart-table th,
.bomchart-table td {
  padding: 10px 16px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.bomchart-table th {
  font-family: "GreycliffCF-Bold.woff";
  font-weight: 400;
  color: #1e293b;
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
}

.bomchart-table td:not(:first-child),
.bomchart-table th:not(:first-child) {
  text-align: right;
}

.bomchart-table tbody tr:hover {
  background: #f0f7ff;
}

@media (max-width: 480px) {
  .bomchart-table {
    font-size: 13px;
  }

  .bomchart-table th,
  .bomchart-table td {
    padding: 8px 10px;
  }
}
