/***************************
 * SMARTRECRUITER EMBEDDED JOBS WIDGET
 *************************/

#smartWidget0 .srJobList .srJobListTitles th {
  font-family: roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #060606;
  background-color: #ebebeb;
  border-bottom: 1px #060606 solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
#smartWidget0 .srJobList tbody .srJobListTitles tr:hover th {
  background-color: #ebebeb;
}

  #smartWidget0 .srJobList .srJobListTitles th * {
    font-family: roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  #smartWidget0 .srJobList .srJobListJobOdd:hover,
  #smartWidget0 .srJobList .srJobListJobOdd:focus,
  #smartWidget0 .srJobList .srJobListJobEven:hover,
  #smartWidget0 .srJobList .srJobListJobEven:focus {
    background-color: #68d2f2;
  }

    #smartWidget0 .srJobList .srJobListJobOdd td,
    #smartWidget0 .srJobList .srJobListJobEven td {
      color: #060606;
      background-color: #fff;
      border-bottom: 1px #ebebeb solid;
    }

    #smartWidget0 .srJobList .srJobListJobOdd *,
    #smartWidget0 .srJobList .srJobListJobEven * {
      font-family: roboto, sans-serif;
      font-size: 16px;
      line-height: 22px;
      color: #060606;
      background-color: #fff;
      padding-top: 6px;
      padding-bottom: 6px;
    }
