/*
	Copyright © 2019–2021 Leonhart231
	SPDX-License-Identifier: CC-BY-SA-4.0
*/

.addition {
	text-decoration: underline;
}

body {
	margin: 2vh 4vw;
}

#content {
	max-width: 80ch;
	margin: auto;
}

.copyright {
	text-align: center;
	margin-top: 2vh;
}

.deletion {
	text-decoration: line-through;
}

#griever {
	width: 25%;
}

h1 {
	text-align: center;
}

/*
nav {
	overflow: hidden;
}

nav a {
	display: block;
	float: left;
	font-family: sans-serif;
	text-align: center;
	text-decoration: none;
}

nav .icon {
	display: none;
}
*/

img {
	display: block;
	margin: auto;
}

li {
	font-family: sans-serif;
}

p, blockquote {
	text-align: justify;
	font-family: sans-serif;
}

table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

td {
	font-family: sans-serif;
}

th, td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.tt {
	font-family: monospace;
}

/*
@media screen and (max-width: 600px) {
  nav a:not(:first-child) {display: none;}
  nav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  nav.responsive {position: relative;}
  nav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
*/
