.striped>tbody tr.live,
.active_job {
	background-color:rgb(144,238,144);
	cursor:grab;
}

tr.live td,
tr.live td code,
.active_job {
	font-weight:bold;
}

.active_job {
	padding:2px;
}

/* Hide the list of active shortcodes, because redundancy */
#field_featured_jobs,
label[for="field_featured_jobs"],
tr.job_description {
	display:none;
}

.see_job_description {
	float:right;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.modal-content {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
	height:500px;
	overflow:auto;
}

#close_modal {
	float:right;
	margin-right:10px;
	cursor: pointer;
}

tr.live td:first-of-type:before {
	content: "\f545";
	font-family: dashicons;
	font-weight:700;
	padding-right:5px;
}

.dashicons-update {
	animation: dashicons-spin 1s infinite;
	animation-timing-function: linear;
}

@keyframes dashicons-spin {
   0% {
	  transform: rotate( 0deg );
   }
   100% {
	  transform: rotate( 360deg );
	   }
}

.updating {
	padding-left:5px;
	position:relative;
	top:5px;
}
