/* Enter Your Custom CSS Here */

.post-entry:before,
.post-entry:after {display:table;content:" ";}

.post-entry:after {clear:both}

@media screen and (max-width:600px){

  .book {width:40%;}
  .book:nth-of-type(2n+1) {clear:both;}
}


@media screen and (max-width:450px){

  .book {width:50%;margin:0 auto;clear:both;float:none;}
  
}

.TOC {padding:10px; margin:10px 0; background:#e5e5e5; box-shadow:1px 1px 1px rgba(0,0,0,0.3);display:block; clear:both;}


.contactInfo {margin:0 10px;float:left; width:300px;}
.form	{background:#e5e5e5;width:400px;float:left;padding:10px;}

.form input[type=text], .form input[type=email], .form textarea {width:90%;}