div#content-inner {
  border: none;
}
div.page-nav {
  display: block;
  width: 100%;
  background: #f4f4f4;
  overflow: auto;
}
div.page-nav ul li.nav-item {
  display: block;
  float: left;
  margin: 3px;
  padding: 7px 20px;
}
div.page-section {
  margin: 60px 0;
  padding: 0 0 60px 0;
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  text-align: center;
}
div.page-section h2.section-title {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
div.page-section div.section-content div.text {
  width: 600px;
  margin: 0 auto;
  font-size: 1.2em;
}
div.page-section.left {
  text-align: left;
}
div.page-section.left div.section-content div.text {
  float: left;
  width: 350px;
  display: block;
}
div.page-section.left div.section-content div.content {
  float: right;
}
div.page-section.right {
  text-align: right;
}
div.page-section.right div.section-content div.text {
  float: right;
  width: 350px;
  display: block;
}
div.page-section.right div.section-content div.content {
  float: left;
}
div.page-section.shipping div.section-content div.text,
div.page-section.how-it-works div.section-content div.text {
  margin-top: 100px;
}
div.page-section.file-support {
  height: 400px;
  min-height: 400px;
}
div.page-section.file-support h2 {
  text-align: left;
}
div.page-section.file-support div.section-content p {
  width: 300px;
  display: block;
}
div.page-section.file-support div.section-content div.file-support-box {
  display: block;
  position: absolute;
  width: 500px;
  height: 250px;
  min-height: 250px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px #888;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
div.page-section.file-support div.section-content div.file-support-box.active {
  opacity: 1;
  z-index: 55;
}
div.page-section.file-support div.section-content div.file-support-box div.file-icon {
  display: block;
  height: 128px;
  min-height: 128px;
  width: 128px;
  position: absolute;
  bottom: -20px;
  left: -40px;
}
div.page-section.file-support div.section-content div.file-support-box div.file-type {
  display: block;
  position: absolute;
  left: 100px;
  bottom: 12px;
  font-size: 2.4em;
  font-weight: bold;
}
div.page-section.file-support div.section-content div.file-support-box.ms-excel {
  top: 0;
  right: 70px;
  background-color: #fff;
}
div.page-section.file-support div.section-content div.file-support-box.ms-excel table {
  width: 100%;
}
div.page-section.file-support div.section-content div.file-support-box.ms-excel table td,
div.page-section.file-support div.section-content div.file-support-box.ms-excel table th {
  width: 25%;
  text-align: center;
  vertical-align: middle;
  border: 4px solid white;
  line-height: 3em;
}
div.page-section.file-support div.section-content div.file-support-box.ms-excel table th {
  background: #025FC2;
  color: white;
  font-weight: bold;
}
div.page-section.file-support div.section-content div.file-support-box.ms-excel table td {
  background: #eee;
}
div.page-section.file-support div.section-content div.file-support-box.ms-excel div.file-icon {
  background: url("../images/icons/xls.png") no-repeat center center;
}
div.page-section.file-support div.section-content div.file-support-box.edi-file,
div.page-section.file-support div.section-content div.file-support-box.xml-file {
  background-color: #f4f4f4;
}
div.page-section.file-support div.section-content div.file-support-box.edi-file {
  top: 50px;
  right: 40px;
}
div.page-section.file-support div.section-content div.file-support-box.edi-file div.file-icon {
  background: url("../images/icons/edi.png") no-repeat center center;
}
div.page-section.file-support div.section-content div.file-support-box.xml-file {
  top: 100px;
  right: 10px;
}
div.page-section.file-support div.section-content div.file-support-box.xml-file div.file-icon {
  background: url("../images/icons/xml.png") no-repeat center center;
}
div.page-section.pricing div.col {
  border: 1px solid #7CA4D8;
}
div.page-section.pricing div.col .col-title {
  line-height: 3em;
  background: #7CA4D8;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
}
div.page-section.pricing div.col .col-content {
  font-size: 1.3em;
  line-height: 2em;
  padding: 20px;
}
div.page-section.pricing div.col.col-1 {
  width: 68%;
  float: left;
}
div.page-section.pricing div.col.col-2 {
  width: 29%;
  float: right;
}
div.contact-us .contact-btn {
  display: block;
  margin: 40px auto;
  padding: 20px 20px;
  background: #42628c;
  color: #fff;
  text-align: center;
  width: 35%;
  border-radius: 5px;
  font-size: 1.5em;
}
div.contact-us .contact-btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: #1f7244;
}
pre.code {
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  width: auto;
  display: block;
  clear: both;
  color: #555555;
  padding: 10px 10px 10px 10px;
  background: #f4f4f4;
}
