/* style sheet for Family Sheet Maker (version 2, built Aug 2025) */
/* began with FSM1 on 4 Aug 2005 */
/* as of 30 Aug 2025 needs lotsa cleanup and tweaking */

body {
  font-size:100%;
  margin-left: 1%;
  margin-right:1%;
  color:black;
  background-color:#ded;

}
hr.HM {
  border: 0;
  background-color: #fff;
  border-top: 2px dashed #999;
}

div.HM {
  font: 150% sans-serif;
  text-align: center;
}

span.red {
  color:red;
  font-size:85%;
}

span.SuperScr {
  color:green;
  font-weight:900;
  font-size:0.8em;
  position: relative;
  bottom: 0.5em;
}

span.green {
  color:green;
}

td {
  white-space:nowrap;
  padding:0;
}

table.base {
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
}

td.left {
  width:9%;
  text-align:right;
  padding:0em 1em 0em 0em;
}

td.date {
  width:12%;
  padding:0em 1em 0em 0em;
}

td.right {
  width:79%;
}

td.info {
  width:91%;
}

td.ChildNum {
  width:12%;
  text-align:right;
}

td.ChildDate {
  width:4em;
  text-align:right;
}

td.ChildInfo {
  width:75%;
}

