/* module-key = 'com.atlassian.jira.gadgets:stats-dashboard-item-resources', location = 'static/dashboarditem/stats/stats.less' */
.stats-gadget {
  max-width: 100%;
  overflow: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.stats-gadget > .aui-message {
  margin-top: 10px;
}
.stats-gadget > .aui-message:first-child {
  margin-bottom: 0;
}
.stats-gadget .dashboard-item-preferences-config {
  min-width: 500px;
}
.stats-gadget table.aui > thead > tr.stats-gadget-table-header > th {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.stats-gadget table.aui > thead > tr.stats-gadget-table-header > th.stats-gadget-numeric {
  text-align: right;
}
.stats-gadget table.aui > tbody > tr.stats-gadget-final-row {
  background-color: #e9e9e9;
  font-weight: bold;
}
.stats-gadget table.aui > tbody > tr > td.stats-gadget-numeric {
  text-align: right;
}
.stats-gadget table.aui > tbody > tr > td.stats-gadget-progress-indicator {
  vertical-align: middle;
}
