results {
	width: 100%;
}

table {
	width: 100%;
	border: collapse;
}

td {
	padding-top: .5%;
	text-align: left;
}

th {
	padding-right: .5%;
	padding-bottom: 1%;
	padding-top: 1%;
	text-align: center;
	background-color: #1a4364 !important;
	color: #fff;
	font-weight: bold;
}

.state {
	text-align: center;
	padding-right: .5%;
}

.phone {
	text-align: center;
}

.dbe {
	text-align: center;
}

.status {
	padding-left: 2%;
}

.link {
	text-align: left;
	padding-bottom: 1px;
}

.alternateRow {
	background-color: #eeeeee;
}

#nowrap {
	white-space: nowrap;
}

@media print {
	* {
		background: none !important;
		margin: 0 auto;
		color: #000 !important;
		max-width: 650px;
		transition: none !important;
	}
	header, img, a, .top-nav, .bottom-nav, .left-nav-list {
		display: none;
	}
	.copyright {
		margin-top: .5em;
		text-align: center;
	}
	.servicePrClass {
		min-width: 170px;
		max-width: 170px;
	}
	.vendor {
		min-width: 170px;
		max-width: 170px;
	}
	.phone {
		min-width: 85px;
		max-width: 85px;
	}
	.dbe {
		min-width: 55px;
		max-width: 55px;
	}
	.state {
		min-width: 40px;
		max-width: 40px;
	}
	.status {
		min-width: 70px;
		max-width: 70px;
	}
	
	#printButton{
		display: none;
	}
	
}