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

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

ul {
    list-style: disc;
    margin: 0em 0em 0em 1em;
}

ol {
    margin: 0em 1em 1em 1em;
}

li {
    margin-bottom: 0.5ex;
}

a:hover {
    color: #F00;
}

h1, h2, h3, h4, h5 {
    text-align: left;
    color: #603;
    background-color: transparent;
}
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;
}

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: yellow;
  border: 2px solid black;
  font-style: normal;
  font-size: larger;    
  font-weight: bold;
}

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:hover
{
  background: yellow;
}

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: yellow;
  border: 2px solid black;
  font-style: normal;
  font-size: larger;    
  font-weight: bold;
}

*/