#attendance-app {
  padding: 0;
}
#attendance-app table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
#attendance-app th, #attendance-app td {
  vertical-align: middle;
}