﻿.PropertySearchDisplay {
  color: black;
}

.PropertySearchDisplay .PropertySearchItem{
  cursor:pointer;
}
.PropertySearchDisplay .PropertySearchItem:hover {
  background-color: blue;
  color: white;
  padding: 0 1rem;
  margin: 0 -1rem;
}

.PropertySearchDisplay .SectionName{
  font-weight:bold;
}

#psWidgetContainer {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #fff;
  border-bottom-right-radius: .35rem;
  border-bottom-left-radius: .35rem;
}
