html {
  visibility: visible;
}
.job-class {
  background-color: rgb(204, 204, 153);
  background-image: url('/static/images/ricebk.jpg');
}
.job-class, .job-class td {
  font-family: Tahoma, Arial, Helvetica;
  font-size: x-small; 
  font-color: black;
  
}
.job-class .style2 {
  border-top-style: solid;
  border-top-color: inherit;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: medium;
}
.job-class .style3 {
  border-top-style: none;
  border-top-color: inherit;
  border-top-width: medium;
}
.job-class .style4 {
  border-collapse: collapse;
}