/* Fonts */
@font-face {
  font-family: 'smashwidget-icons';
  src: url('../fonts/widget-icons.eot?c=1743457233');
  src: url('../fonts/widget-icons.eot?&c=1743457233#iefix') format('embedded-opentype'), url('../fonts/widget-icons.woff?c=1743457233') format('woff'), url('../fonts/widget-icons.ttf?c=1743457233') format('truetype'), url('../fonts/widget-icons.svg?c=1743457233#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.smashwords-widget [class^="smashwidget-icon-"],
smashwords-widget [class*=" smashwidget-icon-"] {
  font-family: 'smashwidget-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.25em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.smashwords-widget .smashwidget-icon-export:before {
  content: "\65";
}
.smashwords-widget .smashwidget-icon-cart:before {
  content: "\63";
}
.smashwords-widget .smashwidget-icon-book:before {
  content: "\62";
}
.smashwords-widget .smashwidget-icon-download:before {
  content: "\64";
}
/* Base */
.smashwords-widget div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smashwords-widget a:hover {
  opacity: 1;
}
.smashwords-widget div[class^="outer"] {
  font-size: 16px;
  line-height: 1.325em;
}
.smashwords-widget div[class^="outer"].sans-smashwords {
  font-family: Helvetica, Arial, sans-serif;
}
.smashwords-widget div[class^="outer"].sans-smashwords .inner-smashwords a,
.smashwords-widget div[class^="outer"].sans-smashwords .inner-smashwords p,
.smashwords-widget div[class^="outer"].sans-smashwords .inner-smashwords h2 {
  font-family: Helvetica, Arial, sans-serif;
}
.smashwords-widget div[class^="outer"].serif-smashwords {
  font-family: Georgia, Times, serif;
}
.smashwords-widget div[class^="outer"].serif-smashwords .inner-smashwords {
  font-size: 16px;
}
.smashwords-widget div[class^="outer"].serif-smashwords .inner-smashwords a,
.smashwords-widget div[class^="outer"].serif-smashwords .inner-smashwords p,
.smashwords-widget div[class^="outer"].serif-smashwords .inner-smashwords h2 {
  font-family: Georgia, Times, serif;
}
.smashwords-widget div[class^="outer"].serif-smashwords .inner-smashwords .btn-smashwords {
  font-size: 16px;
}
.smashwords-widget div[class^="outer"] .inner-smashwords {
  width: 99.5%;
  height: 99.5%;
  margin: auto 0 auto 0;
  position: relative;
  padding: 12px;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  border: solid 1px #dddddd;
  font-size: 1em;
  z-index: 1;
  /* strange shift in webkit resolved by this v */
  -webkit-backface-visibility: hidden;
}
.smashwords-widget div[class^="outer"] .inner-smashwords > h2 {
  text-overflow: clip;
  overflow: hidden;
}
.smashwords-widget div[class^="outer"] .inner-smashwords > a > p {
  text-overflow: clip;
  overflow: hidden;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.light-smashwords {
  background: #fafafa;
  color: #444;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.light-smashwords h2 {
  color: #444;
  font-weight: 500;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.light-smashwords > a {
  color: #444;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.light-smashwords .share-smashwords {
  color: #444;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.light-smashwords .share-smashwords:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.light-smashwords .bottom-bar-smashwords .share-smashwords {
  color: #444;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.light-smashwords .book-wrap-smashwords img {
  border-color: #aaa !important;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 0;
  background: transparent;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.dark-smashwords {
  background: #202020;
  color: tgb(255, 255, 255);
}
.smashwords-widget div[class^="outer"] .inner-smashwords.dark-smashwords h2 {
  color: #ffffff;
  font-weight: 500;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.dark-smashwords h2 > a {
  color: inherit !important;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.dark-smashwords > p > a {
  color: inherit !important;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.dark-smashwords > a:not(.btn-smashwords) {
  color: #fff !important;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.dark-smashwords .share-smashwords {
  color: #fff;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.dark-smashwords .share-smashwords:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.smashwords-widget div[class^="outer"] .inner-smashwords.dark-smashwords .book-wrap-smashwords img {
  border-color: #666 !important;
  padding: 0;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.smashwords-widget div[class^="outer"] .inner-smashwords h2 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 27px;
}
.smashwords-widget div[class^="outer"] .inner-smashwords ul {
  margin: 0;
  padding: 0;
}
.smashwords-widget div[class^="outer"] .inner-smashwords p {
  margin: 0;
  padding: 0;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .book-wrap-smashwords {
  text-align: center;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .book-wrap-smashwords + .title-smashwords + .share-smashwords {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .book-wrap-smashwords + .title-smashwords + .right-share-smashwords:hover ul {
  left: 40px;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .book-wrap-smashwords + .share-smashwords {
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .book-wrap-smashwords + .right-share-smashwords:hover ul {
  left: 40px;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .book-wrap-smashwords + .small-share-smashwords ul {
  top: -16px !important;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .book-wrap-smashwords img {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  padding: 0;
  cursor: pointer;
}
.smashwords-widget div[class^="outer"] .inner-smashwords a {
  text-decoration: none;
  color: inherit;
}
.smashwords-widget div[class^="outer"] .inner-smashwords a:hover {
  text-decoration: none;
}
.smashwords-widget div[class^="outer"] .inner-smashwords a[data-ga-action="sample"]:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.smashwords-widget div[class^="outer"] .inner-smashwords .btn-smashwords {
  text-decoration: none;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .btn-smashwords:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.smashwords-widget div[class^="outer"] .inner-smashwords .bottom-bar-smashwords {
  font-family: Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 0.75em;
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  display: block;
  padding: 4px;
  text-align: center;
  border-top: solid 1px #e7e7e7;
  width: 100%;
  z-index: 5000;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .bottom-bar-smashwords .share-smashwords {
  float: left;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .bottom-bar-smashwords .share-smashwords:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .bottom-bar-smashwords .logo-smashwords {
  vertical-align: middle;
  padding: 0;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.smashwords-widget div[class^="outer"] .inner-smashwords .bottom-bar-smashwords.powered-smashwords a {
  font-family: Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 1em;
}
.smashwords-widget [class^="outer-m"] .inner-smashwords ul[class^="smashwords-books"] li {
  text-align: center;
}
.smashwords-widget [class^="outer-m"] .inner-smashwords ul[class^="smashwords-books"] li img {
  border-color: #aaa;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  max-height: 100%;
  width: auto;
}
.bookright-smashwords .book-wrap-smashwords {
  float: right;
  margin: 0 0 0 0.75em;
}
.stack-smashwords {
  font-size: 13px;
}
.stack-smashwords span img {
  display: block;
  float: left;
  height: 26px;
  width: auto;
}
.stack-smashwords span {
  float: left;
  text-align: right;
  margin-top: 0.75em;
}
/* Buttons */
.swbtn-smashwords {
  display: inline-block;
  padding: 4px 8px;
  text-align: center;
  border: solid 1px #e7e7e7;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 11px;
  font-weight: 500;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 1px 1px 3px 0 #bbb;
  box-shadow: 1px 1px 3px 0 #bbb;
  text-decoration: none;
}
.swbtn-smashwords:hover {
  opacity: 1;
  background: #f9f9f9;
  color: #444;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px 0 #ddd;
  box-shadow: 1px 1px 3px 0 #ddd;
}
.swbtn-smashwords:active {
  opacity: 1;
  background: #f9f9f9;
  color: #444;
  cursor: pointer;
  webkit-box-shadow: none;
  box-shadow: none;
  background: #eaeaea;
}
.swbtn-smashwords img {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.swbtn-smashwords .book-wrap-smashwords {
  height: 4.5em;
  max-width: 50px;
  margin: 0 0.75em 0 0;
  display: inline-block;
  float: left;
}
.swbtn-smashwords .book-wrap-smashwords img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #aaa;
}
.swbtn-smashwords .btn-smashwords {
  margin-top: 0.5em;
  padding: 6px 12px;
  font-size: 0.875em;
}
.swbtn-smashwords .btn-smashwords:hover {
  opacity: 1;
}
.swbtn-smashwords .btn-smashwords span {
  margin-top: 1px;
}
.swbtn-smashwords a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
  text-decoration: none;
}
.makeitblue-smashwords {
  color: #4181c3;
}
.btn-smashwords {
  display: inline-block;
  font-size: 1em;
  padding: 8px 16px;
  margin: 0 auto 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  background-color: #ffc801;
  border: solid 1px #e7b500;
  color: #444;
  text-decoration: none;
}
/* Ribbons */
/************************************************************************
 *
 *       All that follows below in this container, is an alternative
 *       non-pseudo-selector approach to displaying the corners for
 *       the ribbon banners
 *
 */
/* RIBBON BANNERS 3 */
a.smashwords-ribbon-wrapper {
  position: absolute;
  width: 88px;
  height: 88px;
  overflow: hidden;
  top: -8px;
  right: -8px;
  margin-top: 0 !important;
}
a.smashwords-ribbon-wrapper span.smashwords-ribbon {
  position: relative;
  display: block;
  width: 150px;
  height: 22px;
  top: 22px;
  right: 21px;
  line-height: 22px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 1;
}
a.smashwords-ribbon-wrapper span.smashwords-ribbon em.smashwords-ribbon-banner-text {
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
a.smashwords-ribbon-wrapper span.smashwords-ribbon-before-under {
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  left: 0px;
  border-right: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom: 7px;
  border-bottom-style: solid;
  border-left: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  z-index: 0;
}
a.smashwords-ribbon-wrapper span.smashwords-ribbon-after-under {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-top: 7px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom: 7px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left: 7px;
  border-left-style: solid;
  z-index: 0;
}
a.smashwords-ribbon-wrapper.smashwords-ribbon-wrapper-large {
  width: 126px;
  height: 126px;
}
a.smashwords-ribbon-wrapper.smashwords-ribbon-wrapper-large span.smashwords-ribbon {
  width: 190px;
  height: 34px;
  top: 31px;
  right: 16px;
  line-height: 34px;
}
a.smashwords-ribbon-wrapper.smashwords-ribbon-wrapper-large span.smashwords-ribbon em.smashwords-ribbon-banner-text {
  font-size: 18px;
}
/* Share */
.share-smashwords {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  display: block;
}
.share-smashwords:hover ul {
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1000;
  width: auto;
  border: solid 1px #666;
  -webkit-box-shadow: 1px 1px 4px 0 #666;
  box-shadow: 1px 1px 4px 0 #999;
  overflow: hidden;
  padding: 8px !important;
}
.share-smashwords ul {
  display: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  list-style: none;
  white-space: nowrap;
  width: 160px;
  text-align: center;
  overflow: hidden;
}
.share-smashwords ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.share-smashwords ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60) !important;
}
.share-smashwords ul li:nth-of-type(1) a {
  background-position: 0px 0px;
}
.share-smashwords ul li:nth-of-type(2) a {
  background-position: 0px -24px;
}
.share-smashwords ul li:nth-of-type(3) a {
  background-position: 0px -73px;
}
.share-smashwords ul li:last-child {
  margin-right: 0;
}
.share-smashwords ul li a {
  background-image: url('../img/icons-48.png?c=1743457233');
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.share-smashwords ul li img {
  max-width: 100%;
  max-height: 100%;
}
.small-share-smashwords:hover ul {
  top: -30px;
  -webkit-box-shadow: 1px 1px 2px 0 #666;
  box-shadow: 1px 1px 2px 0 #999;
  padding: 3px 6px 6px !important;
}
.small-share-smashwords ul {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  height: auto;
}
.small-share-smashwords ul li {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.small-share-smashwords ul li:nth-of-type(1) a {
  background-position: 0px 0px;
}
.small-share-smashwords ul li:nth-of-type(2) a {
  background-position: 0px -18px;
}
.small-share-smashwords ul li:nth-of-type(3) a {
  background-position: 0px -37px;
}
.small-share-smashwords ul li:nth-of-type(4) a {
  background-position: 0px -55px;
}
.right-share-smashwords:hover ul {
  left: -80px;
}
.center-share-smashwords:hover ul {
  left: -40px;
}
.vertical-share-smashwords:hover ul {
  top: -144px;
}
.vertical-share-smashwords ul {
  white-space: normal;
}
.vertical-share-smashwords ul li {
  margin-top: 10px;
  margin-right: 0;
}
.vertical-share-smashwords ul li:first-of-type {
  margin-top: 0;
}
/* Single Book Widget Sizes */
.outer-s-160x600-smashwords {
  position: relative;
  width: 160px;
  height: 600px;
  overflow: hidden;
  padding: 6px;
  line-height: 1.325em;
  font-size: 15px !important;
}
.outer-s-160x600-smashwords .inner-smashwords {
  padding: 10px !important;
}
.outer-s-160x600-smashwords .inner-smashwords .book-wrap-smashwords {
  max-height: 210px;
  max-width: 130px;
  margin: 0 auto 10px auto;
}
.outer-s-160x600-smashwords .inner-smashwords .vcenter-smashwords {
  display: table;
  height: 55%;
  table-layout: fixed;
  width: 125px;
}
.outer-s-160x600-smashwords .inner-smashwords .vcenter-smashwords > .vcenter-inner-smashwords {
  display: table-cell;
  vertical-align: middle;
}
.outer-s-160x600-smashwords .inner-smashwords .vcenter-smashwords > .vcenter-inner-smashwords > a {
  display: block;
}
.outer-s-160x600-smashwords .inner-smashwords .vcenter-smashwords > .vcenter-inner-smashwords h2 {
  font-size: 1.125em;
  line-height: 1.25em;
  margin-top: 0.75em;
  max-height: 3.75em;
  overflow: hidden;
  text-overflow: clip;
  margin-bottom: 1.25em !important;
}
.outer-s-160x600-smashwords .inner-smashwords .title-smashwords p {
  max-height: 7.275em;
  overflow: hidden;
  text-overflow: clip;
  margin-bottom: 22px !important;
  margin-top: 18px !important;
}
.outer-s-160x600-smashwords .inner-smashwords .smashwords-no-sample {
  height: 10px;
}
.outer-s-160x600-smashwords .inner-smashwords .share-smashwords {
  display: inline-block !important;
  margin-top: 10px;
}
.outer-s-160x600-smashwords .inner-smashwords .sample-link-smashwords {
  margin-bottom: 10px;
}
.outer-s-160x600-smashwords .inner-smashwords .btn-smashwords {
  font-size: 0.875em;
  margin-top: 26px;
}
.outer-s-160x600-smashwords .inner-smashwords .bottom-bar-smashwords {
  margin: 4px -10px 0 -10px;
}
.outer-s-160x600-smashwords .inner-smashwords .bottom-bar-smashwords a .logo-smashwords {
  width: 130px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.outer-s-180x150-smashwords {
  position: relative;
  width: 180px;
  height: 150px;
  overflow: hidden;
  padding: 6px;
  line-height: 1.325em;
}
.outer-s-180x150-smashwords .inner-smashwords {
  padding: 6px !important;
  font-size: 0.75em !important;
}
.outer-s-180x150-smashwords .inner-smashwords .book-wrap-smashwords {
  max-height: 86px;
  width: 56px;
  float: right;
  margin: 0;
}
.outer-s-180x150-smashwords .inner-smashwords .book-wrap-smashwords + .share-smashwords {
  margin-top: 16px !important;
  margin-bottom: 5px !important;
  max-width: 115px !important;
}
.outer-s-180x150-smashwords .inner-smashwords > a {
  margin: 6px 0 0 0;
  display: inline-block;
}
.outer-s-180x150-smashwords .inner-smashwords p {
  max-width: 85px;
  max-height: 2.7em;
  line-height: 1.35em;
}
.outer-s-180x150-smashwords .inner-smashwords .title-smashwords {
  margin-top: 0;
}
.outer-s-180x150-smashwords .inner-smashwords .price-smashwords {
  margin-top: 0.5em;
  font-weight: bold;
}
.outer-s-180x150-smashwords .inner-smashwords .smashwords-no-sample {
  height: 28px;
}
.outer-s-180x150-smashwords .inner-smashwords .share-smashwords {
  max-width: 100px;
}
.outer-s-180x150-smashwords .inner-smashwords .btn-smashwords {
  padding: 0.25em 0.75em;
  font-size: 0.875em !important;
}
.outer-s-180x150-smashwords .inner-smashwords .bottom-bar-smashwords {
  margin: 4px -6px 0 -6px;
}
.outer-s-180x150-smashwords .inner-smashwords .bottom-bar-smashwords a .logo-smashwords {
  width: 90px;
  height: 23px;
  margin-left: 10px;
}
.outer-s-300x250-smashwords {
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  padding: 6px;
}
.outer-s-300x250-smashwords .inner-smashwords {
  line-height: 1.325em;
  font-size: 0.875em !important;
}
.outer-s-300x250-smashwords .inner-smashwords .book-wrap-smashwords {
  max-height: 170px;
  max-width: 104px;
  float: right;
  margin: 0 0 0 15px;
}
.outer-s-300x250-smashwords .inner-smashwords .book-wrap-smashwords + .share-smashwords {
  margin-top: 50px !important;
}
.outer-s-300x250-smashwords .inner-smashwords .title-smashwords p {
  margin-bottom: 18px !important;
  width: 139px;
  max-height: 2.65em;
  font-weight: bold;
}
.outer-s-300x250-smashwords .inner-smashwords .smashwords-no-sample {
  height: 14px;
}
.outer-s-300x250-smashwords .inner-smashwords .share-smashwords {
  margin-top: 20px !important;
  max-width: 158px;
}
.outer-s-300x250-smashwords .inner-smashwords .btn-smashwords {
  font-size: 1em;
  margin-top: 20px;
}
.outer-s-300x250-smashwords .inner-smashwords .bottom-bar-smashwords {
  margin: 4px -12px 0 -12px;
}
.outer-s-300x250-smashwords .inner-smashwords .bottom-bar-smashwords a .logo-smashwords {
  width: 130px;
  height: 33px;
  margin-left: 10px;
}
.outer-s-300x600-smashwords {
  position: relative;
  width: 300px;
  height: 600px;
  overflow: hidden;
  padding: 12px;
}
.outer-s-300x600-smashwords .inner-smashwords {
  text-align: center !important;
  padding: 20px !important;
}
.outer-s-300x600-smashwords .inner-smashwords .smashwords-ribbon-wrapper {
  top: -7px;
}
.outer-s-300x600-smashwords .inner-smashwords .smashwords-ribbon-wrapper span.before-under {
  top: 0;
  left: 0;
}
.outer-s-300x600-smashwords .inner-smashwords .book-wrap-smashwords {
  height: 290px;
  margin: 0 auto 0 auto;
}
.outer-s-300x600-smashwords .inner-smashwords .book-wrap-smashwords + .title-smashwords + .share-smashwords {
  margin-bottom: 0;
  margin-left: 0;
}
.outer-s-300x600-smashwords .inner-smashwords .book-wrap-smashwords img {
  max-width: 100%;
  height: auto;
  max-height: 290px !important;
}
.outer-s-300x600-smashwords .inner-smashwords .title-smashwords p {
  max-height: 2.65em;
  word-wrap: break-word;
  margin-top: 24px !important;
  font-weight: bold;
}
.outer-s-300x600-smashwords .inner-smashwords .share-smashwords {
  display: inline-block;
  margin-left: 24px;
  margin-top: 24px;
}
.outer-s-300x600-smashwords .inner-smashwords .btn-smashwords {
  display: block;
  margin: 24px auto;
  width: 70%;
}
.outer-s-300x600-smashwords .inner-smashwords .bottom-bar-smashwords {
  margin: 4px -20px 0 -20px;
}
.outer-s-300x600-smashwords .inner-smashwords .bottom-bar-smashwords a img {
  display: block;
}
.outer-s-300x600-smashwords .inner-smashwords .bottom-bar-smashwords a .logo-smashwords {
  width: 130px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.outer-s-550x480-smashwords {
  position: relative;
  max-width: 550px;
  width: 550px;
  max-height: 480px;
  height: 480px;
  overflow: hidden;
  padding: 6px;
}
.outer-s-550x480-smashwords .inner-smashwords {
  padding: 0 20px !important;
}
.outer-s-550x480-smashwords .inner-smashwords .vcenter-smashwords {
  display: table;
  height: 94%;
  table-layout: fixed;
  width: 100%;
}
.outer-s-550x480-smashwords .inner-smashwords .vcenter-smashwords > .vcenter-inner-smashwords {
  display: table-cell;
  vertical-align: middle;
}
.outer-s-550x480-smashwords .inner-smashwords .book-wrap-smashwords {
  max-height: 380px;
  width: 238px;
  float: right;
  display: inline-block;
  margin: 0 0 0 30px;
}
.outer-s-550x480-smashwords .inner-smashwords .book-wrap-smashwords img {
  max-width: 100%;
  height: auto;
}
.outer-s-550x480-smashwords .inner-smashwords h2 {
  max-height: 70px;
}
.outer-s-550x480-smashwords .inner-smashwords .title-smashwords p {
  margin-bottom: 30px !important;
  max-height: 7.95em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outer-s-550x480-smashwords .inner-smashwords > a {
  display: block;
}
.outer-s-550x480-smashwords .inner-smashwords .smashwords-no-sample {
  height: 24px;
}
.outer-s-550x480-smashwords .inner-smashwords .share-smashwords {
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 158px;
}
.outer-s-550x480-smashwords .inner-smashwords .btn-smashwords {
  width: 180px;
  margin-left: 0;
}
.outer-s-550x480-smashwords .inner-smashwords .bottom-bar-smashwords {
  margin: 4px -20px 0 -20px;
}
.outer-s-550x480-smashwords .inner-smashwords .bottom-bar-smashwords a .logo-smashwords {
  width: 130px;
  height: 33px;
  margin-left: 10px;
}
/* Multi-Book Widget Sizes */
ul[class^="smashwords-books"] {
  list-style: none;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
ul[class^="smashwords-books"]:hover img {
  opacity: 0.6;
}
ul[class^="smashwords-books"] li {
  position: relative;
  list-style: none;
  display: inline-block;
  padding: 0.25em 0.5em 0 0;
  vertical-align: middle;
}
ul[class^="smashwords-books"] li img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  float: none;
}
ul[class^="smashwords-books"] a:hover {
  opacity: 1 !important;
}
ul[class^="smashwords-books"] a:hover img {
  opacity: 1 !important;
}
.smashwords-books2 li {
  width: 28%;
  margin: 0 1.5em;
}
.smashwords-books3 li {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.smashwords-books3 li:nth-child(1) {
  width: 26%;
}
.smashwords-books3 li:nth-child(2) {
  width: 28%;
  z-index: 100;
}
.smashwords-books3 li:nth-child(3) {
  width: 26%;
}
.smashwords-books3 li:hover {
  z-index: 1000;
}
.smashwords-books4 li:nth-child(1) {
  width: 22%;
}
.smashwords-books4 li:nth-child(2) {
  width: 24%;
  margin-left: -1em;
  z-index: 100;
}
.smashwords-books4 li:nth-child(3) {
  width: 24%;
  margin-right: -1em;
  z-index: 100;
}
.smashwords-books4 li:nth-child(4) {
  width: 22%;
}
.smashwords-books4 li:hover {
  z-index: 1000;
}
.smashwords-books5 li {
  margin-left: -0.85em;
  margin-right: -0.85em;
}
.smashwords-books5 li:nth-child(1) {
  width: 20%;
}
.smashwords-books5 li:nth-child(1):hover {
  z-index: 1000;
}
.smashwords-books5 li:nth-child(2) {
  width: 22%;
  z-index: 100;
}
.smashwords-books5 li:nth-child(2):hover {
  z-index: 1000;
}
.smashwords-books5 li:nth-child(3) {
  width: 24%;
  z-index: 200;
}
.smashwords-books5 li:nth-child(3):hover {
  z-index: 200;
}
.smashwords-books5 li:nth-child(4) {
  width: 22%;
  z-index: 100;
}
.smashwords-books5 li:nth-child(4):hover {
  z-index: 1000;
}
.smashwords-books5 li:nth-child(5) {
  width: 20%;
}
.smashwords-books5 li:nth-child(5):hover {
  z-index: 1000;
}
.outer-m-300x250-smashwords {
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  padding: 4px;
}
.outer-m-300x250-smashwords .inner-smashwords {
  padding: 12px;
  font-size: 0.875em;
}
.outer-m-300x250-smashwords .inner-smashwords p {
  margin: 0;
  max-width: 224px;
  max-height: 42px;
}
.outer-m-300x250-smashwords .inner-smashwords ul[class^="smashwords-books"] {
  height: 130px;
  margin-top: 10px !important;
}
.outer-m-300x250-smashwords .inner-smashwords .smashwords-books2 li {
  max-height: 118px;
}
.outer-m-300x250-smashwords .inner-smashwords .smashwords-books3 li {
  max-height: 118px;
}
.outer-m-300x250-smashwords .inner-smashwords .bottom-bar-smashwords {
  padding: 4px 12px;
  margin: 4px -12px 0 -12px;
}
.outer-m-300x250-smashwords .inner-smashwords .bottom-bar-smashwords .share-smashwords {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-top: 5px;
  display: inline-block;
  float: left;
  font-size: 1.25em;
}
.outer-m-300x250-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords {
  display: inline-block;
  float: right;
}
.outer-m-300x250-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords a .logo-smashwords {
  width: 130px;
  height: 33px;
  margin-left: 10px;
}
.outer-m-300x600-smashwords {
  position: relative;
  width: 300px;
  height: 600px;
  overflow: hidden;
  padding: 12px;
}
.outer-m-300x600-smashwords .inner-smashwords {
  text-align: center;
  padding: 20px;
}
.outer-m-300x600-smashwords .inner-smashwords ul[class^="smashwords-books"] {
  position: relative;
  overflow: hidden;
  white-space: normal !important;
  width: 100%;
  height: 75%;
}
.outer-m-300x600-smashwords .inner-smashwords ul[class^="smashwords-books"] li {
  margin: 0;
  position: absolute;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books2 {
  height: 70% !important;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books2 li:nth-child(1) {
  width: 70%;
  top: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books2 li:nth-child(1):hover {
  z-index: 4000;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books2 li:nth-child(2) {
  width: 70%;
  right: 0;
  bottom: 0;
  left: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books3 li:nth-child(1) {
  width: 45%;
  top: 0;
  right: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books3 li:nth-child(1):hover {
  z-index: 4000;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books3 li:nth-child(2) {
  top: 100px;
  left: 25%;
  width: 50%;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books3 li:nth-child(3) {
  width: 45%;
  bottom: 0;
  left: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books3 li:nth-child(3):hover {
  z-index: 4000;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books4 {
  height: 70% !important;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books4 li:nth-child(1) {
  width: 45%;
  top: 0;
  left: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books4 li:nth-child(2) {
  width: 45%;
  top: 0;
  right: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books4 li:nth-child(3) {
  width: 45%;
  bottom: 0;
  left: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books4 li:nth-child(4) {
  width: 45%;
  right: 0;
  bottom: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books5 li:nth-child(1) {
  width: 40%;
  top: 0;
  left: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books5 li:nth-child(2) {
  width: 40%;
  top: 0;
  right: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books5 li:nth-child(3) {
  top: 100px;
  left: 25%;
  width: 50%;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books5 li:nth-child(4) {
  width: 40%;
  bottom: 0;
  left: 0;
}
.outer-m-300x600-smashwords .inner-smashwords .smashwords-books5 li:nth-child(5) {
  width: 40%;
  right: 0;
  bottom: 0;
}
.outer-m-300x600-smashwords .inner-smashwords p {
  margin-bottom: 10px !important;
  margin-top: 5px !important;
}
.outer-m-300x600-smashwords .inner-smashwords .bottom-bar-smashwords {
  margin: 4px -20px 0 -20px;
}
.outer-m-300x600-smashwords .inner-smashwords .bottom-bar-smashwords a .logo-smashwords {
  width: 130px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}
.outer-m-550x480-smashwords {
  position: relative;
  width: 550px;
  height: 480px;
  overflow: hidden;
  padding: 6px;
}
.outer-m-550x480-smashwords .inner-smashwords {
  padding: 16px;
}
.outer-m-550x480-smashwords .inner-smashwords h2 {
  max-width: 440px;
  max-height: 70px;
  margin-top: 0;
}
.outer-m-550x480-smashwords .inner-smashwords p {
  margin-bottom: 15px !important;
  max-width: 100%;
  max-height: 65px;
}
.outer-m-550x480-smashwords .inner-smashwords ul[class^="smashwords-books"] {
  max-height: 260px;
  margin-top: 15px;
}
.outer-m-550x480-smashwords .inner-smashwords .bottom-bar-smashwords {
  padding: 4px 16px;
  margin: 4px -16px 0 -16px;
}
.outer-m-550x480-smashwords .inner-smashwords .bottom-bar-smashwords .share-smashwords {
  margin: 0.5em 0 0 0;
  display: inline-block;
  float: left;
  font-size: 1.25em;
}
.outer-m-550x480-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords {
  display: inline-block;
  float: right;
}
.outer-m-550x480-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords a .logo-smashwords {
  width: 130px;
  height: 33px;
  margin-left: 10px;
}
.outer-m-720x90-smashwords {
  position: relative;
  width: 720px;
  height: 90px;
  overflow: hidden;
  padding: 6px;
}
.outer-m-720x90-smashwords .inner-smashwords {
  padding: 6px 12px;
  font-size: 0.8em;
  line-height: 1.4em;
}
.outer-m-720x90-smashwords .inner-smashwords p {
  margin: 0;
  padding: 0;
  max-width: 30%;
  max-height: 36px;
}
.outer-m-720x90-smashwords .inner-smashwords ul[class^="smashwords-books"] {
  position: absolute;
  height: 75px;
  width: 50%;
  top: 0;
  left: 170px;
}
.outer-m-720x90-smashwords .inner-smashwords ul[class^="smashwords-books"] li {
  position: relative;
  z-index: 1000;
  max-height: 75px;
  max-width: 11%;
}
.outer-m-720x90-smashwords .inner-smashwords ul[class^="smashwords-books"] li a {
  display: inline-block;
}
.outer-m-720x90-smashwords .inner-smashwords .smashwords-books3 li {
  margin: 0 0.75em;
}
.outer-m-720x90-smashwords .inner-smashwords .smashwords-books4 li {
  margin: 0 0.25em;
}
.outer-m-720x90-smashwords .inner-smashwords .smashwords-books5 li {
  margin: 0 0.25em;
}
.outer-m-720x90-smashwords .inner-smashwords .bottom-bar-smashwords {
  z-index: 1;
  text-align: right;
  margin: 4px -20px 0 -20px;
  background-color: transparent;
  border: 0;
}
.outer-m-720x90-smashwords .inner-smashwords .bottom-bar-smashwords .share-smashwords {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 16px;
  font-size: 1.5em;
}
.outer-m-720x90-smashwords .inner-smashwords .bottom-bar-smashwords .share-smashwords ul li a {
  display: inline-block;
}
.outer-m-720x90-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords {
  float: right;
  text-align: right;
  margin-right: 28px;
}
.outer-m-720x90-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords a {
  display: inline-block;
}
.outer-m-720x90-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords a .logo-smashwords {
  display: block;
  width: 100px;
}
.outer-m-970x90-smashwords {
  position: relative;
  width: 970px;
  height: 90px;
  overflow: hidden;
  padding: 6px;
}
.outer-m-970x90-smashwords .inner-smashwords {
  padding: 12px 24px 6px 24px;
  font-size: 0.8em;
}
.outer-m-970x90-smashwords .inner-smashwords p {
  margin: 0;
  padding: 0;
  max-height: 25px;
  max-width: 340px;
}
.outer-m-970x90-smashwords .inner-smashwords .long-smashwords {
  max-width: 400px;
}
.outer-m-970x90-smashwords .inner-smashwords ul[class^="smashwords-books"] {
  position: absolute;
  height: 75px;
  width: 44%;
  top: 0;
  left: 320px;
}
.outer-m-970x90-smashwords .inner-smashwords ul[class^="smashwords-books"] li {
  position: relative;
  z-index: 1000;
  max-height: 75px;
  max-width: 9%;
}
.outer-m-970x90-smashwords .inner-smashwords ul[class^="smashwords-books"] li a {
  display: inline-block;
}
.outer-m-970x90-smashwords .inner-smashwords ul[class^="smashwords-books"] li a:hover {
  opacity: 1 !important;
}
.outer-m-970x90-smashwords .inner-smashwords .smashwords-books3 li {
  margin: 0 0.75em;
}
.outer-m-970x90-smashwords .inner-smashwords .smashwords-books4 li {
  margin: 0 0.5em;
}
.outer-m-970x90-smashwords .inner-smashwords .smashwords-books5 li {
  margin: 0 0.5em;
}
.outer-m-970x90-smashwords .inner-smashwords .bottom-bar-smashwords {
  z-index: 1;
  text-align: right;
  margin: 4px -20px 0 -20px;
  background-color: transparent;
  border: 0;
}
.outer-m-970x90-smashwords .inner-smashwords .bottom-bar-smashwords .share-smashwords {
  float: left;
  margin-right: 20px;
  margin-top: 24px;
  margin-left: 16px;
  font-size: 1.25em;
}
.outer-m-970x90-smashwords .inner-smashwords .bottom-bar-smashwords .share-smashwords ul li a {
  display: inline-block;
}
.outer-m-970x90-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords {
  float: right;
  text-align: right;
  margin-right: 34px;
}
.outer-m-970x90-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords a {
  display: inline-block;
}
.outer-m-970x90-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords a .logo-smashwords {
  display: block;
  width: 100px;
}
.outer-m-970x250-smashwords {
  position: relative;
  width: 970px;
  height: 200px;
  overflow: hidden;
  padding: 6px;
}
.outer-m-970x250-smashwords .inner-smashwords {
  padding: 24px 24px 6px 24px;
}
.outer-m-970x250-smashwords .inner-smashwords h2 {
  margin: 0;
  padding: 0;
  max-width: 240px;
  margin-bottom: 6px !important;
  max-height: 70px;
}
.outer-m-970x250-smashwords .inner-smashwords p {
  margin: 0;
  padding: 0;
  max-width: 240px;
  max-height: 50px;
}
.outer-m-970x250-smashwords .inner-smashwords .long-smashwords {
  max-width: 325px;
}
.outer-m-970x250-smashwords .inner-smashwords ul[class^="smashwords-books"] {
  position: absolute;
  max-height: 200px;
  width: 60%;
  top: 14px;
  left: 260px;
}
.outer-m-970x250-smashwords .inner-smashwords ul[class^="smashwords-books"] li {
  position: relative;
  z-index: 1000;
  width: 16%;
}
.outer-m-970x250-smashwords .inner-smashwords ul[class^="smashwords-books"] li a {
  display: inline-block;
}
.outer-m-970x250-smashwords .inner-smashwords ul[class^="smashwords-books"] li a:hover {
  opacity: 1 !important;
}
.outer-m-970x250-smashwords .inner-smashwords .smashwords-books3 li {
  margin: 0 0.75em;
}
.outer-m-970x250-smashwords .inner-smashwords .smashwords-books4 li {
  margin: 0 0.25em;
}
.outer-m-970x250-smashwords .inner-smashwords .smashwords-books5 li {
  margin: 0 0.25em;
}
.outer-m-970x250-smashwords .inner-smashwords .bottom-bar-smashwords {
  z-index: 1;
  text-align: right;
  margin: 4px -20px 0 -20px;
  background-color: transparent;
  border: 0;
}
.outer-m-970x250-smashwords .inner-smashwords .bottom-bar-smashwords .share-smashwords {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 16px;
  font-size: 1.125em;
}
.outer-m-970x250-smashwords .inner-smashwords .bottom-bar-smashwords .share-smashwords ul li a {
  display: inline-block;
}
.outer-m-970x250-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords {
  float: right;
  text-align: right;
  margin-right: 12px;
  font-size: 0.875em;
}
.outer-m-970x250-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords a {
  display: inline-block;
}
.outer-m-970x250-smashwords .inner-smashwords .bottom-bar-smashwords .powered-smashwords a .logo-smashwords {
  display: block;
  width: 100px;
}
