article.sales_monthly_statement.output > .data {
  padding: 10px; }
article.sales_monthly_statement.output td, article.sales_monthly_statement.output th {
  border: 1px solid #ddd;
  padding: 10px;
  white-space: nowrap; }
article.sales_monthly_statement.output td.amount {
  text-align: right; }
article.sales_monthly_statement.output td.graph {
  position: relative;
  width: 90px; }
  article.sales_monthly_statement.output td.graph div {
    font-size: 0;
    height: calc(100% - 10px);
    left: 5px;
    position: absolute;
    top: 5px; }
article.sales_monthly_statement.output tr:empty {
  display: none; }

article.list ul.general.actions > li[data-sales-monthly-statement] a {
  background-image: url("../../../itrocks/framework/skins/default/img/horizontal-chart-24.svg"); }
