/* rotext.css */
html {
  font-size: clamp(100%, 0.95rem + 0.2vw, 112.5%);
}
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  line-height: 1.6;
  max-width: 80ch;
  margin: 0 auto;
  padding: 1rem;
  text-wrap: pretty;
}
.roCB {
  clear: both;
}
.roCL {
  clear: left;
}
.roCR {
  clear: right;
}
#container {
  margin: 1px 0 0 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-size: clamp(2rem, 1.5rem + 3vw, 3.5rem);
  line-height: 1.1;
}
.rg2 {
  border-bottom: 4px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.2;
  font-size-adjust: none;
  font-stretch: normal;
}
.rg5 {
  margin: 0 0 15px;
  font-family: verdana,geneva,tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.1em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.roText {
  text-align: left;
  margin-left: 5ch;
  margin-right: 5ch;
  line-height: 1.4;
}
.roViC {
  text-align: center;
  display: inline-block;
  border-bottom: 5px inset #60ff90;
  outline: none;
}
.roViL {
  float: left;
  margin: 0 30px 0 -5ch;
  border: 5px inset #60ff90;
  outline: none;
}
.roViR {
  float: right;
  margin: 0 -5ch 0 30px;
  border: 5px inset #60ff90;
  outline: none;
}
a.ronoOutline {
  outline: none;
}
p {
  margin: 0 0 1rem;
}
img {
  max-width: 100%;
  height: auto;
}
:target {
  scroll-margin-top: 0.5rem;
}
#articleList h3 {
  margin: 25px 0 0;
  font-family: verdana,geneva,tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
#articleList p {
  margin: 0 0 20px;
}
.roHome {
  display: inline-block;
  background-image: url('/qc/site/rohome.png');
  background-repeat: no-repeat;
  width: 105px;
  height: 42px;
  text-align: left;
  font-size: 1.1em;
  font-family: georgia,garamond,'times new roman',serif;
}
.roCLbar {
  border: 5px double #ccd9db;
  padding: 0 5px;
  background-color: #d3dee0;
  float: left;
  line-height: 1.35;
  text-align: center;
}
#roNav {
  border-top: 1px solid #007788;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
#roNE {
  margin: 0px 0px 5px 0px;
  float: right;
  border: 0;
}
#roSW {
  margin: 3px 7px 0px 0px;
  float: left;
  border: 0;
}
/* end of rotext.css */
