/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wp-prim-display-jobs-widget-title {
	color: #fff !important;
	background-color: #94a3aa;
	text-align: center;
}

.wp-prim-display-jobs-widget-container {
	min-height: 130px;
	text-align: center;
}

.wp-prim-display-jobs-widget-content {
	color: #0d5c8c !important;
	font-size: 1em;
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
	height: 232px;
	overflow-y: auto;
}

.wp-prim-display-jobs-widget-content:hover {
	color: #cdcdcd !important;
}

.wp-prim-display-jobs-widget-item,
.wp-prim-display-jobs-widget-item > h6 > a {
	height: 30px;
	overflow: hidden;
	color: #171717 !important;
}

.wp-prim-display-jobs-widget-divider {
	margin-top: 10px;
	height: 1px;
	width: 100%;
	background-color: #777777;
	text-align: center;
}

tr:nth-child(even) .wp-prim-display-jobs-widget-item,
tr:nth-child(even) .wp-prim-display-jobs-widget-item button {
	background-color:  #fff;
}

tr:nth-child(odd) .wp-prim-display-jobs-widget-item,
tr:nth-child(odd) .wp-prim-display-jobs-widget-item button {
	background-color:  #e9ecee;
}
