/* Common Styles */
body {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 30px 5px 40px;
  font-family: Arial, Open Sans, Helvetica;
}
p {
  text-align: left;
  text-justify: inter-ideograph;
  margin: 5px 0 8px;
}
/* Headings */
h1,
h2,
h3 {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #c2c2c2;
}
h1 {
  font-size: 25px;
  color: #3c3c3c;
  text-transform: uppercase;
  line-height: 34px;
}
h1 img {
  border: none;
  position: relative;
  top: 9px;
}
h2 {
  font-size: 24px;
  font-weight: 400;
}
h3 {
  font-size: 22px;
  font-weight: normal;
}
h4 {
  font-size: 20px;
  font-weight: normal;
}
/* Section Titles */
p.SectionTitle,
p.SectionTitleIndent,
p.SectionTitleBold,
p.SectionTitleBold2 {
  font-size: 19px;
}
p.SectionTitle {
  padding: 10px 0;
}
p.SectionTitleIndent {
  padding: 0 0 5px 15px;
}
p.SectionTitleBold,
p.SectionTitleIndentBold {
  font-weight: bold;
}
p.SectionTitleBold2 {
  font-size: 17px;
  padding: 8px 0;
}
/* Steps */
p.StepTitle,
p.StepTitleNoMargin {
  font-size: 17px;
  font-weight: bold;
}
p.StepTitle {
  margin-left: 15px;
}
p.StepTitleNoMargin {
  margin-left: 10px;
}
.StepBody {
  margin-left: 15px;
}
.StepBody2 {
  margin-left: 30px;
}
.StepBody3 {
  margin-left: 45px;
}
/* Notes and Alerts */
p.Note,
span.Note,
p.Caution,
span.Caution {
  font-weight: bold;
  margin: 15px 0;
}
p.Caution,
span.Caution {
  color: #ed1c23;
}
/* Captions and Glossary */
p.ImageCaption {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  word-wrap: break-word;
}
p.OptionGroup {
  font-size: 15px;
  font-weight: bold;
}
p.glossaryTerm {
  color: #00AEEF;
  font-size: 20px;
  margin-top: 15px;
}
p.glossaryLetter {
  font-size: 24px;
  font-weight: bold;
  color: #A4A3A4;
}
/* Footer */
p.FooterBody {
  font-size: 10px;
  color: #3C3C3C;
}
hr {
  border: 0.5px solid #c2c2c2;
}
/* Character Styles */
span.CoverTitle {
  font-size: 21px;
  font-weight: bold;
}
span.HeaderProductTitle {
  font-size: 13px;
  margin-left: 3px;
  color: #252527;
}
span.Emphasis {
  font-weight: bold;
  color: #00AEEF;
}
/* Images */
img {
  border: 0;
}
.commandIcon {
  height: 36px;
  width: 36px;
  transform: translateY(8px);
  margin-right: 8px;
}
.tag {
  height: 18px;
}
.tagSmall {
  height: 13px;
  vertical-align: baseline;
}
.iconSmall {
  width: 21px;
  height: 21px;
  margin-top: 11px;
}
.iconSmallest {
  width: 18px;
  height: 18px;
}
.iconTiny {
  width: 15px;
  height: 15px;
}
.imageLarge {
  max-width: 800px;
}
.imageMiddle {
  max-width: 500px;
}
.imageSmall {
  max-width: 300px;
}
/* Lists */
ol,
ul {
  margin: 8px 0 8px 18px;
  padding-left: 15px;
}
ol li {
  list-style: decimal;
  margin-top: 6px;
}
ul li {
  list-style: disc;
}
ol.alphaList li {
  list-style: lower-alpha;
}
ol p,
ul p,
li p {
  margin-bottom: 8px;
  line-height: 130%;
}
/* Links */
a {
  color: #1d6feb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Tables */
table {
  width: 100%;
  border: 0px;
  padding: 0 18px 0 0;
  background-color: #eeeeee;
  border-collapse: collapse;
}
#overview {
  width: 100%;
  max-width: 550px;
}
table tr td {
  padding: 18px;
}
table.footerTable {
  font-size: 9px;
  border: none;
}
table.footerTable tr td {
  padding: 0;
  vertical-align: top;
}
table.footerTable tr td p {
  margin: 0;
}
table.transparencyTable,
table.imageTable {
  border: none;
  width: 100%;
  background-color: #ffffff;
}
table.imageTable {
  width: auto;
}
table.listTable,
table.listTableNoHeader {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
}
table.listTable>thead>tr {
  background-color: #707070;
  color: #FFFFFF;
  text-align: center;
}
table.listTable tr:nth-child(odd) td,
table.listTableNoHeader tr:nth-child(odd) td {
  background-color: #F2F2F2;
}
table.listTable tr:nth-child(even) td,
table.listTableNoHeader tr:nth-child(even) td {
  background-color: #FFFFFF;
}
table.listTable tr td,
table.listTableNoHeader tr td {
  border: 0.75px solid #c0c0c0;
  line-height: 20px;
}
table.listTable tr.t1st td {
  background-color: #707070;
  color: #ffffff;
  padding: 5px 20px;
}
table.overviewTable {
  width: 100%;
  max-width: 840px;
  border: none;
  background-color: #ffffff;
}
table.overviewTable table {
  margin: auto;
}
/* Additional Elements */
div.breadcrumbs {
  padding: 5px 0;
  float: right;
  color: #1d6feb;
  text-decoration: underline;
  font-size: 12px;
}
.table {
  margin: 15px 0;
  width: 90%;
  padding: 20px;
  background-color: #eeeeee;
}
.printers {
  padding: 10px;
  background-color: #f2f2f2;
  width: 680px;
  margin: 15px 0;
}
.supported,
.version,
.warning {
  padding: 8px;
  max-width: 900px;
  background-color: #eeeeee;
}
.warning {
  background-color: rgb(255, 153, 0);
}
.highlight {
  background-color: rgb(188, 188, 188);
  padding: 0.1em 1em;
  margin: 20px 0;
}
.available-connect {
  margin: 25px 0;
  font-style: italic;
}
.available-connect img {
  height: 22px;
  width: 371px;
  margin-left: 10px;
}
.transBlock div {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  padding: 10px;
}
.transBlock div:not(:last-child) {
  border-right: 1px solid #dedede;
}
.transBlock div p {
  text-align: center;
}
ul.Disc {
  list-style: disc;
}
div.iconSmall {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  padding: 10px;
  display: contents;
}
ol.Decimal {
  list-style: decimal;
}
table.thickhdr {
  border-collapse: collapse;
}
table.thickhdr td {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(244, 176, 131, 0.5);
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
table.thickhdr th {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(244, 176, 131, 0.5);
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
table.thickhdr>thead>tr {
  border-width: 3px;
  border-style: solid;
  border-color: rgba(244, 176, 131, 1);
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
table.evenrows {
  border-collapse: collapse;
}
table.evenrows td {
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
}
table.evenrows th {
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
}
table.evenrows tr:nth-child(even) td {
  background-color: rgba(191, 191, 191, 0.5);
}
ol.RoundSquare {
  list-style: disc;
}
ol.RoundSquare>li>ol {
  list-style: square;
}
ol.RoundSquare>li>ol>li>ol {
  list-style: circle;
}
ol.RoundSquare>li>ol>li>ol>li>ol {
  list-style: disc;
}
ol.RoundSquare>li>ol>li>ol>li>ol>li>ol {
  list-style: square;
}
ol.RoundSquare>li>ol>li>ol>li>ol>li>ol>li>ol {
  list-style: circle;
}