<!-- style.css -->
body {}
a[title="h1"] {font-size: 2em; font-weight:bold;}
a[title="h2"] {font-size: 1.5em; font-weight:bold;}
a[title="h3"] {font-size: 1.17em; font-weight:bold;}
a[title="source"] {font:normal 12px courier,serif; color:black; display:block; text-align:left; padding:10px; background-color:#fff7e4; border:1px solid #e6d6ae; overflow:auto; white-space:pre;}
a[title="error"] {font:normal 12px courier,serif; color:red !important; display:block; text-align:left; padding:10px; background-color:#ffe4e4; border:1px solid #FF0000; overflow:auto;}
a[title="error"]:hover {color:black !important;}
a[title="path"] {font:bold 12px arial,verdana,sans-serif; color:black; display:block; text-align:center; padding:10px; background-color:#f3ffe9; border:1px solid #cdebb5; overflow:auto;}
fieldset {
  border: 2px solid currentcolor;
  border-radius: 0;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 20px;
}  
legend {
    background: #483d8b;
    border: 0 none;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 100%;
    font-weight: bold;
    margin-left: -22px;
    margin-right: -22px;
    padding: 1px;
    text-align: center;
    width: calc(100% + 44px);
}