/* Beer Finder Styles */
html {
	background: #f8f7f1;
}
form {
	font-size: 15px;
	font-family: Open Sans,sans-serif;
	font-weight: 700;
    color: #666;
}
select {
background-color:
rgb(255, 255, 255)
;
border-bottom-color:
rgb(204, 204, 204)
;
border-bottom-left-radius:
5px
;
border-bottom-right-radius:
5px
;
border-left-color:
rgb(204, 204, 204)
;
border-left-style:
solid
;
border-left-width:
1px
;
border-right-color:
rgb(204, 204, 204)
;
border-right-style:
solid
;
border-right-width:
1px
;
border-top-color:
rgb(204, 204, 204)
;
border-top-left-radius:
5px
;
border-top-right-radius:
5px
;
border-top-style:
solid
;
border-top-width:
1px
;
color:
rgb(85, 85, 85)
;
font-family:
"Open Sans", sans-serif
;
font-size:
14px
;
font-style:
normal
;
font-weight:
normal
;
height:
34px
;
letter-spacing:
normal
;
line-height:
normal
;
margin-bottom:
10px
;
margin-left:
0px
;
margin-right:
6px
;
margin-top:
0px
;
padding-bottom:
0px
;
padding-left:
0px
;
padding-right:
0px
;
padding-top:
0px
;
}
#submitBtn {
background-color:
rgb(148, 21, 28)
;
border-bottom-color:
rgb(255, 255, 255)
;
border-bottom-left-radius:
5px
;
border-bottom-right-radius:
5px
;
border-bottom-style:
none
;
border-bottom-width:
0px
;
border-left-color:
rgb(255, 255, 255)
;
border-left-style:
none
;
border-left-width:
0px
;
border-right-color:
rgb(255, 255, 255)
;
border-right-style:
none
;
border-right-width:
0px
;
border-top-color:
rgb(255, 255, 255)
;
border-top-left-radius:
5px
;
border-top-right-radius:
5px
;
border-top-style:
none
;
border-top-width:
0px
;
box-shadow:
none
;
color:
rgb(255, 255, 255)
;
cursor:
pointer
;
display:
inline-block
;
font-family:
"Open Sans", sans-serif
;
font-size:
13px
;
font-stretch:
normal
;
font-style:
normal
;
font-variant-caps:
normal
;
font-variant-ligatures:
normal
;
font-variant-numeric:
normal
;
font-weight:
normal
;
height:
32px
;
letter-spacing:
1.2px
;
line-height:
15px
;
margin-bottom:
0px
;
margin-left:
0px
;
margin-right:
0px
;
margin-top:
0px
;
padding-bottom:
6px
;
padding-left:
20px
;
padding-right:
20px
;
padding-top:
7px
;
text-transform:
uppercase
;
vertical-align:
middle
;
white-space:
nowrap
;
width:
152.641px
;
}
input[type="text"] {
	background-color:
rgb(255, 255, 255)
;
background-image:
none
;
border-bottom-color:
rgb(204, 204, 204)
;
border-bottom-left-radius:
4px
;
border-bottom-right-radius:
4px
;
border-bottom-style:
solid
;
border-bottom-width:
1px
;
border-left-color:
rgb(204, 204, 204)
;
border-left-style:
solid
;
border-left-width:
1px
;
border-right-color:
rgb(204, 204, 204)
;
border-right-style:
solid
;
border-right-width:
1px
;
border-top-color:
rgb(204, 204, 204)
;
border-top-left-radius:
4px
;
border-top-right-radius:
4px
;
border-top-style:
solid
;
border-top-width:
1px
;
box-shadow:
rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset
;
color:
rgb(85, 85, 85)
;
font-family:
"Open Sans", sans-serif
;
font-size:
14px
;
font-style:
normal
;
font-weight:
normal
;
line-height:
20px
;
margin-bottom:
15px
;
margin-left:
0px
;
margin-right:
0px
;
margin-top:
0px
;
padding-bottom:
6px
;
padding-left:
12px
;
padding-right:
12px
;
padding-top:
6px
;
}
fieldset {
	border: 3px double #e2ddd3;
}
fieldset #finder_results {
	padding: 15px 5px 2px 5px;
}
legend {
	display: none;
}
#map_canvas {
	border-color: #e2ddd3!important;
}
#finder_disclaimer {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	color: #666;
}
#finder_table {
	border-bottom: 0;
	border-color: #e2ddd3!important;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-family: "Open Sans", sans-serif;
	color: #666;
	width: 98%;
}
#finder_table a {
	color: #ad1f24;
	text-decoration: none;
}
#finder_table a:hover {
	color: #6ba539;
	text-decoration: underline;
}
#finder_table th {
	border-color: #e2ddd3!important;
	border-left: 0;
	border-right: 0;
	padding: 6px;
}
#finder_table td {
	border-color: #e2ddd3!important;
	border-left: 0;
	border-right: 0;
	padding: 6px;
}
#finder_paging {
	border-bottom: 0;
}
#finder_paging a.finder_page, #finder_paging a.finder_page_current {
	background: #94151c;
	border: 0;
	color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400!important;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px 3px 10px;
}
#finder_paging a.finder_page:hover, #finder_paging a.finder_page_current {
	color: #fff;
	text-decoration: none;
}
#finder_paging a.finder_page_current {
	background: #6ba539;
}
.finder_miles {
	display: none;
}
#startover {
	display: none;
}
#vipcopyright {
  display: none!important;
}