section.actions {
    display: none;
}
a {
    color: black;
    text-decoration: none;
}
table th {
    text-align: left;
}
table {
    width: 100%;
}
nav {
    display: none;
}

main > section {
    padding-top: 16px;
}
header button[data-type=menu-toggle] {
    display: none;
}
table button {
    display: none;
}
form section * {
    display: block;
    width: 100%;
}
form button {
    display: none;
}
section[data-type=pagination] {
    display: none;
}