/*.wrap{max-width:1400px;margin:0 auto;padding:0 20px}*/
    
    /* Feature Matrix */
.feature-matrix-container {
  overflow: auto;
  max-height: 100vh;
  max-width: 100vw;    
  /*margin: 2em 0;*/
  border: 1px solid #ccc;
}

.feature-matrix {
  /*width: 100%;*/
  border-collapse: collapse;
  font-size: 0.95em;
  /*table-layout: fixed;*/
}

.feature-matrix th,
.feature-matrix td {
  border: 1px solid #ccc;
  padding: 0.75em;
  vertical-align: top;
  word-wrap: break-word;
  text-align: center;
  min-width: 100px;
}

.feature-matrix th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.feature-matrix td:first-child {
  text-align: left;
  font-weight: normal;
}

.feature-matrix td:first-child strong {
  /*display: block;*/
  margin-bottom: 0.25em;
  font-weight: bold;
}

.feature-matrix td:last-child {
  text-align: left;
}

/* Sticky first row */
  .sticky.top {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #eceff1;
  }

  .sticky.top img {
    height: 30px;
    vertical-align: bottom;
    margin-right: 8px;
  }
  
  /* Sticky first column */
  .sticky.left {
    position: sticky;
    left: 0;
    z-index: 4;
    background: #eceff1;
  }
  
  
  /* Top-left cell */
  .sticky.top-left {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: #e3f2fd;
  }
  
  .sticky.top-left img {
    height: 55px;
    vertical-align: text-bottom;
  }
  
  .sticky.top-left span {
   /*color: #448AFF;*/
   color: #455A64;  
   font-size: 30px;  
   font-family: Roboto; 
  }
  
  .sticky.left img {
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
  }


@media (max-width: 900px) {
    
/* Top-left cell */
  
  
  .sticky.top-left img {
    height: 25px;
    vertical-align: text-bottom;
  }    

.sticky.top-left span {
   /*color: #448AFF;*/
   color: #455A64;  
   font-size: 20px;  
   font-family: Roboto; 
  }    
    
.feature-matrix th,
.feature-matrix td {
  border: 2px solid #ccc;
  padding: 0.5em;
  vertical-align: top;
  word-wrap: break-word;
  text-align: center;
  min-width: 90px;
}    
}
