html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: sans-serif;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

body {
    margin: 1em;
}

img {
    max-width: 100%;
    height: auto;
}

th {
    text-align: left;
}

input, select, button {
    font-family: inherit;
    font-size: 120%;
    color: inherit;
}

p.search {
    margin-bottom: 1.5em;
    text-align: center;
}
p.search input[type="search"] {
    font-size: 200%;
}

table {
    border-collapse: collapse;
}

/* tbody tr:nth-child(odd) {
    background-color: #ccc;
} */
tbody td {
    border-top: 1px solid #ccc;
}
tbody tr:hover {
    background-color: #dd8;
}
tbody tr[data-entry="true"] {
    color: #060;
}
table td, table th {
    padding: 0.5em;
}
table td.buttons {
    padding: 0;
}

/* td.buttons * {
    visibility: hidden;
} */

/* tr:hover td.buttons * {
    visibility: visible;
} */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
#form {
    margin:1em 0;
}

#form p {
    margin: 0.5em 0;
}
#cols {
    opacity: .5;
}