body {
  font-family: "Verdana", "Arial";
}

.graphic-container{
  font-family:"Arial";
  font-weight:normal;
}

.graphic-container.frame{
  font-family:"Arial";
  font-weight:normal;
}

.si > .title {
  text-transform: uppercase;
}

.warning-label:before {
  content: "Warning:";
}
.caution-label:before {
  content: "Caution:";
}
.note-label:before {
  content: "Note:";
}

button.print:before {
  content:"Print";
}

a.xref::before {
  content:" Ref. to ";
}
a.xref::after {
  content: ".";
}

a.xref-testblock::before {
  content:" Go to ";
}
a.xref-testblock::after {
  content: ".";
}

a.xref-notfound:after {
  content: "Target Not Found";
}

.yes-title > div:after {
  content: "Yes";
}
.ok-title > div:after {
  content: "OK";
}
.no-title > div:after {
  content: "No";
}
.ng-title > div:after {
  content: "NG";
}

.nodata:after {
  content: "No Data Found";
}
