$box-shaddow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

.flex-grid-wrapper {
  overflow: auto;
  display: flex;
  outline: none;
}

.flex-grid {
  border: 1px solid #ddd;
  border-left-color: transparent;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 0;
  font-size: 11px;
  outline: none;
  cursor: default;
  position: relative;
  transform: translate3d(0,0,0);
  //overflow: auto;
  width: 100%;
  height: 100%;
  
  //box-shadow: $box-shaddow;
  
  -webkit-overflow-scrolling: auto;
  
  .material-icons {
    font-family: 'Material Icons';
  }
  
  mark {
    color: orangered !important;
    background: transparent !important;
  }
}
