/* breakpoints */
.page-list {
  padding: 15px 15px 15px 15px;
}

.page-list > .component-content .items {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #f7f7f7;
  color: #5e5e5e;
  border-radius: 5px;
}

.page-list > .component-content .items .item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d6d6d6;
  background: transparent;
  padding: 15px;
  overflow: hidden;
}

.page-list > .component-content .items .item:last-child {
  border-width: 0;
}

.page-list > .component-content .items .item .field-title {
  font-weight: bold;
  color: #5e5e5e;
}
