@charset "utf-8";

html,body {
  margin:0px;
  padding:0px;
  height:100%;
  width:100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  font-size: 17px;
  text-align: center;
  line-height: 50px;
}

h4 {
  font-size: 17px;
  text-align: left;
  line-height: normal;
}

td {
  vertical-align: top;
}

td.featureName {
  font-weight: bold;
}

hr {
  color: #ffffff;
  background-color: #ffffff;
  border: 1px dotted #000000;
  border-style: none none dotted;
}


