/*
  Table styles to reproduce the table layout used elsewhere on yukon.ca.
*/

#hrsmart-job-listings table.yukon-hss-job-listings {
  border-width: 0;
  margin-top: 1rem;
}

#hrsmart-job-listings table.yukon-hss-job-listings thead tr th {
  border-bottom-width: 2px;
  border-color: #ddd;
  line-height: 1.5rem;
  padding: .5rem;
  vertical-align: bottom;
  white-space: nowrap;
}

#hrsmart-job-listings table.yukon-hss-job-listings tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

#hrsmart-job-listings table.yukon-hss-job-listings tbody tr:hover {
  background-color: #f0f0f0;
}

#hrsmart-job-listings table.yukon-hss-job-listings tbody tr td {
  border-width: 0;
  border-top-width: 1px;
  padding: .5rem;
  vertical-align: top;
  line-height: 1.5rem;
}

#yukon-hss-hrsmart-job-listings_wrapper {
  padding: 5px;
}
