/**
* 2002-2016 TemplateMonster
*
* TM Product Custom Tab
*
* NOTICE OF LICENSE
*
* This source file is subject to the General Public License (GPL 2.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/GPL-2.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future.
*
*  @author    TemplateMonster
*  @copyright 2002-2016 TemplateMonster
*  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
*/
.product-custom-tab-content .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 8px;
  border: 1px solid #e5e5e5;
  color: #333333;
  margin-bottom: 10px; }
  .product-custom-tab-content .table table {
    table-layout: auto;
    background: none; }
    .product-custom-tab-content .table table td, .product-custom-tab-content .table table th {
      border-right: 5px solid white; }
    .product-custom-tab-content .table table th {
      background: #f4f4f4;
      border-bottom: 8px solid white;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      font-size: 10px; }
      @media (min-width: 480px) {
        .product-custom-tab-content .table table th {
          font-size: 14px; } }
      @media (max-width: 479px) {
        .product-custom-tab-content .table table th {
          height: 70px;
          max-width: 60px; } }
    .product-custom-tab-content .table table tr:hover td {
      background: #f4f4f4; }
  .product-custom-tab-content .table .left-table {
    flex-shrink: 0; }
    .product-custom-tab-content .table .left-table table td {
      background: #f4f4f4; }
  .product-custom-tab-content .table .right-table {
    flex: 1 1 auto;
    overflow: auto;
    padding-bottom: 20px; }
    .product-custom-tab-content .table .right-table table th, .product-custom-tab-content .table .right-table table td {
      text-align: center; }
    .product-custom-tab-content .table .right-table table td:hover {
      background: #fe8080; }
.product-custom-tab-content table {
  table-layout: fixed;
  width: 100%;
  background: #f4f4f4;
  color: #333333; }
  @media (max-width: 767px) {
    .product-custom-tab-content table {
      font-size: 14px; } }
  .product-custom-tab-content table img {
    max-width: 100%;
    height: auto; }
