.page-used-cars .uc-grid-container {
  background: #dadada;
}

.page-used-cars .uc-entry {
  background: #484848;
}

.page-used-cars .uc-details {
  background: #484848;
  color: #fff;
}

.page-used-cars .uc-entry-actions {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.page-used-cars .uc-price {
  color: #fff;
}

.page-used-cars .uc-view-button {
  background: #19d0f7;
  border-radius: 3px;
  outline: 0;
  border: 0;
  padding: 14px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #484848;
  cursor: pointer;
}

.page-used-cars .sales-team-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  color: #484848;
  letter-spacing: 2px;
}

.page-used-cars .team-individual-details--usedcars {
  margin-top: 25px;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}

