/**
 * @file
 * Default theme styles for the JSE scripted pages and elements
 */
.market-overview--search--results {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.instrument--view-mode--result:hover {
  background: #a3cf60;
  color: #fff;
  cursor: pointer;
}
.instrument--view-mode--result:hover a {
  color: #fff;
  cursor: pointer;
}