footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 200px;
  height:auto;
  padding: 20px 0;
}
.nav>li>span {
  padding: 10px 15px;
  color: #d8d8d8;
  position: relative;
  display: block;
}
/* index.html */
.navbar-default {
  background-color:white;
    border-top: 0px;

  border-bottom: 1.5px solid lightgrey;
}
#index_img{
    top:20px;
    margin-left:20px;
    position: relative;
}

select{
    border-radius: 4px;
}
#rec_PDBid{
    padding:6px 12px;font-size:14px;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;
}
#lig_PDBid{
    padding:6px 12px;font-size:14px;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;
}
#G_PDBid{
    padding:6px 12px;font-size:14px;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;
}
/* index.html */

/* result/gbsa.html */
.mol-container {
  width: 100%;
  height: 450px;
  position: relative;
}
input[type=checkbox]  {

display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
margin-left: 0px;
-webkit-appearance: none;
background-color: transparent;
border: 0;
outline: 0 !important;
line-height: 20px;
color: #d8d8d8;
}

input[type=checkbox]:after  {

content: "";
display:block;
width: 14px;
height: 14px;
text-align: center;
line-height: 5px;
font-size: 16px;
color: #fff;
border: 3px solid #ddd;
background-color: #fff;
box-sizing:border-box;

}

input[type=checkbox]:checked:after  {

border: 3px solid #ddd;
background-color: #37AF6E;

}
/* result/gbsa.html */