@charset "utf-8";

.financial-table th,
.financial-table td {
  border: solid 1px #dedede;
}

.financial-table tr:nth-child(even) td {
  background: #f4f4f4;
}

.financial-table thead th {
  background: #666;
  color: #fff;
}

.financial-table tfoot td {
  background: #f4f4f4;
}

@media screen and (max-width: 767.999px) {
  .financial-table th,
  .financial-table td {
    padding: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .financial-table th,
  .financial-table td {
    padding: 10px 15px;
  }
}