hbody {
    background: white;
    margin-left: 5%;
    margin-right: 5%;
}

div.table-container {
    margin-left: 5%
}

a:hover {
    color: #F00;
}

h4 {
  font-weight: bold;
  padding: 2px;
  padding-bottom: 1px;
  margin: 1pt 1pt 1pt 1pt;
}

hr {
    clear: both;
    color: #000;
    background-color: #603;
    border-style: none;
}

table.predicates-and-objects {
    border-collapse: collapse;
    border: 1px solid #999;
}

th.subject-name {
    color: blue;
    border-bottom: 1px solid #999;
    padding: 5px;
    text-align: left;
    background-color: #CCCCCC;
}

th.highlight-subject-name {
    color: red;
    border-bottom: 1px solid #999;
    padding: 5px;
    text-align: left;
    background-color: #CCCCCC;
}

td.predicate-name {
    border-right: 1px solid #999;
    padding: 5px;
    text-align: left;
    font-style: italic;
    width: 150px;
}

td.object-name {
    border: 0;
    padding: 5px;
    text-align: left;
    font-style: normal;
}

td.highlight-element-name {
    border: 0;
    padding: 5px;
    text-align: right;
    font-weight: bold;
    background-color: red;
}

td.details {
    padding: 5px;
    text-align: right;
    font-size: smaller;
}

td.uri-details {
    padding: 5px;
    text-align: right;
    font-size: smaller;
}

tr.pred-obj-1 {
  background-color: #FFFFAA;
}

tr.pred-obj-2 {
  background-color: #EEEEFF;
}

span.hidden-span:link, span.hidden-span a
{
  margin: 2px 5px 2px 5px;
  padding: 2px;
  width: 100px;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid black;
  border-left: 2px solid #cccccc;
  border-right: 2px solid black;
  background: #ffff99;
  text-align: center;
  color: black;
  font-style: normal;
  text-decoration: none;
}

span.hidden-span a:hover
{
  background: #aaaaff;
}

span.hidden-span a:active
{
  border-bottom: 2px solid #eeeeee;
  border-top: 2px solid black;
  border-right: 2px solid #eeeeee;
  border-left: 2px solid black;
}


span.hidden-span a span {display: none;}

span.hidden-span a:hover span {
  display: block;
  z-index: 100;
  position: absolute;
  margin: 2px;
  padding: 10px;
  color: black;
  background-color: white;
  border: 1px solid black;
  font-style: normal;
  font-weight: normal;
}

span.hidden-span-uri:link, span.hidden-span-uri a
{
  margin: 2px 5px 2px 5px;
  padding: 2px;
  width: 100px;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid black;
  border-left: 2px solid #cccccc;
  border-right: 2px solid black;
  background: #ffff99;
  text-align: center;
  color: black;
  font-style: normal;
  text-decoration: none;
}

span.hidden-span-uri a:active
{
  border-bottom: 2px solid #eeeeee;
  border-top: 2px solid black;
  border-right: 2px solid #eeeeee;
  border-left: 2px solid black;
}

span.hidden-span-uri a span {display: none;}

span.hidden-span-uri a:hover span {
  display: block;
  z-index: 100;
  width: 500px;
  text-align: left;
  position: absolute;
  margin: 0px;
  padding: 10px;
  color: black;
  background-color: white;
  border: 1px solid grey;
  font-style: normal;
  font-weight: normal;
}

rect.event-rect {
 stroke: grey;
 fill: white;
 stroke-width: 2;
}

text.event-label {
 font-size: 12pt;
}

line.purpose-line-1 {
 stroke: red;
 stroke-width: 7;
}

line.purpose-line-2 {
 stroke: green;
 stroke-width: 7;
}

line.purpose-line-3 {
 stroke: blue;
 stroke-width: 7;
}

line.purpose-line-4 {
 stroke: yellow;
 stroke-width: 7;
}

line.purpose-line-5 {
 stroke: purple;
 stroke-width: 7;
}

line.purpose-line-selected-1 {
 stroke: red;
 stroke-width: 7;
}

line.purpose-line-2 {
 stroke: green;
 stroke-width: 7;
}

line.purpose-line-3 {
 stroke: blue;
 stroke-width: 7;
}

line.purpose-line-4 {
 stroke: yellow;
 stroke-width: 7;
}

line.purpose-line-5 {
 stroke: purple;
 stroke-width: 7;
}

