@value filterPanelWidth from '../dimensions.css';

.common {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 0 0 0 filterPanelWidth;
  min-height: 500px;
}

.common > header {
  font-size: .85rem;
  padding: 10px 10px 2px 10px;
}

.common > header > div {
  display: flex;
  align-items: baseline;
}

@media only screen
and (max-width: 768px) {
  .common {
    padding-left: 4px;
    padding-right: 4px;
  }

  .common > header {
    padding-left: 62px;
  }
}
