
svg {
 background-color: white;
}

#Point {
  stroke: black;
  stroke-width: 1;
  fill: none;
}

#PL {
  stroke: gray;
  stroke-width: 1;
  fill: none;
}

#Mean {
  stroke: green;
  stroke-width: 1;
  fill: none;
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}

#Mean .LineTxt {
  fill:green;
  stroke-width: 0px;
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}


.StageLine {

/*
  stroke: blue;
  stroke-width: 1;
  fill: none;
*/
}




#StageLine {
  stroke: blue;
  stroke-width: 1;
  fill: none;
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}

#StageLine .LineTxt {
  fill: blue;
  stroke-width: 0px;
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}


#ReferenceLine {
  stroke: #8700f4;
  stroke-width: 1;
  fill: none;
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}

#ReferenceLine .LineTxt {
  fill: #8700f4;
  stroke-width: 0px;
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}


#CL1 {
  stroke: Cyan;
  stroke-width: 0.4;
  fill: none;
}

#CL2 {
  stroke: orange;
  stroke-width: 0.4;
  fill: none;
}

#CL3 {
  stroke: red;
  stroke-width: 1;
  fill: none;
}

#CL3 .LineTxt {
  fill:red;
  stroke-width: 0px;
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}


.LabelTxt {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
}

.LabelLine {
  stroke: gray;
  stroke-width: 1;
  fill: none;
}

#T1, #T2, #T3, #T4, #T5, #T6, #T7, #T8 {
  display: inline;
  stroke: red;
  fill:red;
  stroke-width: 0px;
  color: red; 
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}

#Title {
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 13px;
  font-weight: bold;
}

#TitleY, #TitleX {
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
}

