.job-sync-container table {
  width: 100%;
  font-size: 16px;
}

.job-sync-container table .order_jobs {
  cursor: pointer;
}

.job-sync-container table .order_jobs:hover {
  text-decoration: underline;
}

.job-sync-container table tr:hover {
  background: #eee;
}

.job-sync-container table tr:hover td {
  background: none;
}

.job-sync-container table tr th {
  padding: 10px 15px;
  font-weight: bolder;
  background: #f3f2ec;
}

.job-sync-container table tr td {
  padding: 5px 15px;
  background: #f5f5f5;
}

.job-sync-container table tr .name-td a {
  color: #ccd0d4;
}

.job-sync-container table tr .date-td {
  width: 148px;
  font-size: 0.8em;
  font-weight: bolder;
}

.job-sync-container .nav {
  margin-top: 10px;
  text-align: center;
}

.job-sync-container .nav .current {
  font-weight: bolder;
}
