/* Public stylesheet (minimal)
   Only keep legacy utility classes that aren't defined in src stylesheets.
   All layout/table/background styles now live under src/style.css or src/webapp/style.css. */

/* No Records Row */
.no-records {
    text-align: center;
    font-style: italic;
    color: #ccc;
    border-bottom: none;
    padding: 20px;
}

/* Full-screen table wrapper for admin/legacy pages */
.full-screen {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-top: 20px;
    font-size: 24px;
}
