.mobileBigBox{
  width: 100%;
}
.mobileBoxTitle{
  width: 80%;
  margin-left: 10%;
  margin-top:35px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
}
.boxContent{
  width: 100%;
  margin-top: 25px;
  height: 390px;
}
.bookPic{
  width: 90%;
  margin-left: 9%;
  position: relative;
}
.bookPic-title{
  font-size: 14px;
  color:black;
  margin: 10px;
}
.bookPic-extra-title{
    
}
.AppPic{
  width: 400px;
  float: left;
  margin-left: 10px;
}
.AppPic-title{
  font-size: 14px;
  color:black;
  margin: 10px;
  margin-top: 0px;
}
.mobileApp-BookImg{
  width: 225px;
  position: absolute;
  right: 82px;
  top: 68px;
}
.mobileApp-DemoImg{
  width: 240px;
  position: absolute;
  left: 10px;
  top: 0px;
}
.mobileApp-BookImg canvas{
  width: 100%!important;
  height: auto!important;
}
.mobileApp-AppImg{
      width: 118px;
    height: 118px;
  float: left;
}
.mobileApp-AppImg canvas{
  width: 100%!important;
  height: auto!important;
}
.box-footer{
  padding: 18px;
  text-align: left;
  background-color:rgb(242,242,242);
  padding-left: 45px;
}
.box-footer a{
  font-size: 18px;
  text-decoration: underline;
}
.downloadTitle{
  margin:10px;
}
.linkButton{
  width: 186px;
  height:50px;
  background: url("/center/explore/images/download_itunes_button.png") no-repeat;
  background-size: 100%;
  margin-left: 10px;
}
.clear{
  clear: both;
}
