div#wrapper
{
	overflow: hidden;
}

table#glossary-table
{
	padding: 1em;
}
table#glossary-table tr
{
	margin-top: 1em;
}
table#glossary-table td, table#glossary-table th
{
	
}
div#sources
{
	height: 200px;
	width: 90%;
	margin: 0 auto;
}

div#sources ul
{
	list-style-type:circle;
}
div#sources li
{
	display: inline;
	float: left;
	width: 20%;
	margin: .25em .5em
}

div#pesticide-search-key
{
	
}

div#pesticide-search-key > table
{
	margin: 0 auto;
}

div#pesticide-search-key table td
{
	padding: .5em;
	max-width: 150px;
}

img#psearch-key
{
	margin-top: 5px;
}

/* Makes ExtJS grid cells wrap text rather than expand horizontally */
.x-grid-cell-inner
{
	white-space: normal;
}

/* Makes ExtJS grid headers wrap text rather than get cut off */
.x-column-header-inner .x-column-header-text {
    white-space: normal;
}

.x-column-header-inner {
    line-height: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
    top: 20%;
}