/* ALLGEMEINE FORMATE */
body {background-color:#ffffee; max-width:972px; margin:0 auto; padding:16pt; font-family:"Trebuchet MS",sans-serif; font-size:16pt }
h4, h3 {width:60%; background-color:#FFEEEE; }
a:link {color:blue; text-decoration:none; transition: 0.3s }
a:hover {color:darkred;}
a:focus {text-decoration:none;}
.copy {float: right; width: 40%; background-color:#EEFFEE; text-align: right; }

div.scroll-container {
  background-color: #ffe;
  overflow: auto;
  white-space: nowrap;
  padding: 4px;
}

div.scroll-container img {
  padding: 4px;
}