/*
	Document   : reporter-search
	Created on : Jul 16, 2013, 3:30:51 PM
	Author     : Shane Cody
	Description:
	Styling for dj search-results
*/
.result, .result2 {
  background: #f4f4f4;
  border-bottom-color: #3a3a3a;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: 9px;
}

.result h3, .result2 h3 {
  color: #6dabc2;
}

.result img, .result .details, .result2 img, .result2 .details {
  float: left;
}

.result img, .result2 img {
  width: 80px;
  border-radius: 7px;
}

.result .details, .result2 .details {
  margin-left: 9px;
}

.result .links, .result2 .links {
  margin-top: 9px;
}

.result p, .result2 p {
  margin: 0;
}

.result2 {
  background-color: #dedede;
}

table {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*# sourceMappingURL=reporter-search.css.map */
