html, body{
height: 100%;
}
.hoverDiv {background: #fff;}
.hoverDiv:hover {
/*background: #f5f5f5;*/
cursor: pointer;
/*box-shadow: 0 4px 2px -2px gray;*/
/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
box-shadow: 0 4px 2px -2px rgba(0,0,0,.12);
/*background-color: rgb(236,236,236);*/
}
#footer{
  background-color: #eaeaea;
  bottom: 0;
}

