/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Revert this CSS: .entry-content tr td, body.et-pb-preview #main-content .container tr td */
.wp-prim-display-temporary-jobs-widget th,
.wp-prim-display-temporary-jobs-widget td {
	border-top: none !important;
	padding: 0 !important;
}

.wp-prim-display-temporary-jobs-widget td:not(:last-child) {
	padding-right: 9px !important;
}

/* Revert this CSS: .entry-content tr td, body.et-pb-preview #main-content .container tr td */
.wp-prim-display-temporary-jobs-widget th,
.wp-prim-display-temporary-jobs-widget td.wp-prim-display-temporary-jobs-widget-item {
	border-top: none !important;
	padding: 9px !important;
}

.wp-prim-display-temporary-jobs-widget th h5,
.wp-prim-display-temporary-jobs-widget td h6 {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-margin-before : 0;
	-webkit-margin-after: 0;
	padding-bottom: 0;
}

.wp-prim-display-temporary-jobs-widget-title {
	color: #fff !important;
	background-color: #94a3aa;
	text-align: center;
}

.wp-prim-display-temporary-jobs-widget-container {
	min-height: 130px;
	text-align: center;
}

.wp-prim-display-temporary-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-temporary-jobs-widget-content:hover {
	color: #cdcdcd !important;
}

.wp-prim-display-temporary-jobs-widget-item,
.wp-prim-display-temporary-jobs-widget-item > h6 > a {
	height: 30px;
	overflow: hidden;
	color: #171717 !important;
}

.wp-prim-display-temporary-jobs-widget-item:hover a {
	color: #005b89 !important;

}

.wp-prim-display-temporary-jobs-widget-item .pull-right {
	float: right;
}

.wp-prim-display-temporary-jobs-widget-item .btn.btn-default {
	background-color: #155d8f;
	color: #fff;
	border: 1px solid #155d8f;
	border-radius: 3px;
	cursor: pointer;
}

.wp-prim-display-temporary-jobs-widget-item .btn.btn-default:hover {
	background-color: #155d8fc0;
	border: 1px solid #155d8fc0;;
}

.wp-prim-display-temporary-jobs-widget-divider {
	margin-top: 10px;
	height: 1px;
	width: 100%;
	background-color: #777777;
	text-align: center;
}

tr:nth-child(even) .wp-prim-display-temporary-jobs-widget-item,
tr:nth-child(even) .wp-prim-display-temporary-jobs-widget-item button {
	background-color:  #fff;
}

tr:nth-child(odd) .wp-prim-display-temporary-jobs-widget-item,
tr:nth-child(odd) .wp-prim-display-temporary-jobs-widget-item button {
	background-color:  #e9ecee;
}

/* Revert this CSS: .entry-content table:not(.variations), body.et-pb-preview #main-content .container table */
td.wp-prim-display-temporary-jobs-widget-item table {
	border: none !important;
	margin: 0 !important;
	text-align: left !important;
	width: 100% !important;
}
