/*#admin_header { display: none; }*/
* {
	font-size:14px;	
}
.lobbyists_container *, .principals_container * { 
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#375e9c;
}
a:hover {
	text-decoration: underline;
	color:#D98200;
}
.current {
	cursor:default;
}
.select_district {
	display:inline-block;
	position:relative;	
}

.padder
{
padding: 10px;
}

.padder2{
	padding: 0px 14px;
	margin-top:-16px;
}

.leftindent{
margin-left:14px;
}

select {
	margin-left:-15px;
	margin-bottom:10px;	
}

@media (max-width: 410px) { 
	
	.textshadow, em {
		font-size:26px;
	} 
	.textshadow{
	top: 6px;	
	}
	.textshadow em {
		position: absolute;
		top: -11px;
		left: -1px;
		z-index: 10;
		color: rgb(255, 255, 255);
		font-style: normal;
}
}


#showLobbyists {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	/*font-size: 12px;*/
	
}
#showLobbyists a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#375e9c;
}
#showLobbyistsa:hover {
	text-decoration: underline;
	color:#D98200;
}
#showLobbyists .current {
	cursor:default;
}

#showLobbyists h1 {
	font-size:20px;	
}

#showLobbyists .activeLeft
{
	display: inline-block;
	width: 156px;
	float:left;
	padding-top:3px;
}
#showLobbyists .activeRight
{
	float:left;
	padding-left: 15px;	
}

.principals_container
{
	/*font-size: 12px;	*/
}

#daPrincipals .principalTitle
{
	font-size: 15px;
	font-weight: bold;	
	/*color:#375e9c;*/
}

.lobbyistTitle
{
	font-size: 1.25em;
	font-weight: bold;
	display:block;
	padding-bottom:6px;	
}



.lobbyistHeading
{
	font-size: 1.25em;
	font-weight: bold;
	display:block;
	padding-bottom:0px;	
}
.subPrincipals
{
	font-size: 1.2em;
	display:block;
	padding-left:12px;
	padding-top:2px;
	padding-bottom:8px;	
	font-weight: normal;
}
.principalName
{
	font-size: 1.1em;
	display:block;
		
}
.lobbyistAddress {
	display:block;
}

.ResultsBox {
	display:block;
	/*border:1px solid #ccc;*/
}
.ResultsHeading {
	display:block;
	/*padding:10px 10px;	*/
	background-color:#fcfcfc;
	font-style:italic;
	font-size: 17px;
	border-bottom:2px dotted #ccc;
	padding-bottom:6px;
	width:75%;
}

.ResultsList {
	
	display:block;
	padding-left:12px;
	padding-top: 14px;
	padding-bottom: 2px;
	padding-right: 16px;
}

#daPrincipals .lobbyistTitle2
{
	font-size: 17px;
	font-weight: bold;	
	display:block;
	padding-bottom:6px;	
}
.nonbold {
	font-weight:normal;
}