@import '../../lib/commonStyles/variable.scss';

.root {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 0;
  background: #fff;
}

div.listItem.listItem {
  font-size: 14px;
  justify-content: space-between;
  height: 36px;

  padding: 0 16px;
}
