@media (max-width: 768px) {
  .contracts .table-row .inner-row:nth-child(2n) {
    background: #cccccc2e;
  }

  footer .footer-nav {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  footer .payment-logos {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .contracts .table-row .inner-row:nth-child(4n+3), .contracts .table-row .inner-row:nth-child(4n+3) + * {
    background: #cccccc2e;
  }
  .contracts .table-row .inner-row:nth-child(2n) {
    border-left: 1px dashed #ccc;
    padding-left: 15px;
  }
  .contracts .table-row .inner-row.no-border-left:nth-child(2n) {
    border-left: none;
    padding-left: 0;
  }
  .contracts .table-row .inner-row .list-group-item {
    padding-left: 0;
  }
}
.contracts .collapse.collapse-table {
  background: #fff;
}
.contracts .collapse.show {
  border: 1px solid #dee2e6;
}
.contracts .table-row .items {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts .table-row:nth-child(2n) {
  background: #f8f9fa;
}
.contracts .table-row .inner-row {
  padding: 7.5px 5px;
}
.contracts .table-row .inner-row:not(.no-border-left):hover {
  transition: 0.3s ease;
  background: #cccccc8c;
}

.list-group-item {
  border: none;
  border-bottom: 1px solid #dee2e6;
  background: none;
}
.list-group-item:last-child {
  border: none;
}

.main-content {
  min-height: calc(80vh - 62px);
}

footer {
  background: #f8f9fa;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #495057;
}
footer a {
  color: #495057;
}
footer .payment-logos img {
  height: 55px;
}