.ant-table-row {
  cursor: pointer;
}

.ant-divider-horizontal {
  margin: 12px 0;
}

.ant-modal {
  background-color: "#f7f7f7";
}


.table-row * {  
  font-size: small;
}

.table-row-header {
  background-color: rgba(200, 200, 200, 0.1);
}

.table-row-header * {
  font-weight: bolder;
  font-size: medium;
}

.table-row-total * {
  font-weight: bold;
  font-size: small;
}
/* .ant-affix {
  z-index: 1031;
} */

.capitalized {
  text-transform:capitalize;
}

.pigeon-attribution {
  display: none;
}