/* Application styles */

/* Round the last row cells to match table rounded corners */
table.rounded-b-lg tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}

table.rounded-b-lg tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}
