body {
  line-height: 1.4em;
  font-family: Arial,sans-serif;
  font-size: 1em;
}

a:link {
  font-weight: normal;
}

br + b {
  color: #D00000;
  font-size: 1.1em;
/*background-color:#FFFFFF;
  margin-left: 0.5em; */
}

.syn + span > br + b {
  font-size: 1em;
}

.def {
  display: inline-block;
}

.exam {
  color: #369; /*#008080; */
  margin-left: 2.5em;
  text-indent: -1.7em;
  display: inline-block;
  font-size: 0.95em;
  font-family: "Segoe UI" , Arial, sans-serif;
}

.exam:before {
  color: #008080;
  content: "▶";
  margin-right: 0.3em;
  margin-left: 1em;
  font-style: normal;
}

.auth {
  color: #008000;
  font-style: italic;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 2em;
}

.auth:before {
  content: "—";
  color: #008000;
  margin-left: 1em;
  margin-right: 0.3em;
  font-style: italic;
  display: inline-block;
}

.form {
}

.syn {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  padding: 1px 1px;
  border-radius: 5px;
  background: #0060A0;
  color: #F1F3F5;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.5em;
}

.usage {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0px 5px;
  border-radius: 5px;
  background: #0060A0;
  color: #F1F3F5;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.5em;
}

.thea {
  font-weight: normal;
  color: #1666aa;
  font-size: 1.6em;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 1px;
  padding-right: 5px;
  display: block;
  border-radius: 3px;
  font-family: Georgia, serif;
}

row {
  display: block;
  color: #007070;
}

caption {
  display: block;
  color: #007070;
}

table {
  display: block;
}

title {
  display: block;
  color: #000070;
}

.pa {
  margin-bottom: 0.3em;
  font-style: italic;
  color: #F00000;
  font-weight: bold;
  border-bottom: 1px solid gray;
  width: 100%;
}

font[face=Tahoma] {
    font-family: Georgia,serif;
}

.exam  b {
    color: #333;
    font-weight: normal;
    font-style: italic;
}

span[style*="90%"] {
    font-size: 15px;
}

span[style*="90%"] > br + i {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}