@font-face {
font-family: 'rollercoasterregular';
src: url('rollercoaster-webfont.woff2') format('woff2'),
url('rollercoaster-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

body {
background-color: white;
color: black;
font-family: ibm_plex_sansregular, sans-serif;
}

a, .nb a:hover, .tip a:hover, a.switch:hover {
background-color: transparent;
color: black;
border-bottom: 2px solid #9b684d;
}

nav a, .fwd a, a.link, .panelcollapsed p, .panel p {
background-color: #9b684d;
color: white;
border-bottom: 0;
}

a:hover, .panel p:hover, .panelcollapsed p:hover {
background-color: #412426;
color: white;
border-color: transparent;
}

article {
max-width: 800px;
font-size: 17px;
line-height: 27px;
text-align: justify;
}

.squeeze {
margin-left: 160px;
border-left: 2px solid #e7ded5;
}

h1 {
font-size: 36px;
padding-top: 47px;
}

h2 {
font-size: 30px;
padding-top: 30px;
}

h1, h2 {
font-family: rollercoasterregular, serif;
color: #412426;
text-align: left;
line-height: 1.2;
font-weight: normal;
letter-spacing: +1px;
margin: 0 10px 0 10px;
}

p, aside {margin: 10px 10px 0 10px;}

footer p {
font-size: 14px;
line-height: 24px;
margin: 15px 10px 0 10px;
}

.spacer {margin-top: 6px;}

blockquote {margin: 10px 30px 0 30px;}

aside, .trans, .notesml, .notenorm, .notemed, .notebig, .panelcontent, .cap {
font-size: 15px;
line-height: 24px;
}

.cap {
background-color: #e7ded5;
color: black;
padding: 6px 15px 10px 15px;
}

nav {
float: left;
margin-left: -162px;
}

nav a {
width: 160px;
margin-top: 10px;
}

.fwd {margin: 15px 0 0 0;}

.fwd a {float: right;}

nav a, .fwd a, a.link {letter-spacing: normal;}

.notesml, .notenorm, .notemed, .notebig {
border: 3px solid #e7ded5;
background-color: white;
color: black;
}

.panelcontent {
padding: 10px 30px 10px 26px;
border-bottom: 6px solid #e7ded5;
border-left: 4px solid #e7ded5;
}

.panelcontent blockquote {margin: 5px 20px 0 20px;}

.panelcollapsed p, .panel p {
width: 200px;
margin: 5px 0 0 -2px;
}

sup {
vertical-align: baseline;
position: relative;
top: -0.2em;
margin-right: 0.05em;
margin-left: 0.1em;
}

table.pic, .wides {max-width: 800px;}

table.pic {margin-left: -162px;}

.wides {margin: 10px 0 0 -162px;}

.w_pix {padding-right: 5px;}

.n_pix {
display: none;
margin: 10px auto 0 auto;
}

@media screen and (max-width: 750px) {
table.pic, .wides {margin-left: 0;}
.squeeze {margin-left: 10px;}
nav {
float: none;
margin-left: 0;
}
}

@media screen and (max-width: 700px) {
.w_pix {display: none;}
.n_pix {display: block;}
}

@media screen and (max-width: 500px) {
article {hyphens: auto;}
}