/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {
	max-width:680px;
	width:100% !important;
	color:#000;
	background-color:#fff;
	padding:12px;
	height:400px;
}
#simplemodal-container .simplemodal-data {
	padding:6px;
}

#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top: -12px;
	right: -3px;
	cursor:pointer;
}

#buythebook img {
  margin: 10px;
}

#buythebook p {
  line-height: 20px;
  margin-bottom: 28px;
}

a.hive img {
  padding: 10px;
  vertical-align: top;
}

@media all and (max-width:640px){
    #buythebook img{
        display:block;
        max-height: 50%;
        max-width:50%;
        margin:0 auto;
    }

}