body {
  width: 800px;
  margin: 8px auto;
  border: 1px solid #CCCCCC;
  padding: 50px;
  max-width: 675px;
  font-family: "Times New Roman", Georgia, Serif;
}

hr {
  border: 2px groove #FFFFFF;
  clear: both;
}

.name {
  float: left;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 200%;
  font-weight: bold;
}

a, .glossary {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted blue;
}

a:hover, .glossary:hover {
  border-bottom-style: solid;
}

.glossary {
  cursor: help;
}

.qrcode {
  height: 50px;
  width: 50px;
}

ul {
  margin: 0;
}

li {
  margin-top: 5px;
}

ul.nopad-top li:first-child, ul.nopad li {
  margin-top: 0;
}

ul.nopad-left {
	padding-left: 20px;
}

.header {
  margin-bottom: 10px;
  line-height: 140%;
}

.header.left {
  float: left;
}

.header.right {
  text-align: right;
  float: right;
}

.box {
	page-break-inside: avoid;
}

.content {
  float: left;
  width: 650px;
  margin-left: 25px;
}

.content.indent {
  margin-left: 175px;
}

.content.title {
  margin: 0 0 3px 0;
  font-weight: bold;
  text-transform: uppercase;
}

.interstitial {
  clear: both;
  height: 15px;
}

.interstitial.last {
  height: 0px;
}

.floater {
  text-align: right;
  float: right;
  margin-left: 15px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

@media screen {
  .noscreen {
    display: none;
  }
}

@media print {
  .noprint {
    display: none;
  }
  
  a, a:hover, .glossary, .glossary:hover {
    border-bottom: none;
  }
  
  body {
    border: none !important;
    padding: 0 !important;
  }
}

@page {
  size: auto;
  margin: 0.5in;
}

.smallscreen {
  display: none;
}

@media screen and (max-device-width: 800px), @media screen and (max-device-height: 800px) {
  body {
    margin-top: -30px;
    width: 100%;
    border: none;
  }
  
  body, div, span {
    line-height: 200%;
  }
  
  a {
    border-width: 3px;
  }
  
  .container {
		max-height: 10000em;
		font-size: 1.5em;
  }
  
  .name {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 3em;
  }
  
  .header {
    font-size: 1.5em;
  }
  
  .header.right {
		line-height: 100%;
  }
  
  .smallscreen {
    display: initial;
  }
  
  .bigscreen {
    display: none;
  }
  
  .content {
    width: 100%;
    float: none;
    margin: 0;
  }
  
  .content.title {
    width: 100%;
  }
  
  .content.indent {
    margin: 0;
  }
  
  .interstitial {
    height: 30px;
  }
}

@media screen and (max-device-width: 800px) and (orientation: landscape) {
	.container {
		font-size: 1em;
	}
	
	.content {
		font-size: 1.5em;
	}

  a {
    border-width: 2px;
  }
}
