body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
}

html {
    font-size: 0.8rem;
}

header {
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

table > :not(caption) > * > * {
    padding: 0.25rem 0.5rem;
}

table th.sorting {
    cursor: pointer;
}

th {
    vertical-align: middle;
}

a {
    text-decoration: none;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}