* {
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
}
@media only print {
  font-size: 10pt;
  @page {
    size: A4 portrait;
    margin: 0mm;
    margin-top: 0.5cm;
    margin-bottom: 0.5cm;
  }
  @page :first {
    margin-top: 0;
  }
  html,
  body {
    height: 100%;
    width: 100%;
  }
}
body {
  font-size: 1em;
  overflow-x: visible;
  overflow-y: visible;
}
@media not print {
  body {
    background: #E6E6DC;
    background-image: url("./assets/images/struktur-dunkel.gif");
  }
}
@media only print {
  body {
    font-size: 10pt;
    background: white;
    background-image: none;
  }
}
.allbody {
  position: relative;
  background: #ffffff;
  max-width: 70em;
  margin: 0 auto;
  text-align: center;
}
.ie6 .allbody,
.ie7 .allbody,
.ie8 .allbody,
.ie9 .allbody {
  width: 1000px;
}
@media only print {
  .allbody {
    width: 100%;
    overflow: visible !important;
    break-before: avoid-page;
    page-break-before: avoid;
    break-inside: auto;
    page-break-inside: auto;
  }
}
body,
table,
tr,
td,
th,
p,
a,
div,
img,
ul,
ol,
li,
lo,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  border-width: 0;
  border-color: #000000;
  border-style: solid;
  color: #000000;
  font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
}
table,
tr,
td,
th {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  vertical-align: top;
  min-height: 100%;
  position: relative;
}
.display-flex {
  display: block;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: flexbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cke_show_borders {
  background: #ffffff;
}
.cke_panel_list a {
  background: #ffffff;
  text-decoration: none !important;
}
header {
  background-image: url("./assets/images/top-background.gif");
  text-align: left;
}
@media not print {
  header {
    position: relative;
    top: 0;
    left: 0;
    height: 4em;
    width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  header {
    height: 5em;
  }
}
@media only print {
  header {
    display: block;
    width: 99.9%;
    top: 0;
    left: 0;
    height: 5.7em;
    break-after: avoid-page;
    page-break-after: avoid;
  }
}
.ie6 header,
.ie7 header,
.ie8 header {
  position: relative;
  top: 0;
  left: 0;
  height: 4em;
  width: 100%;
}
img#logo {
  display: block;
  border-style: none;
  border-color: #E02800;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 1em;
  height: 4em;
  width: auto;
}
@media only screen and (max-width: 40em) {
  img#logo {
    height: 3.5em;
  }
}
@media only print {
  img#logo {
    top: 1em;
  }
}
.ie6 img#logo,
.ie7 img#logo,
.ie8 img#logo {
  height: 48px;
  width: auto;
  padding-top: 0;
  margin-top: 0;
}
div#mobilenav {
  display: none;
  z-index: 1000;
}
@media not print {
  div#mobilenav {
    position: absolute;
    width: 100%;
  }
}
@media only print {
  div#mobilenav {
    display: none;
    position: relative;
    width: 0;
    height: 0;
    break-before: avoid-page;
    page-break-before: avoid;
    break-after: avoid-page;
    page-break-after: avoid;
  }
}
main#main {
  position: relative;
  top: 0;
  width: 100%;
  text-align: left;
}
main#main background-color: white:
	@media @print {
  display: block;
  overflow: visible !important;
  break-before: avoid-page;
  page-break-before: avoid;
  break-inside: auto;
  page-break-inside: auto;
  margin-bottom: 4em;
}
div#maincontainer {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
}
@media not print {
  div#maincontainer {
    display: block;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    -webkit-box-flex: 1 1 100;
    -moz-box-flex: 1 1 100;
    -webkit-flex: 1 1 100;
    -moz-flex: 1 1 100;
    -ms-flex: 1 1 100;
    flex: 1 1 100;
  }
}
@media only screen and (max-width: 40em) {
  div#maincontainer {
    display: block;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
@media only print {
  div#maincontainer {
    display: block;
    overflow: visible !important;
    break-before: avoid-page;
    page-break-before: avoid;
    break-inside: auto;
    page-break-inside: auto;
  }
}
aside#navbar {
  display: block;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: flexbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 15%;
  -webkit-box-flex: 1 1 15;
  -moz-box-flex: 1 1 15;
  -webkit-flex: 1 1 15;
  -moz-flex: 1 1 15;
  -ms-flex: 1 1 15;
  flex: 1 1 15;
  min-width: 10em;
  -moz-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -khtml-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -o-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
}
@media only screen and (max-width: 50em) {
  aside#navbar {
    width: 20%;
    -webkit-box-flex: 1 1 20;
    -moz-box-flex: 1 1 20;
    -webkit-flex: 1 1 20;
    -moz-flex: 1 1 20;
    -ms-flex: 1 1 20;
    flex: 1 1 20;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    min-width: 10em;
  }
}
@media only screen and (max-width: 40em) {
  aside#navbar {
    width: 100%;
    display: none;
  }
}
@media only print {
  aside#navbar {
    width: 0;
    display: none;
  }
}
.ie6 aside#navbar,
.ie7 aside#navbar,
.ie8 aside#navbar,
.ie9 aside#navbar {
  width: 10em;
  float: left;
}
div#innercontainer {
  position: relative;
  top: 0;
}
@media not print {
  div#innercontainer {
    display: block;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    -webkit-box-flex: 1 1 85;
    -moz-box-flex: 1 1 85;
    -webkit-flex: 1 1 85;
    -moz-flex: 1 1 85;
    -ms-flex: 1 1 85;
    flex: 1 1 85;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 50em) {
  div#innercontainer {
    display: block;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 80%;
    -webkit-box-flex: 1 1 80;
    -moz-box-flex: 1 1 80;
    -webkit-flex: 1 1 80;
    -moz-flex: 1 1 80;
    -ms-flex: 1 1 80;
    flex: 1 1 80;
  }
}
@media only screen and (max-width: 40em) {
  div#innercontainer {
    display: block;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    -webkit-box-flex: 1 1 100;
    -moz-box-flex: 1 1 100;
    -webkit-flex: 1 1 100;
    -moz-flex: 1 1 100;
    -ms-flex: 1 1 100;
    flex: 1 1 100;
  }
}
@media only print {
  div#innercontainer {
    display: block;
    width: 100%;
    overflow: visible !important;
    break-before: avoid-page;
    page-break-before: avoid;
    break-inside: auto;
    page-break-inside: auto;
  }
}
.ie6 div#innercontainer,
.ie7 div#innercontainer,
.ie8 div#innercontainer,
.ie9 div#innercontainer {
  width: 84%;
  float: right;
}
article {
  float: left;
  background-color: #ffffff;
  background-image: url("./assets/images/ghip-ankle-fix.gif");
  -ms-background-position-x: -1em;
  -ms-background-position-y: -1em;
  -webkit-background-position: left top;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 3em 2em;
  position: relative;
}
@media all {
  article {
    background-image: url("./assets/images/ghip-ankle.gif");
  }
}
@media not print {
  article {
    display: block;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 76%;
    -webkit-box-flex: 1 1 76;
    -moz-box-flex: 1 1 76;
    -webkit-flex: 1 1 76;
    -moz-flex: 1 1 76;
    -ms-flex: 1 1 76;
    flex: 1 1 76;
  }
}
@media only screen and (max-width: 50em) {
  article {
    width: 100%;
    -webkit-box-flex: 1 1 100;
    -moz-box-flex: 1 1 100;
    -webkit-flex: 1 1 100;
    -moz-flex: 1 1 100;
    -ms-flex: 1 1 100;
    flex: 1 1 100;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
@media only print {
  article {
    display: block;
    width: 99.9%;
    overflow: visible !important;
    padding-left: 1.5cm;
    padding-right: 1.5cm;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    break-before: avoid-page;
    page-break-before: avoid;
    break-inside: auto;
    page-break-inside: auto;
  }
}
.ie6 article,
.ie7 article,
.ie8 article,
.ie9 article {
  width: 75%;
  float: left;
}
article > section {
  display: block;
  padding: 0.2em 0.5em 0.2em 0.5em;
}
@media only print {
  article > section {
    overflow: visible !important;
    break-before: avoid-page;
    page-break-before: avoid;
    break-inside: auto;
    page-break-inside: auto;
  }
}
aside#pdfbar {
  display: block;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: flexbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 24%;
  -webkit-box-flex: 1 1 24;
  -moz-box-flex: 1 1 24;
  -webkit-flex: 1 1 24;
  -moz-flex: 1 1 24;
  -ms-flex: 1 1 24;
  flex: 1 1 24;
  -moz-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -khtml-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -o-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
}
@media only screen and (max-width: 50em) {
  aside#pdfbar {
    width: 100%;
  }
}
@media only print {
  aside#pdfbar {
    width: 0;
    display: none;
  }
}
.ie6 aside#pdfbar,
.ie7 aside#pdfbar,
.ie8 aside#pdfbar,
.ie9 aside#pdfbar {
  float: right;
  width: 25%;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #c80000;
  text-decoration: underline;
}
.breadcrumbs {
  margin-left: 2.5em;
  font-size: 0.8em;
  margin-top: 0.2em;
}
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:focus,
.breadcrumbs a:hover {
  color: #c80000;
  text-decoration: underline;
}
@media only print {
  .breadcrumbs {
    display: none;
    break-before: avoid-page;
    page-break-before: avoid;
    break-after: avoid-page;
    page-break-after: avoid;
  }
}
#index .breadcrumbs {
  display: none;
}
div #banner {
  position: relative;
  background-image: url("./assets/images/ghip-banner-fix.gif");
  background-position: bottom right;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 45%;
  min-width: 20em;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}
