/* Banner Styles */

#pg-banner {
	width: 100%;
	height: 50px;
	background: linear-gradient(#FFF,#E7E7E7);
	border-bottom: 1px #676767 solid;
	/*box-shadow: 0 1px 2px #000;*/
	padding: 5px 0;
	position: relative;
	z-index: 3000;
}

#pg-banner p {
	color: #000;
	font-size: 1.25rem;
	padding: 2px;
	float: left;
	margin: 0 0 1.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

#pg-banner .logo {
	width:60px;
	height:100%;
	background:  url("http://newsinteractive.post-gazette.com/beerme/wp-content/uploads/sites/2/2015/02/pg-logo-150x150.png") no-repeat center;
	background-size:contain;
	border-right:1px solid #d8d8d8;
	padding-right:10px;
	margin-right:10px;
	float:left;
}

#pg-banner .social {
	float:right;
	height:30px;
	line-height:30px;
	width:100px;
	margin-top: 5px;
}

#pg-banner .social a {
	float:left;
	color:black;
	line-height:30px;
	margin-right:20px;
}

#pg-banner .social a:hover {
	color:#666;
	cursor:pointer;
}

/* Custom Styles */

.pg_notify {
	display: none;
}

.ui-jqgrid .ui-jqgrid-pager {
	height: 100px !important;
}

.ui-jqgrid .ui-pg-button span {
	background-color: #0078ae;
}
.ui-jqgrid .ui-pg-selbox {
	height: 35px !important;
}
#primary2015_toppager {
	height: 70px !important;
}

body, h3 {
	font-family: 'Roboto', sans;
}

.race {
	background-color: #efefef;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 400px;
	padding: 10px;
	font-family: 'Roboto', sans;
	float: left;
	min-height: 285px;
}

.race h4 {
	font-family: 'Roboto', sans;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
}

tr.winner {
	font-weight: 700;
}

ul.race {
	list-style: none;
}
