#search_form {
	margin: 10px;
	padding-left: 8px;
}

.result {
	padding-bottom: 5px;
}

table {
  font-family: 'Open Sans', sans-serif;
	font-size: 12px;
  width: 800px;
  border-collapse: collapse;
  margin: 10px 10px 0 10px;
}

table tr:hover {
	background: #f9d7b9;
}

table tr:nth-child(2n):not(:hover) td {
  background: #fdf2e8
}

table td {
  text-align: left;
  padding: 8px;
}
