@charset "utf-8";
/* CSS Document */

.highlight-subheader h1 {
  margin:5px 0 3px;
  padding:0;
}

.highlight-subheader h2 {
  margin: 0;
  padding:0;
}

h3 {
  margin: 0 0 10px;
}

#rightColumn .sidebar__section,
#rightColumn .author-info,
#rightColumn .publisher-info {
	margin-bottom: 10px;
}

.highlight-subheader + div > table {
  width:auto !important;
  min-width:70% !important;
  max-width:100% !important;
}

.subheader__share span {
  display: table-cell;
  vertical-align: middle;
}


.subheader__share img {
  max-height:21px;
  display:inline-table;
  vertical-align:bottom;
}

.subheader__share a {
  max-height:21px;
  display:inline-table;
}

#side_content .headline-border {
  border-color:#cccccc; 
  margin-bottom:5px; 
  padding-bottom:3px;
}

#content .title {
  font-weight: bold;
}

.mkt .part-section {
  clear: none;
}

/* Fix for odd line heights  */
.layout-twocolumn-right div[id*="_richtextcontent"] {
  line-height: 16px;
}

/* Product Highlights */
.imagemap-content {
  margin-bottom:15px;
}

.carousel {
  margin-bottom:10px;
}

#leftColumn .supplier-carousel.cycle-slideshow {
  margin-bottom: 25px;
}

.cycle-slide {
  margin-left: 0px !important;
    z-index: 10 !important;
}

.rtl .cycle-slide {
  margin-right: 0px !important;
  left: auto !important;
}

.cycle-slide-active img {
  width: 100%;
  height: auto;
}

img.right {
  float:right;
  margin:0 0px 10px 15px;
}

.rtl img.right {
  float:left;
  margin:0 15px 10px 0;
}

.sidebar__section h4 {
  border-bottom: 1px solid #999;  
  margin-bottom: 10px;
}

.sidebar__section {
/*! border: solid 1px #999; */ /*! margin-bottom: 15px; */
}

.sidebar__content:first-of-type {
  border-top: 1px solid #999;
}

.sidebar__content {
  padding: 5px 10px;
  border: 1px solid #999;
  border-top: 0;
  border-bottom: 0;
}

.sidebar__content.related-videos-result {
  padding: 0px;
  margin: 0 0 10px;
}

.sidebar__content:last-of-type {
  border-bottom: 1px solid #999;
}

.sidebar__content a {
  display: table;
  color: #000;
}

.sidebar__content.related-videos-result a {
  display: block;
}

.related-video-result-left {
  border-bottom: 1px solid #777;
}

.related-video-result-right {
  padding: 5px 10px;
}

.related-video-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.related-videos-result {
  border: 1px solid #777;
}

.related-videos-lower {
  display: flex;
  flex-flow: row wrap;
  padding: 0px;
  list-style: none;
  width: 230px;
}

.related-videos-lower .sidebar__content {
  flex: auto; 
  width: 230px;
  border: 1px solid #aaa;
  max-width: 100%;
  text-align: left;
  flex-grow: 1;
  justify-content: flex-end;
}

  .rtl .related-videos-lower .sidebar__content {
    text-align: right;
  }

  .related-videos-title {
    margin-bottom: 7px;
  }

  #leftColumn .richtextcontent img {
    max-width: 100%;
    height: auto;
  }

  #leftColumn .richtextcontent tr td[style*='2%'] {
    display: none;
  }

  #leftColumn .richtextcontent table.table-help td:last-child img {
    min-width: 69px;
}
  
  #leftColumn .richtextcontent table tbody tr:not(table.table-help) {
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    padding: 0px;
    margin: 0 -5px;
    list-style: none;
    max-width: 1024px;
    width: 100%;
  }

  #leftColumn .richtextcontent table tbody tr td:not(table.table-help) {
    display: block;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
    
  #leftColumn .richtextcontent table tbody tr td:first-child:not(table.table-help) {
    width: 45%;
    order: 1;
  }

  #leftColumn .richtextcontent table tbody tr td:nth-child(2):not(table.table-help) {
    width: 45%;
    order: 2;
  }

  #leftColumn .richtextcontent table tbody tr td:nth-child(2n+3):not(table.table-help) {
    width: 45%;
    order: 2;
  }

  #leftColumn .richtextcontent table tbody tr td:nth-child(4n):not(table.table-help) {
    width: 45%;
    order: 3;
  }

  #leftColumn .richtextcontent table tbody tr td:nth-child(6n):not(table.table-help) {
    width: 45%;
    order: 4;
  }

  #leftColumn .richtextcontent table tbody tr td:empty:not(table.table-help) {
    border: 1px solid white;
}

  #leftColumn .richtextcontent table:not(table.table-help), 
  #leftColumn .richtextcontent thead, 
  #leftColumn .richtextcontent tbody, 
  #leftColumn .richtextcontent th, 
  #leftColumn .richtextcontent td, 
  #leftColumn .richtextcontent tr {
    display: block; 
  }

  #leftColumn .richtextcontent table {
  width: 100%;
  }

  .content-column .table-main,
  #leftColumn .richtextcontent .table-main {
    display: table;
/*! width: 100%; */
}

  .content-column .table-main .table-left,
  #leftColumn .richtextcontent .table-main .table-left {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    padding-right: 10px;
}

   .content-column .table-main .table-right,
   #leftColumn .richtextcontent .table-main .table-right {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    padding-right: 10px;
}

