body {
    background: #fff;
    background-image: url('/images/bgrepeat-light.jpg');
    color: #000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
}

hr {
	border: 2px solid #069;
}

a:link {
    font-weight: bold;
    text-decoration: none;
    color: #039;
}

a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #039;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #014;

}

img.menuicon {
	filter: invert(1);
}

b.menutext {
	color: #000;
}

div.menuitem {
    background-color: #69f;
    display: block;
    position: fixed;
    left: 0px;
    top: 38px;
    z-index: 4;
    border: 1px solid #fff;
}

div.menuitem:hover {
    background-color: #469;
}

div.menuitem:not(:hover) {
	animation: fadeout 0.3s;
    background-color: #69f;
}

@keyframes fadeout {
	from {
		background-color: #469;
	} to {
		background-color: #69f;
	}
}

h1 {
    font-size: 22pt;
    font-weight: bold;
    font-style: italic;
    color: #000;
    padding: 0px 0px 0px 5px;
}

h2 {
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    color: #000;
    padding: 0px 0px 0px 3px;
    border-top: 1px dotted #666;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

small {
    font-size: 12pt;
    color: #444;
}

code {
    font-size: 13pt;
    font-family: Lucida Console, Courier-New, Courier, Monospace, Mono;
    background: #000000;
    color: #00AA00;
}

.cookies-eu-banner {
  background: #458;
  color: #000;
  width: 100%;
  padding: 6px;
  margin: 0px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #000;
  color: #fff;
}

.hidden {
  display: none;
}


