a {
  color: #114;
  text-decoration-color: #999;
}

#photo {
  float: right;
  padding: 0;
  margin-left: 1em;
  margin-right: 1em;
}

#photoimg {
  width: 4em;
  margin: 0;
  border: 1px solid #114;
}

.selected {
  font-weight: bold;
}

h1 {
  text-align: center;
  clear: both;
}

h2 {
  display: inline;
  font-weight: bold;
  color: white;
  background-color: #114;
  padding: 0.2em;
  padding-left: 2.55em;
  margin-left: -2.55em;
  margin-right: .3em;
  padding-right: 1.3em;
  font-size: 100%;
  border-left: .15em dotted white;
}

h2::after {
  content: ".";
}

h2 + p {
  display: inline;
}

.block {
  margin-top: 2em;
}

#lang {
  height: 2.3em;
  line-height: 3.4em;
  order: 2;
  margin-right: 0;
  width: 4.7em;
  text-align: right;
}

#lang {
  margin: 0;
  margin-bottom: 0.8em;
  margin-right: 1em;
  margin-left: 2em;
  text-indent: -2em;
  overflow: hidden;
}

body, html {
  margin: 0;
  font-family: sans-serif;
  line-height: 165%;
  background-color: #777;
  background: url('/background.png');
  background-size: 96px;
  font-family: "Open Sans", sans-serif;
}

#logo {
  width: 2em;
  height: 2em;
  top: 8px;
  position: relative;
  margin: 0;
}

#header {
  background-color: #114;
  margin-top: 0;
  color: gray;
  border-bottom: 2px outset white;
  border-top: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
  overflow: hidden;
  margin-bottom: 0em;
  word-wrap: break-word;
  display: flex;
}

#path {
  margin: 0;
  margin-bottom: 0.8em;
  margin-right: 1em;
  margin-left: 2em;
  text-indent: -2em;
}

#root {
  font-weight: bold;
}

#header a {
  color: white;
  text-decoration: none;
  margin-left: 0;
  padding-right: 0.3em;
  padding-left: 0.3em;
}

#container {
  margin: auto;
  margin-top: 0;
  padding-top: 0;
  background-color: white;
  border-left: .25em solid #114;
  border-right: .25em solid #114;
  border-top: none;
  border-bottom: none;
}

#container2 {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  font-variant: small-caps;
  overflow: hidden;
  flex-grow: 2;
  line-height: 0.7em;
}

#container {
  max-width: 50em;
}

strong {
  color: #114;
}

footer {
  text-align: center;
  background-color: #114;
  color: white;
  padding: .5em;
  border-top: 2px outset white;
  border-top: 2em;
  margin-top: 1.5em;
}

footer a {
  color: white;
  text-decoration: none;
}

.lead {
  margin-top: 1em;
  margin-bottom: 2em;
}
