body{
   font-family: 'Open Sans', sans-serif;
   color: #587493;
   font-size: 1.1em;
}
h1 {
   font-family: 'Open Sans', sans-serif;
   color: #587493;
   font-size: 1.3em;
	
}

.DescriptionText {
	margin: 10px 5%;
	text-align:justify;
}
img {
    display: inline;
	vertical-align: middle;
    margin-left: auto;
    margin-right: auto }

.decor {
  position: relative;
  margin: 0px 5%;
  border-radius: 30px;
  color: white;
}

.form-inner {
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

.form-inner input,
.form-inner textarea,
.form-inner select{
  padding: 0 10px;
  margin-bottom: 15px;
  background: #CADABA;
  line-height: 23px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
    text-align: center;
  width: 80px;
}

.form-inner input[type="button"], .form-inner input[type="submit"]
{
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 35px;
  border-radius: 45px;
  margin: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: white;
  background: #94857a;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  transition: .3s;
}

 .form-inner input[type="button"]:hover, .form-inner input[type="submit"]:hover
 {
  background: #d9bf91;
  box-shadow: 0 15px 20px rgba(46,229,157,.4);
  color: white;
  transform: translateY(-7px);
}
.form-inner input[type="checkbox"]  {
  display: inline;
 }


.form-inner h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
.GoToDB a {
	
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 110px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  margin: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: white;
  background: #94857a;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  transition: .3s;
 }
.GoToDB a:hover {
  background: #d9bf91;
  box-shadow: 0 15px 20px rgba(46,229,157,.4);
  color: white;
  transform: translateY(-7px);
}
.DisplayForm_flex {
	display: flex;
	align-items:  center;
	justify-content: center;
	flex-wrap: wrap;
}
.DisplayForm_flex div {
	padding: 0px 15px;
	flex: 1;

}
.Navigate-btn input[type="submit"]{
	width: 60px;
	margin: 0px;
}
.ResultTable {
  background: #66cc66;
  border-collapse: collapse;
  text-align: left;
  color: white;
}
.ResultTable th {
  border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  padding: 10px 15px;
  position: relative;
  background: #609960;
}
.ResultTable td:nth-child(11), .ResultTable td:nth-child(12), .ResultTable td:nth-child(13), .ResultTable td:nth-child(14), .ResultTable td:nth-child(15), .ResultTable td:nth-child(16),.ResultTable td:nth-child(17)
 {
  background: #ECDCC1;
  color: black;
}
.ResultTable th:nth-child(11), .ResultTable th:nth-child(12), .ResultTable th:nth-child(13), .ResultTable th:nth-child(14) , .ResultTable th:nth-child(15), .ResultTable th:nth-child(16), .ResultTable th:nth-child(17)
 {
  background: #535D6C;
  color: white;
}

.ResultTable td {
  border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
.fixtable-fixed th {
  position: sticky;
  top: 1;
  z-index: 1;
}
.ShowDEGInfo td:nth-child(2), .ShowDEGInfo td:nth-child(3), .ShowDEGInfo td:nth-child(6), .ShowDEGInfo th:nth-child(2), .ShowDEGInfo th:nth-child(3), .ShowDEGInfo th:nth-child(6){
   display:'';
   }
   
.HideDEGInfo td:nth-child(2), .HideDEGInfo td:nth-child(3), .HideDEGInfo td:nth-child(6), .HideDEGInfo th:nth-child(2), .HideDEGInfo th:nth-child(3), .HideDEGInfo th:nth-child(6){
   display: none;
   } 
.ShowSNPInfo td:nth-child(5), .ShowSNPInfo td:nth-child(6), .ShowSNPInfo th:nth-child(5), .ShowSNPInfo th:nth-child(6){
   display:'';
   }
   
.HideFeatureInfo td:nth-child(14), .HideFeatureInfo th:nth-child(14){
   display: none;
   } 
.ShowFeatureInfo td:nth-child(14), .ShowFeatureInfo th:nth-child(14){
   display:'';
   } 
