@import "https://www.mt.com/etc/designs/mt/widgets/misc/init.less";
.mt_tableComp_font_SM, 
.mt_tableComp_font_SM table {
  font-size: 12px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.5rem;
  }
.mt_tableComp_font_MD, 
.mt_tableComp_font_MD table {
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.5rem;
  }
.mt_tableComp_font_LG, 
.mt_tableComp_font_LG table {
  font-size: 16px;
  font-size: 1.4rem;
  line-height:20px;
  line-height: 1.66rem;
  }

/* Generic Table Styling */
.mt_tableComp_clear table, table.design1 {
  border-collapse: collapse;
  border: none;
  }
  .mt_tableComp_clear table > table, table.design1 table, 
  .mt_tableComp_clear table tr, table.design1 tr, 
  .mt_tableComp_clear table th, table.design1 th, 
  .mt_tableComp_clear table td, table.design1 td { 
    border-top: 1px solid #E6E6E6;
    border-bottom: none;
    border-left: none;
    border-right: none; 
    }
  .mt_tableComp_clear table th, table.design1 th { 
    font-weight:bold; 
    }
  .mt_tableComp_clear table th, table.design1 th, 
  .mt_tableComp_clear table td, table.design1 td { 
    padding:6px; 
    }
  .mt_tableComp_clear table td, table.design1 td {
    background: transparent linear-gradient(to right, #f3f3f3 0%,#ffffff 6%);
    background-repeat-x: no-repeat;
    background-repeat-y: repeat; 
    }

.mt_tableComp_light table, table.design2 {
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  }
  .mt_tableComp_light table tr:nth-of-type(even),
  table.design2 tr:nth-of-type(even) {
    background-color: #f5f5f5;
    }
    .mt_tableComp_light table td, 
    .mt_tableComp_light table th, 
    table.design2 th, 
    table.design2 td {
      border-left: 1px solid #e6e6e6;
      padding: 6px;
      }
    .mt_tableComp_light table th{
      font-weight: bold;
      }
    .mt_tableComp_light table td, 
    table.design2 td{
      border-top: 1px dotted #e6e6e6;
      }
      
.mt_tableComp_dark table {
  border-collapse: collapse;
  border: 1px solid #999999;
  background: #a5a5a5;
  color:#ffffff;
  }
  .mt_tableComp_dark caption {
    color: #666666;
    }
  .mt_tableComp_dark table tr:nth-of-type(even) {
    background-color: #888888;
    }
    .mt_tableComp_dark table td, 
    .mt_tableComp_dark table th{
      border-left: 1px solid #999999;
      padding: 6px;
      }
    .mt_tableComp_dark table td{
      border-top: 1px dotted #f3f3f3;
      }