@media only screen,handheld,print {
  div #banner {
    background-image: url("./assets/images/ghip-banner.gif");
  }
}
div #banner #alogo:link,
div #banner #alogo:visited,
div #banner #alogo:hover,
div #banner #alogo:focus,
div #banner #logo:link,
div #banner #logo:visited,
div #banner #logo:hover,
div #banner #logo:focus {
  text-decoration: none;
  top: 0;
}
img.ghipbutton {
  display: block;
  width: 2.5em;
  height: auto;
  position: relative;
  moz-border-radius: 15%;
  -moz-border-radius: 15%;
  -khtml-border-radius: 15%;
  -webkit-border-radius: 15%;
  -o-border-radius: 15%;
  border-radius: 15%;
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  -moz-box-shadow: 2px 2px 0.1em #444440;
  -khtml-box-shadow: 2px 2px 0.1em #444440;
  -webkit-box-shadow: 2px 2px 0.1em #444440;
  -o-box-shadow: 2px 2px 0.1em #444440;
  box-shadow: 2px 2px 0.1em #444440;
  -ms-box-shadow: 2px 2px 0.1em #444440;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div#printerbutton {
  display: block;
  position: absolute;
  z-index: 20;
  top: 0.2em;
  width: 2.5em;
  right: 0.4em;
}
@media only print {
  div#printerbutton {
    display: none;
  }
}
@media only screen and (max-width: 50em) {
  div#printerbutton {
    right: 0.2em;
  }
}
div#navbutton {
  display: none;
  z-index: 20;
  top: 2.3em;
  right: 0.2em;
  width: 2.5em;
}
@media not print {
  div#navbutton {
    position: absolute;
    display: none;
  }
}
@media only print {
  div#navbutton {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  div#navbutton {
    display: block;
  }
}
div#searchbutton {
  display: none;
  z-index: 20;
  top: 2.3em;
  right: 3.1em;
  width: 2.5em;
}
@media not print {
  div#searchbutton {
    position: absolute;
  }
}
@media only print {
  div#searchbutton {
    display: none;
  }
}
#headersearch {
  display: none;
}
@media only screen and (max-width: 40em) {
  #headersearch {
    display: block;
    margin-top: -0.3em;
    z-index: 10;
  }
}
#productsearch {
  display: block;
  background-color: #E02800;
}
@media only screen and (max-width: 40em) {
  #productsearch {
    display: none;
  }
}
.search {
  padding: 0.3em;
}
.search-words {
  width: 90%;
  margin: 0px auto;
}
@media only screen and (max-width: 40em) {
  .search-words {
    width: 60%;
  }
}
#headersearch .search-submit,
#productsearch .search-submit {
  -moz-box-shadow: 1px 1px 1px #800000;
  -khtml-box-shadow: 1px 1px 1px #800000;
  -webkit-box-shadow: 1px 1px 1px #800000;
  -o-box-shadow: 1px 1px 1px #800000;
  box-shadow: 1px 1px 1px #800000;
  -ms-box-shadow: 1px 1px 1px #800000;
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  border-collapse: separate;
}
#productsearch .search-submit {
  margin-top: 0.5em;
}
.productnavlist {
  font-size: 0.9em;
  text-indent: 0.5em;
  position: relative;
  display: block;
}
.productnavlist li {
  position: relative;
  padding-left: 1em;
}
.productnavlist a:link,
.productnavlist a:visited {
  color: #000000;
  background: transparent;
  display: block;
  text-decoration: none;
}
.productnavlist a.productnavlistcurrent {
  color: #c80000;
}
.productnavlist a,
.productnavlist a:hover,
.productnavlist a:active,
.productnavlist a:focus {
  color: #FFFFFF;
  background: #E02800;
  text-decoration: none;
  position: relative;
  moz-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  display: block;
}
.productnavlist>li {
  padding-left: 0 !important;
  padding-top: 0.5em !important;
}
.productnavlist>li>a {
  font-weight: bold;
  text-decoration: none !important;
}
article {
  -moz-box-shadow: 2px 1px 10px rgba(0,0,0,0.1);
  -khtml-box-shadow: 2px 1px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 2px 1px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 2px 1px 10px rgba(0,0,0,0.1);
  box-shadow: 2px 1px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 2px 1px 10px rgba(0,0,0,0.1);
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
}
@media only print {
  article {
    break-before: avoid-page;
    page-break-before: avoid;
  }
}
@media only print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    break-after: avoid-page;
    page-break-after: avoid;
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
}
h1 {
  margin: 0.5em 0 0.5em 0;
  font-size: 2em;
  text-align: center;
}
h2 {
  margin: 0 0 0.7em 0;
  font-size: 1.8em;
}
h3 {
  margin: 0 0 0.9em 0;
  color: #000000;
  font-size: 1.5em;
}
h4 {
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
  font-weight: 600;
}
h5 {
  font-family: arial, serif;
  margin: 0 0 0.6em 0;
  color: #888880;
  font-size: 1.1em;
}
h6,
h2.search-header {
  color: #ffffff;
  font-weight: normal;
  padding: 1px 1em;
  text-decoration: none;
  background: #E02800;
  display: block;
  position: relative;
  moz-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  font-family: arial, serif;
  margin: 0 0 0.6em 0;
  font-size: 1.1em;
  clear: both;
}
em {
  font-weight: bold;
  font-style: italic;
  color: #c80000;
}
mark {
  font-weight: bold;
  font-style: normal;
  background-color: transparent;
  text-decoration: none;
}
mark:before {
  content: "\21FE";
  color: #E02800;
  font-size: 1.5em;
  padding-right: 0.1em;
  margin-bottom: -0.3em;
}
article section p {
  margin: 0 0 0.5em 0;
}
article section ul,
article section ol {
  margin: 0 0 0.5em 0em;
  list-style-position: inside;
}
article section ul ul,
article section ol ol,
article section ul ol,
article section ol ul {
  margin: 0 0 0 0.5em;
}
code {
  border: 1px solid #E6E6DC;
  background: #F5F5F2;
  font-size: 0.8em;
  padding: 1px;
}
pre {
  border: 1px solid #E6E6DC;
  background: #F5F5F2;
  padding: 1em;
  margin: 0 0 1.5em 0;
  line-height: 1em;
  font-size: 0.9em;
  color: #888880;
  text-shadow: 1px 1px 0px #fff;
  position: relative;
  moz-border-radius: 0 0.25em 0.25em 0;
  -moz-border-radius: 0 0.25em 0.25em 0;
  -khtml-border-radius: 0 0.25em 0.25em 0;
  -webkit-border-radius: 0 0.25em 0.25em 0;
  -o-border-radius: 0 0.25em 0.25em 0;
  border-radius: 0 0.25em 0.25em 0;
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
}
pre code {
  border: none;
  background: none;
  padding: none;
}
blockquote {
  margin: 0 0 1.5em 1.2em;
  color: #888880;
  line-height: 1.1em;
  font-family: georgia, garamond, serif;
  font-style: italic;
  padding: 0 0 0 0.9em;
  border-left: 1px solid #ccc;
}
article .subtitle {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 0.5em;
}
a.sct-page-url {
  color: #c80000;
  text-decoration: none;
}
a.sct-page-url:hover,
a.sct-page-url:active {
  text-decoration: underline;
}
@media only print {
  .sct-glossary-def-url + span {
    display: none;
  }
  .sct-glossary-def-url:hover + span {
    display: none;
  }
  .sct-glossary-def-url + span:hover {
    display: none;
  }
}
img.main-image {
  float: left;
  max-width: 100%;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
}
figcaption {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.3em;
}
@media only print {
  img,
  figure {
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
}
dl {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0.3em;
  clear: both;
}
@media only print {
  dl {
    break-before: avoid-page;
    page-break-before: avoid;
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
}
dl:after {
  content: '';
  display: table;
  clear: both;
}
dl dt {
  float: left;
  clear: left;
  width: 25%;
  font-weight: bold;
  font-size: 1.0em;
}
@media only screen and (max-width: 33em) {
  dl dt {
    font-size: 1.1em;
    width: 100%;
  }
}
dl dd {
  float: left;
  width: 74.8%;
  padding-left: 0.5em;
}
@media only screen and (max-width: 33em) {
  dl dd {
    width: 100%;
  }
}
.cke_show_borders ul.reddot-list,
.cke_show_borders ul.checkedbox-list,
.cke_show_borders ul.checkmark-list,
.cke_show_borders ul.nobullet-list,
.cke_show_borders ul.firstletter-list,
.cke_show_borders ul[data-bullet],
.cke_show_borders ul:not([class]):not([id]),
.cke_show_borders ol,
.product ul.reddot-list,
.product ul.checkedbox-list,
.product ul.checkmark-list,
.product ul.nobullet-list,
.product ul.firstletter-list,
.product ul[data-bullet],
.product ul:not([class]):not([id]),
.product ol {
  list-style: inside none none;
}
.cke_show_borders ul.reddot-list li,
.cke_show_borders ul.checkedbox-list li,
.cke_show_borders ul.checkmark-list li,
.cke_show_borders ul.nobullet-list li,
.cke_show_borders ul.firstletter-list li,
.cke_show_borders ul[data-bullet] li,
.cke_show_borders ul:not([class]):not([id]) li,
.cke_show_borders ol li,
.product ul.reddot-list li,
.product ul.checkedbox-list li,
.product ul.checkmark-list li,
.product ul.nobullet-list li,
.product ul.firstletter-list li,
.product ul[data-bullet] li,
.product ul:not([class]):not([id]) li,
.product ol li {
  text-indent: 0em;
  margin-left: 0;
  padding-left: 0;
}
.ie6 .cke_show_borders ul.reddot-list li,
.ie7 .cke_show_borders ul.reddot-list li,
.ie6 .cke_show_borders ul.checkedbox-list li,
.ie7 .cke_show_borders ul.checkedbox-list li,
.ie6 .cke_show_borders ul.checkmark-list li,
.ie7 .cke_show_borders ul.checkmark-list li,
.ie6 .cke_show_borders ul.nobullet-list li,
.ie7 .cke_show_borders ul.nobullet-list li,
.ie6 .cke_show_borders ul.firstletter-list li,
.ie7 .cke_show_borders ul.firstletter-list li,
.ie6 .cke_show_borders ul[data-bullet] li,
.ie7 .cke_show_borders ul[data-bullet] li,
.ie6 .cke_show_borders ul:not([class]):not([id]) li,
.ie7 .cke_show_borders ul:not([class]):not([id]) li,
.ie6 .cke_show_borders ol li,
.ie7 .cke_show_borders ol li,
.ie6 .product ul.reddot-list li,
.ie7 .product ul.reddot-list li,
.ie6 .product ul.checkedbox-list li,
.ie7 .product ul.checkedbox-list li,
.ie6 .product ul.checkmark-list li,
.ie7 .product ul.checkmark-list li,
.ie6 .product ul.nobullet-list li,
.ie7 .product ul.nobullet-list li,
.ie6 .product ul.firstletter-list li,
.ie7 .product ul.firstletter-list li,
.ie6 .product ul[data-bullet] li,
.ie7 .product ul[data-bullet] li,
.ie6 .product ul:not([class]):not([id]) li,
.ie7 .product ul:not([class]):not([id]) li,
.ie6 .product ol li,
.ie7 .product ol li {
  margin-left: 16px;
  list-style-type: disc;
  list-style-position: outside;
}
@media only print {
  .ie6 .cke_show_borders ul.reddot-list li,
  .ie7 .cke_show_borders ul.reddot-list li,
  .ie6 .cke_show_borders ul.checkedbox-list li,
  .ie7 .cke_show_borders ul.checkedbox-list li,
  .ie6 .cke_show_borders ul.checkmark-list li,
  .ie7 .cke_show_borders ul.checkmark-list li,
  .ie6 .cke_show_borders ul.nobullet-list li,
  .ie7 .cke_show_borders ul.nobullet-list li,
  .ie6 .cke_show_borders ul.firstletter-list li,
  .ie7 .cke_show_borders ul.firstletter-list li,
  .ie6 .cke_show_borders ul[data-bullet] li,
  .ie7 .cke_show_borders ul[data-bullet] li,
  .ie6 .cke_show_borders ul:not([class]):not([id]) li,
  .ie7 .cke_show_borders ul:not([class]):not([id]) li,
  .ie6 .cke_show_borders ol li,
  .ie7 .cke_show_borders ol li,
  .ie6 .product ul.reddot-list li,
  .ie7 .product ul.reddot-list li,
  .ie6 .product ul.checkedbox-list li,
  .ie7 .product ul.checkedbox-list li,
  .ie6 .product ul.checkmark-list li,
  .ie7 .product ul.checkmark-list li,
  .ie6 .product ul.nobullet-list li,
  .ie7 .product ul.nobullet-list li,
  .ie6 .product ul.firstletter-list li,
  .ie7 .product ul.firstletter-list li,
  .ie6 .product ul[data-bullet] li,
  .ie7 .product ul[data-bullet] li,
  .ie6 .product ul:not([class]):not([id]) li,
  .ie7 .product ul:not([class]):not([id]) li,
  .ie6 .product ol li,
  .ie7 .product ol li {
    break-before: avoid-page;
    page-break-before: avoid;
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
}
@media only print {
  .cke_show_borders ul.reddot-list,
  .cke_show_borders ul.checkedbox-list,
  .cke_show_borders ul.checkmark-list,
  .cke_show_borders ul.nobullet-list,
  .cke_show_borders ul.firstletter-list,
  .cke_show_borders ul[data-bullet],
  .cke_show_borders ul:not([class]):not([id]),
  .cke_show_borders ol,
  .product ul.reddot-list,
  .product ul.checkedbox-list,
  .product ul.checkmark-list,
  .product ul.nobullet-list,
  .product ul.firstletter-list,
  .product ul[data-bullet],
  .product ul:not([class]):not([id]),
  .product ol {
    break-before: avoid-page;
    page-break-before: avoid;
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
}
.cke_show_borders ol,
.product ol {
  list-style: inside decimal none;
}
.cke_show_borders ul:not([class]):not([id]) li,
.product ul:not([class]):not([id]) li {
  list-style-type: disc;
}
.cke_show_borders ul:not([class]):not([id]) li:before,
.product ul:not([class]):not([id]) li:before {
  content: "";
  color: #000000;
}
.cke_show_borders ul.nobullet-list li:before,
.product ul.nobullet-list li:before {
  content: "";
  color: #000000;
  padding-right: 1.2em;
}
.cke_show_borders ul.reddot-list li:before,
.product ul.reddot-list li:before {
  content: "\26ab";
  color: #E02800;
}
.cke_show_borders ul.checkedbox-list li:before,
.product ul.checkedbox-list li:before {
  content: "\2611";
  color: #000000;
  font-size: 1.1em;
  padding-right: 0.4em;
}
.cke_show_borders ul.checkmark-list li:before,
.product ul.checkmark-list li:before {
  content: "\2714";
  color: #E02800;
  font-size: 1.1em;
}
.cke_show_borders ul.firstletter-list li:first-letter,
.product ul.firstletter-list li:first-letter {
  font-weight: bold;
  font-size: 1.1em;
  padding-right: 0.1em;
  padding-left: 0.5em;
}
.cke_show_borders ul[data-bullet] li:before,
.product ul[data-bullet] li:before {
  content: attr(data-bullet);
  color: #000000;
  font-size: 1.1em;
}
section.order-table table.order-ids {
  width: 100%;
  text-align: left;
  background-color: white;
}
section.order-table table.order-ids tr {
  page-break-inside: avoid;
  break-inside: avoid-page;
}
section.order-table table.order-ids caption {
  font-weight: bold;
  text-align: center;
  width: 100%;
}
section.order-table table.order-ids thead tr:first-child {
  background-color: #E6E6DC;
}
section.order-table table.order-ids tfoot {
  display: table-footer-group;
  background-color: white;
  border-top: 0.1em #AAAAA0 solid;
}
section.order-table table.order-ids tfoot tr td {
  font-size: 0.8em;
  font-style: italic;
  text-align: left;
  padding-top: 0.2em;
}
section.order-table table.order-ids tbody tr:nth-child(odd) {
  background-color: #F5F5F2;
}
section.order-table table.order-ids tbody td:only-child {
  background-color: #E6E6DC;
}
section.order-table table.order-ids thead th,
section.order-table table.order-ids thead td,
section.order-table table.order-ids tbody th,
section.order-table table.order-ids tbody td {
  font-size: 0.9em;
  text-align: right;
  padding-left: 1px;
  padding-right: 1px;
}
.ie6 section.order-table table.order-ids thead th,
.ie7 section.order-table table.order-ids thead th,
.ie8 section.order-table table.order-ids thead th,
.ie6 section.order-table table.order-ids thead td,
.ie7 section.order-table table.order-ids thead td,
.ie8 section.order-table table.order-ids thead td,
.ie6 section.order-table table.order-ids tbody th,
.ie7 section.order-table table.order-ids tbody th,
.ie8 section.order-table table.order-ids tbody th,
.ie6 section.order-table table.order-ids tbody td,
.ie7 section.order-table table.order-ids tbody td,
.ie8 section.order-table table.order-ids tbody td {
  border-bottom: 1px solid #E6E6DC;
}
section.order-table table.order-ids td:first-child:not(:only-child),
section.order-table table.order-ids th:first-child:not(:only-child) {
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
}
section.order-table table.order-ids td.orderid,
section.order-table table.order-ids th.orderid {
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
}
section.order-table table.order-ids tbody td:only-child {
  text-align: left;
  background-color: #E6E6DC;
}
section.order-table table.order-ids tbody td.subcaption {
  text-align: left;
  background-color: #E6E6DC;
}
@media only screen and (max-width: 33em) {
  section.order-table table.order-ids thead,
  section.order-table table.order-ids tbody,
  section.order-table table.order-ids tr,
  section.order-table table.order-ids th,
  section.order-table table.order-ids td {
    display: block;
    text-align: center;
  }
  section.order-table table.order-ids thead {
    position: absolute;
    top: -1111px;
    left: -1111px;
  }
  section.order-table table.order-ids tbody td:not(:first-child):before {
    float: left;
    padding: 0 10px 0 0;
    content: attr(data-th) ":";
  }
  section.order-table table.order-ids tbody td:first-child:not(:only-child) {
    font-weight: bold;
    text-align: left;
    background-color: #F5F5F2;
  }
  section.order-table table.order-ids tbody td:not(:first-child):not(:only-child) {
    text-align: right;
    background-color: white;
  }
  section.order-table table.order-ids tbody td:only-child {
    background-color: #E6E6DC;
  }
  section.order-table table.order-ids tbody td:not(:only-child):last-child {
    border-bottom: 0.1em #AAAAA0 solid;
  }
}
.catdivproduct {
  width: 100%;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin-bottom: 2%;
  clear: both;
  overflow: hidden;
  cursor: pointer;
  -moz-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -khtml-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -o-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
}
.catdivproduct h3 {
  margin-bottom: 0.2em;
}
.catdivproduct h4 {
  font-size: 1em;
}
.catdivproduct a {
  color: #000000;
}
.catdivproduct a:link,
.catdivproduct a:visited {
  text-decoration: none;
}
.catdivproduct a:active,
.catdivproduct a:hover,
.catdivproduct a:focus {
  text-decoration: underline;
}
.catdivproduct img {
  float: left;
  max-width: 30%;
  margin: 0.3em;
  margin-right: 0.5em;
}
.startpageblock {
  width: 48.9%;
  height: 11em;
  float: left;
  padding: 0.2em;
  padding-bottom: 0.5em;
  margin-top: 1%;
  margin-right: 1%;
  overflow: hidden;
  font-size: 0.9em;
  cursor: pointer;
  -moz-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -khtml-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -o-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
}
@media only screen and (max-width: 33em) {
  .startpageblock {
    width: 100%;
    clear: both;
  }
}
.startpageblock h4 {
  margin-top: 0.2em;
  margin-bottom: 0.0em;
}
.startpageblock img {
  float: left;
  max-width: 40%;
  margin: 0.3em;
  margin-right: 0.5em;
}
.startpageblock p {
  margin: 0;
}
.startpageblock a {
  color: #000000;
  text-decoration: none;
}
.startpageblock a:hover,
.startpageblock a:active {
  text-decoration: underline;
}
ul.search-results {
  list-style-type: none;
}
li.search-entry {
  -moz-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -khtml-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -o-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 2px 1px 10px rgba(0,0,0,0.1);
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  padding-top: 0.5em;
  padding-left: 0.2em;
  padding-bottom: 0.2em;
  margin-bottom: 1%;
}
h3.search-entry-title {
  font-size: 1.1em;
}
span.search-entry-language {
  font-weight: normal;
}
div.search-entry-date {
  display: none;
}
div.search-entry-excerpt {
  font-size: 0.8em;
}
nav.dropoutnav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: none;
}
@media only screen and (max-width: 40em) {
  nav.dropoutnav {
    display: block;
  }
}
ul.dropoutnavlist {
  position: relative;
  background-color: #F5F5F2;
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}
ul.dropoutnavlist li {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 2em;
  text-align: left;
  padding-left: 10%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #E6E6DC;
}
ul.dropoutnavlist li a {
  color: #000000;
}
ul.dropoutnavlist li a:before {
  content: attr(data-arrow);
  font-size: 0.8em;
}
ul.dropoutnavlist li li {
  padding-left: 1em;
}
ul.dropoutnavlist li li a {
  color: #444440;
}
ul.dropoutnavlist li li li {
  font-weight: normal;
}
ul.dropoutnavlist li li li li {
  font-size: 16px;
  font-size: 1rem;
}
ul.dropoutnavlist a:link,
ul.dropoutnavlist a:visited {
  padding: 1px 1em;
  background: transparent;
  display: block;
  text-decoration: none;
}
li li ul.dropoutnavlist a:link,
li li ul.dropoutnavlist a:visited {
  color: #444440;
}
ul.dropoutnavlist a,
ul.dropoutnavlist a:hover,
ul.dropoutnavlist a:active {
  color: #ffffff;
  padding: 1px 1em;
  text-decoration: none;
  background: #E02800;
  display: block;
  position: relative;
  moz-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
}
ul.dropoutnavlist li.about-us a,
ul.dropoutnavlist li.privacy a {
  color: #444440;
}
.downloadlist {
  list-style: none;
  margin-left: 8px;
  margin-left: 0.5em;
}
h3.downloadlist {
  margin-top: 8px;
  margin-top: 0.5em;
  margin-bottom: 3px;
  margin-bottom: 0.2em;
}
.downloadlist li {
  display: block;
  list-style: none;
  font-size: 0.9em;
  width: 90%;
  max-width: 50em;
  margin-bottom: 0.5em;
  clear: both;
}
.downloadlist li a:link,
.downloadlist li a:visited,
.downloadlist li a:hover,
.downloadlist li a:active {
  color: #000000;
  background: transparent;
  text-decoration: none;
  margin: 1px;
}
.downloadlist li a:hover,
.downloadlist li a:active {
  color: #444444;
  background: transparent;
  text-decoration: none;
  margin: 1px;
}
.downloadlist li a img {
  width: 2em;
  height: auto;
  float: left;
  margin: 1px;
}
.downloadlistall {
  list-style: none;
  margin-left: 0.5em;
}
.downloadlistall li {
  display: block;
  list-style: none;
  font-size: 0.9em;
  width: 90%;
  max-width: 50em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  clear: both;
}
.downloadlistall li a:link,
.downloadlistall li a:visited,
.downloadlistall li a:hover,
.downloadlistall li a:active {
  color: #000000;
  background: transparent;
  text-decoration: none;
  margin: 1px;
}
.downloadlistall li a:hover,
.downloadlistall li a:active {
  color: #444444;
  background: transparent;
  text-decoration: none;
  margin: 1px;
}
.downloadlistall li a img {
  width: 2em;
  height: auto;
  float: left;
  margin: 1px;
}
div#langflags {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 10;
}
@media only print {
  div#langflags {
    display: none;
  }
}
ul#language-menu {
  margin-left: 0;
  perspective: 1px;
}
ul#language-menu:after {
  clear: both;
  content: "";
  display: table;
}
ul#language-menu>li {
  display: block;
  float: left;
  list-style-type: none;
  padding: 0.2em;
}
ul#language-menu a {
  display: inline;
  text-decoration: none;
}
ul#language-menu img {
  width: 2.5em;
  height: auto;
  position: relative;
  moz-border-radius: 20%;
  -moz-border-radius: 20%;
  -khtml-border-radius: 20%;
  -webkit-border-radius: 20%;
  -o-border-radius: 20%;
  border-radius: 20%;
  -ms-behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
  behavior: url(http://ghipsystems.com/cms/theme/ghip1/helpers/pie2/PIE.htc);
}
footer#footer {
  width: 100%;
  margin: 0;
  color: #888880;
  font-size: 12.8px;
  font-size: 0.8rem;
}
@media only print {
  footer#footer {
    display: block;
    bottom: 0;
    left: 0;
    height: 4em;
    padding-top: 1em;
    break-after: always;
    page-break-after: always;
  }
}
footer#footer .footercontent {
  width: 100%;
  padding: 1em;
}
@media only print {
  footer#footer .footerlinks {
    display: none;
  }
}
footer#footer a:link,
footer#footer a:visited {
  color: #888880;
  text-decoration: underline;
}
footer#footer a:hover,
footer#footer a:active,
footer#footer a:focus {
  color: #AAAAA0;
  text-decoration: underline;
}
#urlqrcode {
  display: none;
}
@media only print {
  #urlqrcode {
    display: block;
    float: right;
    z-index: 100;
    top: -1em;
    width: 4em;
    height: 4em;
  }
}
#printaddr {
  display: none;
  position: absolute;
  z-index: 200;
  width: 160px;
  width: 20em;
  width: 20rem;
  height: 16px;
  height: 1em;
  height: 1rem;
  top: 16px;
  top: 1em;
  top: 1rem;
  right: 16px;
  right: 1em;
  right: 1rem;
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 100%;
  text-align: right;
}
#printaddr b {
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media only print {
  #printaddr {
    display: block;
    font-size: 6pt;
  }
  #printaddr b {
    font-size: 9pt;
  }
}
#dimensions {
  position: absolute;
  z-index: 100;
  width: 160px;
  width: 10em;
  width: 10rem;
  height: 16px;
  height: 1em;
  height: 1rem;
  top: 0;
  right: 128px;
  right: 8em;
  right: 8rem;
  font-size: 11.2px;
  font-size: 0.7rem;
}
@media only print {
  #dimensions {
    display: none;
  }
}
#dimensions span {
  text-align: right;
  color: rgba(0,0,0,0);
}
#dim-tiny,
#dim-mid,
#dim-smart,
#dim-tablet,
#dim-desktop {
  display: none;
}
#dim-tiny {
  display: none;
}
@media only screen and (max-width: 25em) {
  #dim-tiny {
    display: inline;
  }
}
#dim-mid {
  display: none;
}
@media only screen and (max-width: 33em) and (min-width: 25.01em) {
  #dim-mid {
    display: inline;
  }
}
#dim-smart {
  display: none;
}
@media only screen and (max-width: 40em) and (min-width: 33.01em) {
  #dim-smart {
    display: inline;
  }
}
#dim-tablet {
  display: none;
}
@media only screen and (max-width: 50em) and (min-width: 40.01em) {
  #dim-tablet {
    display: inline;
  }
}
#dim-desktop {
  display: none;
}
@media only screen and (min-width: 50.01em) {
  #dim-desktop {
    display: inline;
  }
}
