svg {
 background-color: white;
 margin: 0px;
 margin-left: 0px;
}



#HistBar{
  fill:lime;
  /*fill:none;*/
  stroke:gray;
  stroke-width:0.5
}


#Legend {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  stroke: red;
  stroke-width: 3;
  fill: none;
}

#LSL, #USL, #Mean {
  stroke: red;
  stroke-width: 3;
  fill: none;
}

#LSL .LineTxt, #USL .LineTxt {
  fill:red;
  stroke-width: 0px;
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12px;
}



#Mean {
  stroke: green;
  stroke-width: 3;
  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;
}

.LabelTxt {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
}


.LabelLine {
  stroke: gray;
  stroke-width: 1;
  fill: none;
}




.LabelTxt {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;

  stroke: black;
  stroke-width: 0.1;
  fill: black;
  stroke-dasharray: 0;
}

.LabelLine {
  stroke: gray;
  stroke-width: 1;
  fill: none;
}

.PoLi {
  stroke: blue;
  stroke-width: 2;
  fill: none;
}

#H1, #H2, #H3, #H4, #H5, #H6, #H7, #H8, #H9, #H10{
  stroke-width: 2;
  fill: none;
}

#H11, #H12, #H13, #H14, #H15, #H16, #H17, #H18, #H19, #H20{
  stroke-width: 2;
  stroke-dasharray: 2;
  fill: none;
}

#H21, #H22, #H23, #H24, #H25, #H26, #H27, #H28, #H29, #H30{
  stroke-width: 2;
  stroke-dasharray: 5;
  fill: none;
}


#H1, #H11, #H21 {
  stroke: blue;
}

#H2, #H12, #H22 {
  stroke: #990099;
}

#H3, #H13, #H23 {
  stroke: #ffc000;
}

#H4, #H14, #H24 {
  stroke: black;
}

#H5, #H15, #H25 {
  stroke: #00b050;
}

#H6, #H16, #H26 {
  stroke: #996633;
}

#H7, #H17, #H27 {
  stroke: red;
}

#H8, #H18, #H28 {
  stroke: #00ffff;
}

#H9, #H19, #H29 {
  stroke: #ff00ff;
}

#H10, #H20, #H30 {
  stroke: #00ff00;
}


.H1, .H2, .H3, .H4, .H5, .H6, .H7, .H8, .H9, .H10{
  stroke-width: 2;
  fill: none;
}

.H11, .H12, .H13, .H14, .H15, .H16, .H17, .H18, .H19, .H20{
  stroke-width: 2;
  stroke-dasharray: 2;
  fill: none;
}

.H21, .H22, .H23, .H24, .H25, .H26, .H27, .H28, .H29, .H30{
  stroke-width: 2;
  stroke-dasharray: 5;
  fill: none;
}


.H1, .H11, .H21 {
  stroke: blue;
}

.H2, .H12, .H22 {
  stroke: #990099;
}

.H3, .H13, .H23 {
  stroke: #ffc000;
}

.H4, .H14, .H24 {
  stroke: black;
}

.H5, .H15, .H25 {
  stroke: #00b050;
}

.H6, .H16, .H26 {
  stroke: #996633;
}

.H7, .H17, .H27 {
  stroke: red;
}

.H8, .H18, .H28 {
  stroke: #00ffff;
}

.H9, .H19, .H29 {
  stroke: #ff00ff;
}

.H10, .H20, .H30 {
  stroke: #00ff00;
}

#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;
}


