/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.kodiak-component .fundsTable tbody tr td img {
  height: 16px;
}
  
/* Mobile */
@media only screen and (max-width: 767px) {
  
  .responsiveContainer table.responsive {
    margin-bottom: 0;
  }
  
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    clear: both;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: auto;
    overflow-y: hidden;
  }
  
  .responsiveContainer table.responsive td,
  .responsiveContainer table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  .responsiveContainer table.responsive th:first-child:not([colspan]),
  .responsiveContainer table.responsive td:first-child:not([colspan]),
  .responsiveContainer table.responsive td:first-child:not([colspan]),
  .responsiveContainer table.responsive.pinned td:not([colspan]) {
    display: none;
  }
  
  .kodiak-component .fundsTable tbody tr.subHeader th::before,
  .kodiak-component .fundsTable tbody tr.subHeader td::before {
    content: none !important;
    margin-right: 0;
  }

  .kodiak-component .fundsTable tbody.closed tr:not(subHeader) {
    display: table-row !important;
  }

  .kodiak-component .scrollable tbody tr.subHeader {
    color: transparent !important;
  }

}
