@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
* {
  margin: 0;
  padding: 0;
  border: 0;
}
:focus { outline: 0; }
html {
  font-size: 100%;
}
body {
  font: 1em/1.4 'Roboto', sans-serif;
}
html, body, #container {
  display: block;
  width: 100%;
  height: 100%;
}
header {
  text-align: center;
}
h1 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -15%);
  width: 400px;
  max-width: 80%;
  height: 153px;
  font-size: 0;
  background-image: url(/images/ew_logo.jpg);
  background-image: url(/images/ew_logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
p {
  margin: 0 0 10px 0;
}
a {
  text-decoration: none;
  color: black;
}
address { font-style: normal; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }
blink { text-decoration: blink; }
big { font-size: larger; }
small { font-size: smaller; }
sup {
  vertical-align: super;
  font-size: 0.7em;
  line-height: 0.1em;
}
hr {
  margin: 10px 0;
  border-bottom: 1px solid silver;
  background-color: white;
}
article.overlay {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 80%;
  max-height: 70%;
  border: 1px solid gray;
  padding: 20px 20px;
  background-color: white;
  opacity: 0.95;
  overflow-y: scroll;
  overflow-wrap: break-word;
  font-size: 90%;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  font-size: 0.8em;
}
footer ul li {
  display: inline;
}
footer li a {
  padding: 10px 10px;
}
footer ul li+li:before {
  content: "| ";
}
button {
  background: transparent;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
button.close {
  position: fixed;
  top: 0px;
  right: 5px;
  padding: 0 5px;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
