/* Goodreads landing page */

img{border:none !important;max-width:98%;height:auto}
.banner{margin:0 auto;text-align:center}
.banner.desktop{width:910px;height:240px}
.banner.mobile{display:none}
h1{margin:24px 10% 30px;text-align:center;font-size:24px;line-height:28px;letter-spacing:-1px;color:#534232}
p.caption,p.more{font-size:11px;line-height:15px}
p.caption{padding-bottom:12px;border-bottom:1px dashed #969261}
p.more{margin-right:4%}
h2.makeithappen,ol.makeithappen li span{color:#b35000}
ol.makeithappen li{margin-bottom:18px}
ol.makeithappen li span{display:block;padding-bottom:6px;font-size:15px;line-height:21px;font-weight:bold}

@media screen and (max-width:599px) {
body.lpage div.wrapper{width:96%;padding:25px 12px}
.banner.desktop{display:none}
.banner.mobile{display:block}
h1{font-size:20px;line-height:24px}
}

@media screen and (max-width:480px) {
body.lpage div.wrapper{width:90%}
}

@media \0screen {
  img { 
  	width:auto /* for ie 8 */
  }
}
