/* Style for Evaluation and Report Language (EARL) publications
 *
 * Copyright 2009 W3C (MIT, ERCIM, Keio). All Rights Reserved.
 * See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
 *
 * Author: W3C Evaluation and Repair Tools Working Group (ERT WG)
*/

.def {
  margin: 1em 2em 1em 2em;
  color: #000;
  background-color: #ebebeb;
  padding: 0.5em;
  border: 1px dotted #e63232;
}
.example {
  margin: 1em 2em 1em 2em;
  color: #000;
  background-color: #fff;
  padding: 0.5em;
  border: 1px dotted #e63232;
}
.note {
  color: #000;
  background-color: #adff2f;
}
.termref {
  text-decoration:none;
  color:#000000;
  padding-bottom:0; margin-bottom:0;
  border-bottom:dashed #808080 1px;
  background-color: transparent;
}
a.termref:link {
  color:#000000;
  background : inherit;
}
a.termref:hover, .termref:active, a.termref:focus {
  color:#0000CC;
  background : inherit;
  border-bottom:solid #0000CC 1px;
}
.keyword {
  font-weight: bold;
  font-style: italic;
}
.noindent {
  list-style-type: none;
  margin: 0;
  padding: 0;
}   
pre {
  border: 1px dotted #000;
  color: #000;
  background-color: #f4f3e7;
}
table {
  margin: 1ex 2%;
  border: solid 1px #000;
  border-collapse: collapse;
}
thead,tfoot,tbody,tr {
  margin: 0;
  padding: 0;
}
th,td {
  margin: 0;
  padding: 0.2em 1em;
  border: solid 1px #000;
  vertical-align: top;
}
th ul, td ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
abbr[title], acronym[title] {
  font-weight: inherit;
  font-style: normal;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: inherit;
}