.widget-head
{
    background: #eaeaea !important;
}
.widget-title
{
    font-weight: 700;
    text-align: center;
}

/*Front Page Blue Quick Links*/
#fp-button-box .fp-button-item SPAN {
  color: white;
  text-decoration: none;
  padding-left:20px;
  font-size: 18px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 #043556;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
#page #content .widget .btn-hours {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: normal;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#page #content .widget .btn-hours:hover, #page #content .widget .btn-hours:focus {
	color: #94C3EA !important;
	text-decoration: none;
}
.btn-primary span:hover {
	background-color: transparent !important;
}
