.headerlogo {
  border-bottom: 2px solid #888888;
  padding-bottom: 10px;
}
hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #cccccc;
}
/* Footer Property */
footer.product {
  background-color: #104a79;
  margin: 0;
  padding: 30px 20px;
  text-align: left;
}
footer.product h3 {
  color: #ffffff;
  font-size: 18px;
}
footer.product p.footerlist {
  color: #ffffff;
  line-height: 180%;
}
footer.product p.footerlist a {
  color: #9ebdd7;
  text-decoration: none;
}
footer.product p.footerlist a:hover {
  color: #ffffff;
  text-decoration: none;
}
.orangeheading {
  color: #f7941e;
}
#sectionIntro {
  color: #f7941e;
  font-weight: bold;
  margin: 40px 0;
}
hr.hrstyle {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
  margin-top: 50px;
  margin-bottom: 50px;
}
.smallheader {
  font-weight: bold;
}
.outputcontainer {
  margin-left: 20px;
}
.section {
  margin-top: 50px;
}
.pricecell {
  background-color: #ebebeb;
  padding: 20px 40px;
  text-align: center;
  margin-top: 10px;
}
.pricecell2 {
  background-color: #ebebeb;
  padding: 20px 40px;
  margin-top: 10px;
}
p,
li {
  font-size: 130%;
  line-height: 160%;
}
.check {
  background-image: url('../images/check.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
  min-height: 35px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 2px solid white;
}
.cross {
  background-image: url('../images/x.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
  min-height: 35px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 2px solid white;
}
