fieldset {
	padding: 1em;
	border: 2px groove #eee;
	width: 80%;
}
legend {
	font-weight: bold;
}

label {
	display: block;
	margin-bottom: 1em;
}

input.pagedisplay {
	float: none;
	width: 5em;
}

.pager img {
	cursor: pointer;
}

/* ppd search form */


#ppd-search input {
	float: none;
}

#ppd-add-col {
	display: block;
	clear: both;
}

fieldset.ppd-query-col {
	display: inline-block;
	border: 1px solid black;
	width:auto;
	margin: 0 1em 1em 0;
	position: relative;
	padding-top: 20px;
	cursor: move;
	background-color: white;
}

.ppd-query-col select {
	width: 15em;
}

.ppd-remove {
	position: absolute;
	top: 4px;
	right: 2px;
	width: 12px;
	height: 12px;
}

/* end ppd search form */

/* downloads page */

img.ppd-loading {
	vertical-align: middle;
	margin-left: 5px;
}

#ppd-download-links img.ppd-loading {
	vertical-align: bottom;
	margin-top: 8px;
	margin-left: 21px;
}

/* end downloads page */

table.tablesorter thead tr .header {
	padding-right: 21px;
}

table.tablesorter td.ppd-numeric {
	text-align: right;
}

#wpadminbar {
	z-index: 30;
}

.gn-loading {
	text-align: center;
	width: 80%;
	margin: 10% auto;
}

.gn-diff {
	display: block;
	background-color: #fdd;
	color: red;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
	white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;
}

strong {
	font-weight: bold;
}
p {
	margin-top: 1em;
}

.entry-content ul {
	margin-bottom: 1em;
	padding-left: 40px;
}

/* tooltips */

span.ppd-term {
	cursor: help;
	border-bottom: 1px dashed black;
}

/* end tooltips */

.ppd-previous-versions .dropdown-inner {
	display:none;
	padding-left: 30px;
}
/*
.dropdown {
	
	font-size:12px; 
	margin-bottom:15px;
	margin-top: 15px;

	position: relative;
	
    
	}
	*/
	.dropdown-inner {
	  display: none;
	}
	.dropdown-inner.open {
	  display: block;
	}
	.dropdown-innerx p {
	  
	  align-items: end;
	  margin: 20px 20px 20px 40px;
	  
	}
	a.dropdown-toggle {
	  /*background: #4ec1db;*/
	  cursor: pointer;
	  display: inline;
	  
	  padding: 5px 8px;
	  line-height: 14px;
	  padding-left: 20px;
	  
	  display:block;
	}
	a.dropdown-toggle .caret  {
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-left: 6px solid #000;
		display: inline-block;
		height: 80%;
		opacity: 1;
		vertical-align: middle;
		width: 0;
		margin-right:10px;
		position: relative;
		top: -1px;
		margin-left:-15px;
	 }
	a.dropdown-active .caret {
		position:relative;
		top:4px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #000;
		display: inline-block;
		vertical-align: middle;
		margin-right:8px;
	}
