@media screen and (max-width: 767px) {
	
/* Responsive Tables */
  .hhl-jobs thead { display: none; }
  .hhl-jobs tr {
	display: block;
	position: relative;
	padding: 1.2em 0; }
  .hhl-jobs tr:first-of-type { border-top: 1px solid #ccc; }
  .hhl-jobs td { display: table-row; }
  .hhl-jobs td:before {
	content: attr(data-label);
	display: table-cell;
	font-weight: bold;
	padding: 0.2em 0.6em 0.2em 0;
	text-align: right; }
  .hhl-jobs td:last-child:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #ccc; }
	
  .hhl-jobs thead {
    display: none;
  }

  .hhl-jobs tr {
    display: block;
    position: relative;
    padding: 1.2em 0;
  }
  .hhl-jobs tr:first-of-type {
    border-top: 1px solid #ccc;
  }

  .hhl-jobs td {
    display: table-row;
  }
  .hhl-jobs td:before {
    content: attr(data-label);
    display: table-cell;
    font-weight: bold;
    padding: 0.2em 0.8em 0.2em 0.5em;
    text-align: right;
  }
  .hhl-jobs td:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ccc;
  }
}

.hhl-jobs table {
  margin-bottom: 2em;
  text-align: left;
	width: 100%;
	background: #FFF;
}

  .hhl-jobs tr:nth-child(even) {background: #fafafa}
  .hhl-jobs tr:nth-child(odd) {background: #FFF}

@media screen and (min-width: 768px) {

  .hhl-jobs td, .hhl-jobs th {
    padding: 0.4em 0.6em;
    vertical-align: top;
    border: 1px solid #ccc;
  }

  .hhl-jobs th {
    background: #2f2f36;
    font-weight: bold;
	  color: #FFF;
  }
}