body {
  background: #ffffff;
  color: #000000;
  font: 14px sans-serif;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.header {
  text-decoration: none;
  padding-bottom: 5px;
}

.navbar {
  clear: both;
  list-style-type: none;
  background: #000066;
  padding: 0;
  margin: 0;
}

.navbar li {
  color: #ffffff;
  padding: 6px 8px;
  margin: 0;
}

.navplain {
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 100%;
}

.navdrop {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

.subnav {
  list-style-type: none;
  background: #000066;
}

.subnav li {
  border: none;
  border-bottom: 1px dotted #332a00;
  padding: 5px;
  margin: 0;
  width: 100%;
  background: #000066;
}

.subnav li a {
  color: #ffffff;
}

.content {
  padding-top: 20px;
}

.footer0 {
  font: 12px sans-serif;
  text-align: center;
  margin-top: 8px;
  padding-top: 0px;
  color: #606060;
}

.footer {
  border-top: 1px solid #aaaaaa;
  padding-top: 4px;
}

.main {
  margin-top: 6px;
}

a {
  color: #005da8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  border-bottom: 3px solid #018554;
  padding-bottom: 3px;
  margin-bottom: 20px;
  margin-top: 0;
}

h2 {
  margin-top: 32px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.ulflush {
  padding-left: 16px;
}

li {
  margin-top: 8px;
  margin-bottom: 8px;
}

li p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.linkbtn {
  color: #ffffff;
  background: #000066;
  border-radius: 14px;
  padding: 3px 15px;
  line-height: 28px;
}

.linkbtn:hover {
  text-decoration: none;
  background: #0a69bf;
}

pre  {
  font: 12px monospace;
  line-height: 15px;
}

.code {
  font: 12px monospace;
  line-height: 15px;
  white-space: pre;
  background: #88eeee;
  padding: 8px;
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.example {
  background: #88eeee;
  padding: 8px;
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}

.sidebar h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar ul {
  list-style-image: url("../img/small-arrow.png");
  padding-left: 21px;
}

.prodicons {
  margin-bottom: 16px;
}

.prodicons img {
  vertical-align: middle;
}

.applies {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 16px;
}

.newsitem {
  margin-bottom: 3px;
}

.newsdate {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 24px;
}

.arrow {
  padding-right: 4px;
}

.figure {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.th1 {
  background: #0ae3d1;
}

.th2 {
  background: #3cada4;
}

table {
  border-collapse: collapse;
  border: 1px solid #808080;
}

th, td {
  border: 1px solid #808080;
  padding: 2px 4px;
}

th {
  border: 1px solid #808080;
  font-weight: bold;
}

td {
  vertical-align: top;
}

.hidden {
  display: none;
}

.supportsearch {
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 6px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 2px;
}

.supportsearchbox {
  border: none;
  font: 12px sans-serif;
}

.supportsearchbtn {
  vertical-align: middle;
}

@media (min-width:480px) {
  body {
    font: 14px sans-serif;
  }

  h1 {
    font: bold 20px sans-serif;
  }

  h2 {
    font: bold 16px sans-serif;
  }

  .main {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 20px;
  }

  .content {
    position: relative;
    margin-right: 200px;
  }

  .sidebar {
    position: absolute;
    left: 620px;
    top: 0px;
    width: 160px;
    border: 1px solid #909090;
    padding: 8px;
    margin-top: 75px;
  }

  .footer0 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
  }

  .menubtn {
    display: none;
  }

  .closebtnli {
    display: none;
  }

  .closebtn {
    display: none;
  }

  .headersearch {
    float: right;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    padding: 6px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 2px;
    background: #ffffff;
  }
  
  .searchbox {
    border: none;
    font: 12px sans-serif;
  }
  
  .searchbtn {
    vertical-align: top;
  }
  
  .headerlink {
    float: right;
    margin-right: 24px;
    margin-top: 17px;
  }

  .menusearchli {
    display: none;
  }

  .navbar {
    height: 30px;
  }

  .navbar li {
    float: left;
    min-width: 80px;
    border-right: 1px solid #ffffff;
    position: relative;
    height: 18px;
  }

  .navbar li:hover {
    background: #0a69bf;
  }

  .navdrop {
    display: block;
  }

  .navdrop:after {
    content: url("../img/subnavdrop.png");
    float: right;
  }

  .navdrop-mobile {
    display: none;
  }

  .subnav {
    position: absolute;
    display: none;
    min-width: 80px;
    margin-top: 6px;
    margin-left: -8px;
    z-index: 100;
    top: 24px;
  }
  
  .navbar li:hover .subnav {
    display: block;
    padding: 0;
  }
  
  .subnav li {
    clear: both;
    white-space: nowrap;
  }

  .supportsearchbox {
    width: 300px;
  }

  .footer {
    margin-right: 200px;
  }
}

@media (max-width:479px) {
  body {
    font: 16px sans-serif;
  }

  h1 {
    font: bold 26px sans-serif;
  }

  h2 {
    font: bold 22px sans-serif;
  }

  .main {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar {
    display: none;
  }

  .footer0 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .menubtn {
    float: right;
    padding-top: 8px;
    padding-right: 8px;
  }

  .closebtn {
    color: #808080;
  }

  .closebtnli label {
    display: block;
    width: 100%;
  }

  .menusearch {
    border-radius: 10px;
    padding: 4px;
    margin: 0;
    background: #ffffff;
  }
  
  .searchboxouter {
    margin-right: 30px;
  }

  .searchbox {
    border: none;
    font: 18px sans-serif;
    width: 100%;
  }
  
  .searchbtn {
    vertical-align: center;
    padding: 4px;
    float: right;
  }
  
  .headersearch {
    display: none;
  }

  .headerlink {
    display: none;
  }

  .menu {
    visibility: hidden;
    max-height: 0;
    display: none;
  }

  #popup-toggle:checked ~ .menu {
    visibility: visible;
    max-height: none;
    display: block;
  }

  .navbar {
    font: 18px sans-serif;
  }

  .navdrop {
    display: none;
  }

  .navdrop-mobile:after {
    content: url("../img/subnavdrop.png");
    margin-left: 8px;
  }

  .subnav {
    visibility: hidden;
    max-height: 0;
    padding-left: 20px;
  }
  
  #products-toggle:checked ~ #products-subnav {
    visibility: visible;
    max-height: none;
  }

  #company-toggle:checked ~ #company-subnav {
    visibility: visible;
    max-height: none;
  }

  #resources-toggle:checked ~ #resources-subnav {
    visibility: visible;
    max-height: none;
  }

  #buy-toggle:checked ~ #buy-subnav {
    visibility: visible;
    max-height: none;
  }

  .subnav li {
  }

  .supportsearchbox {
    font: 16px sans-serif;
    width: 200px;
  }
}
