@import url('https://jamesgwyer.com/assets/styles.css');

/* table layout inspired by https://sites.elliott.computer */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f8f9fa;
}

input[type="search"] {
    width: 100%;
    background-color: #f8f9fa;
}

tr.hidden {
    display: none;
}