/*
* Styling for Book Page Sales Links
*/

.link-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
}

.link-intro-text {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 10px;
}


@media only screen and (max-width: 800px) {
  
  .link-into-text, .link-wrapper {
    text-align: center;
  }
  
  
}