/* Optional helpers */
.aw-table-modern.table { border: 0; }
.skeleton {
  background: linear-gradient(90deg, rgba(255,255,255,.08) 25%, rgba(255,255,255,.16) 50%, rgba(255,255,255,.08) 75%);
  background-size: 200% 100%;
  animation: shine 1.25s infinite linear;
  border-radius: 10px;
}
@keyframes shine {
  to { background-position-x: -200%; }
}
