#pow-results {
}

#pow-results th button {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#pow-results table, table.pow-results {
    display: block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;

    font-size: 0.9em;
    display: inline-block;
    width: auto;
}

.pagination-container p {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

dl.data {  }

dl.data dt {
    margin: 0 0 0 0;
    clear: left;
    width: 50%;
    font-weight: 300;
    display: inline-block;
}
dl.data dt:after {
	content: ":";
}

dl.data dd {
	display: inline-block;
	width: 45%;
    margin: 0 0 0 0;
    font-weight: 600;
    position: relative;
    left: -5px;
    padding: 0 0 0 5px;
}

dl.data dd:after {
    content: '';
    display: block;
    clear: both;
}
dl.data ul{
	margin: 0 2em;
}

dl.data dt, dl.data dd {
	border-bottom: 1px solid #eee;
}

th.pow-count {
	font-weight: normal;
}

#pow-results table thead th {
	text-align: left;
}

.pagetype-ohaPage #fields-location-field-dd,
.pagetype-ohaPage #fields-historical_functions-field-dd,
.pagetype-ohaPage #fields-heritage_functions-field-dd,
.pagetype-ohaPage #fields-document_types-field-dd,
.pagetype-ohaPage #fields-heritage_conservation_districts-field-dd {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	display: block;
	height: 10.5em;
	overflow-y: scroll;
}

body.pagetype-ohaSearchResults ul.horizontal,
body.pagetype-ohaDetails ul.horizontal {
	margin-left: 0;
}

.pow-description {
	white-space: pre-wrap;
}

#pow-results > ul.list {
	list-style: none;
	margin-left: 0;
}
