display: flex;
flex-direction: column;
}
-header {}
+/* header {} */
header nav {
margin-bottom: 1em;
}
main {
flex-grow: 1;
}
-section {}
+/* section {} */
.logo {
vertical-align: middle;
height: 2em;
}
-.about {}
-.usage {}
+/* .about {} */
+/* .usage {} */
.copyright {
font-size: small;
}
border: 0;
width: 100%;
}
+table thead {
+ position: sticky;
+ top: 0;
+}
thead tr th {
background-color: #ddd;
vertical-align: bottom;
tbody tr:nth-child(even) td, tbody tr:nth-child(even) th {
background-color: #eee;
}
-tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th {}
+/* tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th {} */
footer {
text-align: center;
width: 100%;