/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (min-width: 735px) and (max-width: 1068px) {
   .section-size-weight .table-14 .caption-height {
      transform: translate(352px, 3px);
   }

   .section-size-weight .table-14 .caption-depth {
      transform: translate(448px, 176px);
   }

   .section-size-weight .table-14 .caption-depth {
      transform: translate(354px, 176px);
   }

   .section-size-weight .table-16 .caption-height {
      transform: translate(365px, 2px);
   }

}

@media only screen and (max-width: 734px) {
   .section-size-weight .table-14 .caption-height {
      transform: translate(137px, 1px);
   }

   .section-size-weight .table-14 .caption-depth {
      transform: translate(137px, 64px);
   }

   .section-size-weight .table-16 .caption-height {
      transform: translate(142px, 2px);
      text-align: left;
   }

}

@media only screen and (max-width: 734px) {
   .section-techspecs ul li.no-margin-top {
      margin-top: -.2em;
   }
}


/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/