
 .stackRow, .stackRow2 {
  position: relative;
  font-size: 0.9em; 
  padding: 0.5em 0.5em 0.5em 1em;
  border-top: 1px solid #b0b0b0;
  margin-bottom: 0em;
  background-color: #ffffff;
  overflow: auto;
  }

  .stackRow:Hover {
   cursor:pointer;
  }

  .stackRow a, .stackRow2 a{
  text-decoration: none;
  color: #002277;
  }

  .stackRow a:hover, .stackRow2 a:hover {
  text-decoration: underline;
  }





.listing_line {border-bottom: 1px solid #b0b0b0;}
  .stackRow p {
  
}


