body { 
  background-size: cover; 
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  font-family: 'Helvetica Neue', 'STHeiti', '微软雅黑', 'Microsoft YaHei', Helvetica,Arial,sans-serif
 }

 .ng-cloak{display:none;}
.newsection{
  margin-top: 60px;
  margin-bottom: 60px;
}

 a.hover-show{
  position: relative;
}
.hover-show-div{
  z-index: 2;
  padding: 10px 5px;
  border: 1px #ddd solid;
  width: 500px;
  background-color:#555;
  color: #fff;
  cursor: default;
  display: none;
  position: absolute;
}
.hover-show-div.right{
  right: 0px;
}
.hover-show-div.middle{
  left: -250px;
  background-color:#555;
}
.hover-show-div .table{
  background-color:#555;
  color: #fff;
}
a:hover > .hover-show-div{
	background-color:#555;
  display: block;
}


.content{
  padding-top: 16px;
  padding-right: 0px;
  padding-left: 0px;
  margin-top:34px;
  margin-bottom: 48px;  
  padding-bottom: 19px;
  text-align:center;
}

.healthheader{
  background:transparent;
  padding-bottom: 60px;
  padding-top: 69px;
  padding-right: 30px;
  padding-left: 40px;
  background-repeat: no-repeat;
/*  height: 420px;
*/  background-size: cover;

}
.healthapp{
  text-align:center;
  height: 100px;
}


#health {
  text-align: center;
  padding-top: 40px;
  font-size: 15px;
/*  size:30px;
*/
}

#genesnp{
    text-align: center;
/*  padding-top: 40px;*/
  font-size: 15px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  margin-top: 1000px;
  background-color: #f5f5f5;
}

.footer-table td{
  padding: 0px 10px;
}
.footer-table tr td:nth-child(odd){
  font-weight: bold;
}
.footer-table{
  font-size: 10px;
}
.footer-contact{
  text-align: center;
  margin-top: 10px;
  line-height: 10px;
  padding: 0px;
  vertical-align: baseline;
}
.footer-contact li{
  color: black;
  font-size: 10px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px;
  display: inline-block;
  list-style-position: outside;
}
.footer-contact li+li:before{
  content: "/";
  padding-right: 5px;
  color: #666;
}
.footer-contact li a{
  color: black;
  font-style: italic;
}

#signupForm .input-group {
  margin-bottom: 20px;
}
.color0 {
  background-color: #DDDDDD;
}
.color1 {
  background-color: #FFFFFF;
}