.content-column .table-main .table-right img:nth-child(n+2) {
  padding-left: 20px;
}

  .content-column .table-main div.table-heading,
  .content-column .table-main div.table-heading-blank:not(:empty),
  #leftColumn .richtextcontent .table-main div.table-heading,
  #leftColumn .richtextcontent .table-main div.table-heading-blank:not(:empty) {
    font-weight: bold;
}

  .content-column .table-main div.table-heading:empty,
  .content-column .table-main div.table-heading-blank:empty,
  #leftColumn .richtextcontent .table-main div.table-heading-blank:empty {
    border: 1px solid white;
    height: 15px;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
  
  .related-videos-lower {
     margin: 0 -5px;
  }
  
  .related-videos-lower .sidebar__content {
     margin: 5px;
  }
  
  #leftColumn .richtextcontent .table-help tr:first-child {
    display: none;
  }
  
}

@media screen and (max-width:700px) {
  
  .content-column .table-main .table-right img:nth-child(n+2) {
  padding-left: 0px;
}

  #leftColumn .richtextcontent tr td {
    display: inline-block;
    margin-right: -0.25em;
}

  #leftColumn .richtextcontent tr td[style*='2%'] {
    display: none;
  }
  
  #leftColumn .richtextcontent td {
    margin-left: 1px;
  }
  
  #leftColumn .richtextcontent ul li {
    margin-bottom: 1px;
    margin-left: 1px;
  }
  
  #leftColumn .richtextcontent ul {
    margin: 0px 10px 0;
  }
  
  #leftColumn .richtextcontent table tbody tr td:first-child {
    width: 100%;
    order: 1;
    margin: 3px 0;
  }

  #leftColumn .richtextcontent table tbody tr td:nth-child(2) {
    width: 100%;
    order: 3;
  }

  #leftColumn .richtextcontent table tbody tr td[style*='2%']~td:nth-child(2n+3) {
    width: 100%;
    order: 4;
  }
  
  #leftColumn .richtextcontent table tbody tr td:nth-child(4n) {
    width: 100%;
    order: 3;
  }

  #leftColumn .richtextcontent table tbody tr td[style*='2%']~td:nth-child(6n) {
    width: 100%;
    order: 5;
  }

  .content-column .table-main .table-left > ul,
  #leftColumn .richtextcontent .table-main .table-left ul:nth-child(2n) {
    margin: 0 4px 0;
  }
  
  .content-column .table-main .table-right > ul,
  #leftColumn .richtextcontent .table-main .table-right ul {
    margin: 0 4px 0;
  }

  .content-column .table-main .table-left,
  #leftColumn .richtextcontent .table-main .table-left {
    display: table;
    width: 100%;
  }

  .content-column .table-main .table-right,
  .content-column .table-main div.table-heading-blank:not(:empty),
  #leftColumn .richtextcontent .table-main .table-right {
    display: table;
    width: 100%;
    margin: 0 0 10px;
  }
  
  .content-column .table-main div.table-heading,
  #leftColumn .richtextcontent .table-main div.table-heading-blank:empty {
  margin: 0;
  padding: 0;
  }
  
    .content-column .table-main div.table-heading,
  #leftColumn .richtextcontent .table-main div.table-heading-blank:not(:empty) {
  margin: 0;
  padding: 0;
  }
  
  .content-column .table-main div.table-heading,
  .content-column .table-main div.table-heading-blank:not(:empty),
  #leftColumn .richtextcontent .table-main div.table-heading,
  #leftColumn .richtextcontent .table-main div.table-heading-blank:not(:empty) {
  margin: 10px 0;
  }

  .content-column .table-main div.table-heading:empty,  
  .content-column .table-main div.table-heading-blank:empty,
  #leftColumn .richtextcontent .table-main div.table-heading-blank:empty {
  height: 0px;
  border: none;
  display: none;
  }
  
  #leftColumn .richtextcontent table.table-help tr {
    border: 1px solid;
  }
  
  #leftColumn .richtextcontent table.table-help td {
    margin: 0;
    border: 0;
  }
   
}

@media screen and (max-width:400px) {
  
  img.right {
    display: block;
    margin: 0 auto 10px auto;
    float: none;
}
  
  .rtl img.right {
  float: none;
  margin: 0 auto 10px auto;
} 
  
  .content-column .table-main,
  #leftColumn .richtextcontent .table-main {
    width: 100%;
}
  
  #leftColumn .richtextcontent img {
    display: block;
    margin: 0 auto 10px auto;
    float: none;
  }
  
  #leftColumn .richtextcontent ul {
    padding-left: 10px;
    width: 100%;
/*    height: 100%;*/
  }
  
  .rtl #leftColumn .richtextcontent ul {
    padding-right: 10px;
  }
  
  .rtl #leftColumn .richtextcontent td,
  .rtl #leftColumn .richtextcontent ul li {
    margin-right: 10px;
  }
  
  #leftColumn .richtextcontent table:not(table.table-help), 
  #leftColumn .richtextcontent thead, 
  #leftColumn .richtextcontent tbody, 
  #leftColumn .richtextcontent th, 
  #leftColumn .richtextcontent td, 
  #leftColumn .richtextcontent tr {
    display: block; 
  }

  #leftColumn .richtextcontent ul {
    margin: 0px 3px;
    /*! padding: 0px; */
  }
  
  td.title-two {
    display: none!important;
  }
  
  td.list-two::before {
    content: attr(data-label);
    font-weight: bold;
    line-height: 24px;
  }

}