.jocontent {
  padding: 10px;
}

table.jotable {
  width: 80%;
  background: #CCCCCC;
  padding: 0;
}

table.jotable tr {
  background: #D8E0E7;
}

table.jotable td {
  background: #CCCCCC;
  padding: 2px;
}

table.jotable th {
  padding: 5px 2px 5px 2px;
}

table.jotable td.joheader {
  font-weight: bold;
  background: #D8E0E7;
}
