﻿html div.jobQueryHistory div.header {
	margin: 0; 
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
    border: solid 1px #828282;
}

div.jobQueryHistory div.content {
    max-height: 300px;
	margin: auto;
}

div.jobQueryHistory div.content .contentItem {
	border-bottom: solid 1px;
	padding-bottom: 12px;
}

.jobQueryHistory {
    color: #31708f !important;
}

.jobQueryHistory hr {
    border-color: #31708f;
    margin: 5px;
}