nav {
  margin: 7px;
  flex-basis: 250px;
  flex-shrink: 0;
  font-size: 17px;
  font-family: "Anton", Impact, sans-serif;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
nav span {
  display: block;
  margin-left: 8px;
}
nav img {
  width: 40px;
  height: 40px;
}

html, body {
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
}

body {
  display: flex;
  flex-flow: column;
}

.filler {
  flex: 1 1 auto;
  display: flex;
}

#profilepic {
  border-radius: 40%;
  cursor: pointer;
}

main {
  font-family: Verdana, Geneva, sans-serif;
  overflow-wrap: break-word;
}

nav, #content {
  height: calc(100% - 16px);
  float: left;
  overflow: auto;
}

#noheader {
  display: flex;
  height: 1vh;
  flex: 1 1 auto;
}

#version {
  font-size: smaller;
  float: right;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 8px;
}
h1 img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
h1 span, h1 .button {
  position: relative;
}
h1 span {
  bottom: 6px;
}
h1 .button {
  bottom: 12px;
}

form.simple {
  margin-top: 6px;
}
form.simple input {
  display: block;
  margin-bottom: 4px;
  padding: 8px;
  width: -moz-available;
}

#pagename {
  position: relative;
}

#pagesubname {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 14px;
  font-style: italic;
}

.message {
  border-radius: 15px;
  padding: 4px 10px;
}

header {
  padding-left: 8px;
  padding-right: 8px;
  height: 60px;
  display: flex;
  align-items: center;
  flex: 0 0 60px;
  font-size: 22px;
}
header div {
  display: flex;
  align-items: center;
}
header img {
  width: 48px;
  height: 48px;
}
header #logo {
  margin-left: 8px;
  margin-right: 8px;
}
header button {
  font-size: 22px;
  padding: 4px 8px 4px 8px;
  -webkit-appearance: none;
}
header a {
  text-decoration: none;
}
header input {
  flex: 1 1 auto;
  width: 0;
  height: 34px;
  padding-left: 8px;
}

#aside {
  display: none;
  z-index: 10;
  padding: 12px 12px 0;
  position: absolute;
  top: 60px;
  right: 0;
  text-align: right;
}
#aside div {
  margin-top: 4px;
}
#aside form {
  display: grid;
}

#content {
  flex-grow: 1;
  padding: 8px;
}

button {
  padding: 10px;
  border-radius: 7px;
  border-width: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

table {
  border: 1px solid;
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid;
}
table td {
  vertical-align: top;
}

/*# sourceMappingURL=shared-layout.css.map */
