.content {
  height: calc(100% - 158px); // 108 - header, 50 - footer
  overflow: auto;
  padding: 0 10px;
}
