<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.qb {
  border: 1px solid #444444;
}
.qbg {
  background: light_gray;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: 'Source Sans Pro', sans-serif;
}
/* two clearing options -  use .clearfix() in new code */
/* both work as a Less mixin - no clearfix class needs to be added to HTML */
.clearthis {
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* old button style pre-Sept 14- don't use - use flat_button instead */
.bublish_button {
  background: #e4782c;
  color: white;
  font-size: 14px;
  padding: 3px 8px 4px;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
}
.bublish_button_white {
  background: #fff;
  color: #e4782c;
  border: 1px solid #e4782c;
  font-size: 14px;
  padding: 6px 8px 7px;
  text-align: left;
  text-decoration: none;
  border-radius: 0px;
}
/* new post--Sept 14 button style */
.flat_button {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
}
.flat_button:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_alt {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #e4782c;
}
.flat_button_alt:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button_alt.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_alt:hover {
  background: #25aebc;
  cursor: pointer;
}
.flat_button_default {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #aaa;
}
.flat_button_default:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button_default.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_default:hover {
  background: #777;
  cursor: pointer;
}
/* removes blue background off close buttons on dialogs - some BS wierdness*/
.container-fluid button.close {
  background: none;
  border: none;
}
.container-fluid button.close:hover {
  background: none;
  border: none;
}
.narrow_divider {
  /* - a dividing line that is not fill width - use with :after, + relative on parent element */

  content: '';
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -10px;
  height: 2px;
  border-top: 1px solid #25aebc;
}
.profile_info_button {
  font-size: 11px;
  color: #25aebc;
  background: white;
  padding: 0px 10px 2px 10px;
  border-radius: 8px 0 0 0;
  border: 1px solid #e4782c;
}
/* rotating ad banners */
.sponsor_area h2 {
  text-align: center;
  color: #fff;
  background: #25aebc;
  padding: 3px 0;
  font-size: 20px;
}
.sponsor_area .adBannerSlider {
  height: 98px;
  padding: 7px 0 0 0;
}
.sponsor_area .adBannerSlider a {
  text-align: center;
}
.sponsor_area .adBannerSlider a img {
  display: block;
  margin: 0 auto;
  max-width: 96%;
}
#dashboard_media_area {
  margin: 0 0 10px;
  padding: 0 0 24px;
  border-bottom: 1px solid #aaa;
}
#dashboard_media_area:after {
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#dashboard_media_area h2 {
  text-align: center;
  color: #fff;
  background: #25aebc;
  padding: 3px 0;
  font-size: 20px;
}
#dashboard_media_area .media_area_a {
  /* the left side main feature */

  text-align: center;
  padding: 0 0px;
  margin: 0 auto 0;
}
#dashboard_media_area .media_area_a h4 {
  margin: 12px 0 10px;
  color: #25aebc;
}
#dashboard_media_area .media_area_a h3 {
  margin: 0;
  color: #e4782c;
}
#dashboard_media_area .media_area_a p {
  color: #999999;
}
#dashboard_media_area .media_area_a img {
  display: block;
  margin: 10px auto 0;
  width: 80%;
  cursor: pointer;
}
#dashboard_media_area .media_area_a a.text_link {
  display: block;
  margin: 12px 0 0 0;
  cursor: pointer;
  color: #25aebc;
}
#dashboard_media_area .media_area_b {
  /* the right side archive area */

  text-align: center;
}
#dashboard_media_area .media_area_b h4 {
  margin: 12px 0 24px;
  color: #25aebc;
}
#dashboard_media_area .media_area_b .scroll_container {
  max-height: 400px;
  overflow: scroll;
  border-bottom: 4px solid #ddd;
  cursor: ns-resize;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item {
  margin: 10px 0 0 0;
  border-top: 1px solid #aaa;
  padding: 20px 0;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item:before,
#dashboard_media_area .media_area_b .scroll_container .archive_item:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item:after {
  clear: both;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item .image_area {
  width: 35%;
  float: left;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item .image_area a img {
  margin: 0px;
  width: 80%;
  cursor: pointer;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item .image_area img {
  /* video placeholder images don't have 'a' link wrapper */

  margin: 0px 0 0 0;
  width: 80%;
  cursor: pointer;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item .info_area {
  width: 60%;
  float: left;
  text-align: left;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item .info_area h3 {
  margin: 0;
  color: #e4782c;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item .info_area p {
  color: #999999;
}
#dashboard_media_area .media_area_b .scroll_container .archive_item .info_area a.text_link {
  display: block;
  margin: 12px 0 0 0;
  cursor: pointer;
  color: #25aebc;
}
#author_profile_head {
  margin: 14px 0 0px;
  padding: 0px 0 5px 0;
}
#author_profile_head #header_box {
  margin: 0px 0 0 0;
  padding: 32px 5px 6px 0;
  /* big top padding clears abs pos'd title and button */

  background: #e4782c;
  position: relative;
  border-radius: 10px;
}
#author_profile_head #header_box:before,
#author_profile_head #header_box:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#author_profile_head #header_box:after {
  clear: both;
}
#author_profile_head #header_box .author_description {
  padding: 0 10px;
}
#author_profile_head #header_box .author_description h1 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
#author_profile_head #header_box .author_description p {
  margin: 0;
  color: #444;
  line-height: 1.2;
  margin: 4px 0 0 0;
}
#author_profile_head #header_box h3 {
  float: left;
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: -4px;
  font-weight: 700;
  margin: 0 0 10px 15px;
  line-height: 1.2;
  color: #fff;
}
#author_profile_head #header_box .share_area {
  position: absolute;
  display: block;
  top: 8px;
  right: 10px;
}
#author_profile_head #header_box .share_area a {
  /* Share Profile */

  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
}
#author_profile_head #header_box .share_area a:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#author_profile_head #header_box .share_area a.large {
  padding: 5px 10px;
  font-size: 15px;
}
#author_profile_head #header_box .share_area a:hover {
  background: #fff;
  /* prevents inheritance from button */

  color: #25aebc;
}
#author_profile_head #header_box .share_area .share_icons {
  position: absolute;
  top: 100%;
  right: 1px;
  box-shadow: 3px 3px 6px #aaa;
  display: none;
  padding: 3px 10px 3px 3px;
  background: #fff;
  z-index: 200;
  width: 140px;
  text-align: center;
}
#author_profile_head #header_box .share_area .share_icons a {
  margin: 0 0 0 5px;
  background: #fff;
  /* prevents inheritance from button */

}
#author_profile_head #header_box .share_area .share_icons a:hover {
  background: #fff;
}
#author_profile_head #header_box .share_area:hover .share_icons {
  display: block;
}
#author_profile_head #header_box a.change_view {
  /* as visitor or self */

  float: right;
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  margin: 4px 10px 5px 0;
  font-size: 80%;
}
#author_profile_head #header_box a.change_view:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#author_profile_head #header_box a.change_view.large {
  padding: 5px 10px;
  font-size: 15px;
}
#author_profile_head #header_box a.change_view:hover {
  background: #fff;
  color: #25aebc;
}
#author_info {
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 5px;
  position: relative;
}
#author_info:after {
  /* - a dividing line that is not fill width - use with :after, + relative on parent element */

  content: '';
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -10px;
  height: 2px;
  border-top: 1px solid #25aebc;
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#author_info img.author_pic {
  width: 130px;
  float: left;
  margin: 0 5px 0 0;
}
#author_info .author_controls {
  float: left;
  clear: left;
  width: 130px;
  margin: 0px 5px 5px 0;
}
#author_info .author_controls .settings {
  padding: 5px 0 10px 0;
}
#author_info .author_controls .settings a {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  display: inline-block;
  margin: 5px 5px 5px 0;
}
#author_info .author_controls .settings a:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#author_info .author_controls .settings a.large {
  padding: 5px 10px;
  font-size: 15px;
}
#author_info .author_controls .settings.author_view a {
  position: relative;
}
#author_info .author_controls .settings.author_view a div {
  position: absolute;
  z-index: 50;
  top: -15px;
  left: 108%;
  width: 200px;
  display: none;
  border: 2px solid #e4782c;
  padding: 10px;
  border-radius: 6px;
  color: #25aebc;
  background: #fff;
  text-align: left;
}
#author_info .author_controls .settings.author_view a div:before {
  /* the little arrow on the left edge of the popup */

  content: "";
  position: absolute;
  border: 16px solid;
  height: 0px;
  width: 0px;
  z-index: 1000;
  right: 100%;
  top: 8px;
  border-color: transparent #e4782c transparent transparent;
}
#author_info .author_controls .settings.author_view a div:after {
  /* the little arrow on the left edge of the popup */

  content: "";
  position: absolute;
  border: 16px solid;
  height: 0px;
  width: 0px;
  z-index: 1001;
  right: calc(100% - 3px);
  top: 8px;
  border-color: transparent #fff transparent transparent;
}
#author_info .author_controls .settings.author_view a:hover div {
  display: block;
}
#author_info .author_controls .social {
  margin: 10px 0 0 0;
}
#author_info .author_controls .social .fb_iframe_widget {
  position: relative;
  top: -5px;
  margin: 0 10px 0 0;
}
#author_info .author_controls .social a {
  display: block;
  margin: 5px 10px 0 10px;
}
#author_info .author_controls .social a img {
  margin: 0 5px 0 0;
}
#author_info .author_controls .social .twitter-follow-button {
  margin-top: 0px;
}
#author_info .actions_area {
  /* follow controls */

  margin: 0 0 10px 0;
}
#author_info .actions_area ul {
  margin: 0;
  padding: 0;
}
#author_info .actions_area ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
}
#author_info .actions_area ul li &gt; a,
.book.book_deactivate a.btn {
  background: #e4782c;
  border-radius: 6px;
  padding: 6px 10px 4px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
}
#author_info .actions_area ul li .follow_logged_in_popup {
  position: absolute;
  width: 120px;
  left: 102%;
  top: 10%;
  padding: 5px;
  background: #fff;
  border: 2px solid #e4782c;
  border-radius: 10px;
  box-shadow: 2px 2px 3px #aaa;
  z-index: 1000;
}
#author_info .actions_area ul li #follow_overlay {
  position: absolute;
  width: 350px;
  top: 102%;
  left: 0;
  padding: 5px;
  background: #fff;
  border: 2px solid #e4782c;
  border-radius: 10px;
  box-shadow: 2px 2px 3px #aaa;
  z-index: 1000;
}


#author_info .actions_area ul li #follow_overlay #recaptcha1 &gt; div{
  float: right;
}
#author_info .actions_area ul li #follow_overlay form {
  width: 96%;
}
#author_info .actions_area ul li #follow_overlay form legend {
  font-size: 18px;
}
#author_info .actions_area ul li #follow_overlay form .form-group {
  margin: 5px 0;
}
#author_info .actions_area ul li #follow_overlay form [class^='col-md-'] {
  padding: 0 5px;
}
#author_info .actions_area ul li #follow_overlay form p.error{
  font-size: 12px;
  margin-bottom: 5px;
}
#create_account_error_mob{display: none;}
#author_info .number_of_followers p {
  color: #25aebc;
}
#author_info .number_of_followers p span {
  font-weight: bold;
}
#author_info .author_bio {
  position: relative;
}
#author_info .author_bio p {
  cursor: ns-resize;
}
#author_info .author_bio a {
  font-size: 11px;
  color: #25aebc;
  background: white;
  padding: 0px 10px 2px 10px;
  border-radius: 8px 0 0 0;
  border: 1px solid #e4782c;
  position: absolute;
  display: none;
  /* only shows if content overflows */

  right: 0;
  bottom: 0;
  z-index: 50;
}
#books_area {
  float: left;
  margin: 10px 0 10px 0;
  clear: both;
}
#books_area h3 {
  color: #e4782c;
}
#books_area div.no_books p {
  margin: 20px;
  width: 300px;
  font-size: 15px;
  padding: 0 20px;
  text-align: center;
  color: #999999;
}
#books_area div.no_books a {
  color: #25aebc;
}
#books_area .book {
  margin: 5px 5px 5px 0;
  padding: 5px 0 10px;
  position: relative;
  border-bottom: 3px solid #25aebc;
  /*if it's a created book then leave the controls undimmed */

  /* so that user can download the text if they want it  */

}
#books_area .book:after {
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#books_area .book.disabled &gt; p {
  display: block;
  color: #999999;
}
#books_area .book.disabled .book_info {
  opacity: .4;
}
#books_area .book.disabled .book_info .controls {
  display: none;
}
#books_area .book.disabled .book_info .title_genre_synopsis {
  opacity: .4;
}
#books_area .book.disabled .book_bubbles {
  opacity: .4;
}
#books_area .book.disabled .book_bubbles .no_bubbles {
  display: none;
}
#books_area .book.disabled .book_bubbles .inner a {
  display: none;
}
#books_area .book.disabled.created_book .book_info {
  opacity: 1;
}
#books_area .book.disabled.created_book .book_info .cover_pic {
  opacity: .4;
}
#books_area .book.disabled.created_book .book_info .controls {
  opacity: 1;
  display: block;
}
#books_area .book .book_info {
  overflow: visible;
  /* encloses floats */

}
#books_area .book .book_info::after{
    content:'';
    clear:both;
    width:0;
    height:0;
    display:block;
    visibility: hidden;
}
#books_area .book .book_info .cover_n_controls {
  width: 135px;
  float: left;
  /* encloses floats */

  margin: 0 10px 0 0;
  border-color: red;
  /* if author logged in, show book metadata*/

  /* if author logged in, show Manage Book and Export Book buttons with popups */

  /* css for publish_book_modal and export_books_modal windows at end - before media queries */

  /* single retailers link for Barnes and Noble promo May 15 */

  /* if viewer logged in, show preorder/buy links */

}
#books_area .book .book_info .cover_n_controls .popup_wrapper_img {
    min-height: 220px;
}
#books_area .book .book_info .cover_n_controls img.cover_pic {
  width: 100%;
  display: block;
}
#books_area .book .book_info .cover_n_controls p {
  /* book metadata */

  margin: 0;
  color: #999999;
  font-size: 13px;
  font-weight: 300;
}
#books_area .book .book_info .cover_n_controls p span {
  font-weight: 400;
}
#books_area .book .book_info .cover_n_controls p.status {
  color: #e4782c;
}
#books_area .book .book_info .cover_n_controls .controls {
  margin: 0px 5px 8px 0;
}
#books_area .book .book_info .cover_n_controls .controls a {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  display: inline-block;
  margin: 5px 5px 5px 0;
}
#books_area .book .book_info .cover_n_controls .controls a:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#books_area .book .book_info .cover_n_controls .controls a.large {
  padding: 5px 10px;
  font-size: 15px;
}
#books_area .book .book_info .cover_n_controls .manage_book,
#books_area .book .book_info .cover_n_controls .export_book {
  position: relative;
  display: inline-block;
  padding: 3px 0 0 0;
  /* button popup now JS in view_dashboard.js
					&amp;:hover {
						.popup {
							display:block;	
						}
					}
					*/

}
#books_area .book .book_info .cover_n_controls .manage_book &gt; a,
#books_area .book .book_info .cover_n_controls .export_book &gt; a {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  display: inline-block;
}
#books_area .book .book_info .cover_n_controls .manage_book &gt; a:hover,
#books_area .book .book_info .cover_n_controls .export_book &gt; a:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#books_area .book .book_info .cover_n_controls .manage_book &gt; a.large,
#books_area .book .book_info .cover_n_controls .export_book &gt; a.large {
  padding: 5px 10px;
  font-size: 15px;
}
#books_area .book .book_info .cover_n_controls .manage_book .popup,
#books_area .book .book_info .cover_n_controls .export_book .popup {
  display: none;
  position: absolute;
  z-index: 100;
  width: 130px;
  left: 5px;
  bottom: 102%;
  padding: 4px 0;
  border: 1px solid #e4782c;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #777;
  background: #fff;
  text-align: left;
}
#books_area .book .book_info .cover_n_controls .manage_book .popup:before,
#books_area .book .book_info .cover_n_controls .export_book .popup:before {
  /* the little arrow on the bottom edge of the popup */

  content: "";
  position: absolute;
  border: 16px solid;
  height: 0px;
  width: 0px;
  z-index: 1000;
  top: 100%;
  left: 8px;
  border-color: #e4782c transparent transparent transparent;
}
#books_area .book .book_info .cover_n_controls .manage_book .popup:after,
#books_area .book .book_info .cover_n_controls .export_book .popup:after {
  /* the little arrow on the bottom edge of the popup */

  content: "";
  position: absolute;
  border: 16px solid;
  height: 0px;
  width: 0px;
  z-index: 1001;
  top: 98%;
  left: 8px;
  border-color: #fff transparent transparent transparent;
}
#books_area .book .book_info .cover_n_controls .manage_book .popup a,
#books_area .book .book_info .cover_n_controls .export_book .popup a {
  display: block;
  padding: 0px 10px;
  margin: 0;
  background: #fff;
  color: #25aebc;
  text-align: left;
  width: 120px;
}
#books_area .book .book_info .cover_n_controls .manage_book .popup a:hover,
#books_area .book .book_info .cover_n_controls .export_book .popup a:hover {
  background: #fff;
  color: #e4782c;
}
#books_area .book .book_info .cover_n_controls .b_n_promo_may15 {
  display: inline-block;
  margin: 10px 0 0 0;
  border: 2px solid #e4782c;
  border-radius: 6px;
  padding: 2px 5px 4px;
  text-decoration: none;
  color: #25aebc;
}
#books_area .book .book_info .cover_n_controls .b_n_promo_may15:hover {
  border: 2px solid #25aebc;
  color: #e4782c;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup {
  /* contains affiliate icons/links */
  text-align: center;
  position: relative;
  z-index:5;
  padding: 10px 0 0 0;
  /* end popup_wrapper */
}
#books_area .book .book_info .cover_n_controls #affiliate_popup:hover #popup_wrapper {
  display: block;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup:hover a#buy_book_button {
  background: #e4782c;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup a#buy_book_button {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  border-radius: 0px;
  font-size: 12px;
  padding: 2px 12px 2px;
  line-height: 1.75;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup a#buy_book_button:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup a#buy_book_button.large {
  padding: 5px 10px;
  font-size: 15px;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper {
  display: none;
  z-index: 200;
  position: absolute;
  width: 160px;
  border: 1px solid #e4782c;
  left: 47px;
  bottom: 87%;
  background: #fff;
  border-radius: 4px;
  text-align: left;
  box-shadow: 2px 2px 4px #777;
}

#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper:before {
  /* the little arrow on the bottom edge of the popup */

  content: "";
  position: absolute;
  border: 16px solid;
  height: 0px;
  width: 0px;
  z-index: 1000;
  top: 100%;
  left: 50px;
  border-color: #e4782c transparent transparent transparent;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper:after {
  /* the little arrow on the bottom edge of the popup */

  content: "";
  position: absolute;
  border: 16px solid;
  height: 0px;
  width: 0px;
  z-index: 1001;
  top: 98%;
  left: 50px;
  border-color: #fff transparent transparent transparent;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper table {
  cursor: pointer;
  
}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper table tr td {
  /* this padding makes the rows hot to the edges */

}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper table tr td a {
  padding: 5px 0 5px 7px;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper table tr td img {
  width: 30px;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper table tr td:nth-child(2) a {
  /* the affilitate name link */

  display: block;
  padding: 5px 7px 10px 0;
  /*diff pad for text cell */

  color: #25aebc;
  margin: 0 0 0 5px;
  font-size: 14px;
  vertical-align: 3px;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper table tr td:nth-child(2) a:hover {
  /* hover the affilitate name link */

  color: #e4782c;
  text-decoration: none;
}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper table tr td:hover + td {
  /* hovering the icon hilites the text */

}
#books_area .book .book_info .cover_n_controls #affiliate_popup #popup_wrapper table tr td:hover + td a {
  /* the affilitate name link */

  color: #e4782c;
  text-decoration: none;
}
#books_area .book .book_info .title_genre_synopsis h3 {
  font-size: 18px;
  margin: 0;
  color: #25aebc;
}
#books_area .book .book_info .title_genre_synopsis h5 {
  color: #e4782c;
  font-style: italic;
  margin: 5px 0 0 0;
}
#books_area .book .book_info .title_genre_synopsis .synopsis {
  position: relative;
}
#books_area .book .book_info .title_genre_synopsis .synopsis:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
#books_area .book .book_info .title_genre_synopsis .synopsis:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
#books_area .book .book_info .title_genre_synopsis .synopsis .inner {
  padding: 10px 0 0 0;
  /* makes space for the soft edge above first line of text */

  height: inherit;
  overflow: scroll;
}
#books_area .book .book_info .title_genre_synopsis .synopsis .inner p {
  cursor: ns-resize;
  padding: 0 0 20px;
  /* ensure text can scroll above lower soft edge */

}
#books_area .book .book_bubbles {
  clear: left;
  margin: 0px 0 10px 0;
  padding: 0px 0 0 0;
  position: relative;
  max-height: 410px;
  /* max height for all a book's bubbles */

  overflow-y: scroll;
}
#books_area .book .book_bubbles div.no_bubbles p {
  font-size: 15px;
  padding: 0 20px;
  text-align: center;
  color: #999999;
}
#books_area .book .book_bubbles p.caption {
  font-style: italic;
  color: #e4782c;
  text-align: center;
  margin: 0;
}
#books_area .book .book_bubbles .book_bubble {
  position: relative;
  padding: 0 0 1px;
  border-bottom: 1px solid #e4782c;
}
#books_area .book .book_bubbles .book_bubble:last-child:after {
  border: none;
}
#books_area .book .book_bubbles .book_bubble .inner {
  height: 120px;
  /* height of each bubble */

  margin: 10px 0 0px 0;
  overflow: hidden;
  position: relative;
}
#books_area .book .book_bubbles .book_bubble .inner:after {
  /* soft edge along bottom of bubble preview */

  content: '';
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 25;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
#books_area .book .book_bubbles .book_bubble .inner h4 {
  margin: 0 0 2px 0;
  color: #25aebc;
  font-size: 16px;
}
#books_area .book .book_bubbles .book_bubble .inner h4 a {
  color: #25aebc;
  text-decoration: underline;
}
#books_area .book .book_bubbles .book_bubble .inner h4 a:hover {
  text-decoration: none;
}
#books_area .book .book_bubbles .book_bubble .inner a.status {
  color: #e4782c;
  margin: 0;
  cursor: pointer;
}
#books_area .book .book_bubbles .book_bubble .inner p {
  margin: 0 0 .75em;
}
#books_area .book .book_bubbles .book_bubble .inner p:last-child {
  margin: 0 0 0 0;
  /* so a link is directly below */

}
#books_area .book .book_bubbles .book_bubble .inner a.delete_or_stats {
  font-size: 11px;
  color: #25aebc;
  background: white;
  padding: 0px 10px 2px 10px;
  border-radius: 8px 0 0 0;
  border: 1px solid #e4782c;
  position: absolute;
  right: 120px;
  bottom: -1px;
  z-index: 50;
  border-radius: 8px 8px 0 0;
  margin: 0 0 -1px;
}
#books_area .book .book_bubbles .book_bubble .inner a.edit {
  font-size: 11px;
  color: #25aebc;
  background: white;
  padding: 0px 10px 2px 10px;
  border-radius: 8px 0 0 0;
  border: 1px solid #e4782c;
  position: absolute;
  right: 66px;
  bottom: -1px;
  z-index: 50;
  border-radius: 8px 8px 0 0;
  margin: 0 0 -1px;
}
#books_area .book .book_bubbles .book_bubble .inner a.view_bubble {
  font-size: 11px;
  color: #25aebc;
  background: white;
  padding: 0px 10px 2px 10px;
  border-radius: 8px 0 0 0;
  border: 1px solid #e4782c;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 50;
  border-radius: 8px 0px 0 0;
  margin: 0 0 -1px;
}
#publish_book_modal ul li + li {
  /* all except the first */

  padding: 10px 0 0 0;
}
#publish_book_modal form {
  margin-top: 20px;
}
#publish_book_modal form legend {
  font-size: 16px;
}
.bublish_info_modal {
  /* modal opens with how-to info when page loads */

}
.bublish_info_modal .modal-body h2 {
  color: #e4782c;
}
.bublish_info_modal .modal-body ul .indicator {
  display: inline-block;
  text-align: center;
  background: #e4782c;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: -6px 7px 0 -36px;
  min-width: 28px;
  height: 28px;
  padding: 4px 3px 0 4px;
}
.bublish_info_modal .modal-body ul li {
  list-style-type: none;
  padding: 10px 0;
}
.bublish_info_modal .modal-body label {
  float: right;
  margin: 10px 0 0 0;
  font-weight: normal;
}
/* hide the source version of the Follow form that is injected into bubbles */
.follow_form_wrapper {
  display: none;
}
@media (min-width: 768px) {
  #author_profile_head:after {
    /* works as a Less mixin - no clearfix class needs to be added to HTML */
  
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  #author_profile_head #header_box .author_description {
    width: 450px;
  }
  #author_info {
    width: 220px;
  }
  #author_info img.author_pic {
    float: none;
    display: block;
    width: 220px;
  }
  #author_info .author_controls {
    float: none;
    width: auto;
  }
  #author_info .author_controls .social a {
    display: inline;
    margin: 0 10px 0 0 ;
  }
  #books_area {
    float: left;
    width: 420px;
    margin: 0 0 0 20px;
    clear: none;
  }
  #books_area {
    float: left;
    width: 600px;
    margin: 0 0 0 20px;
    clear: none;
  }
  #books_area .book {
    clear: both;
    width: 98%;
  }
  #books_area .book:after {
    /* works as a Less mixin - no clearfix class needs to be added to HTML */
  
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  #books_area .book .book_info {
    width: 50%;
    float: left;
  }
  #books_area .book .book_info .cover_n_controls {
    width: 45%;
  }
  #books_area .book .book_info .title_genre_synopsis {
    width: 50%;
    float: left;
  }
  #books_area .book .book_info .title_genre_synopsis .synopsis {
    margin-top: 6px;
  }
  #books_area .book .book_info .title_genre_synopsis .synopsis .inner p {
    font-size: 14px;
  }
  #books_area .book .book_bubbles {
    width: 48%;
    float: left;
    clear: none;
    margin: 0 0 0 2%;
  }
  #books_area .book .book_bubbles .book_bubble h4 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #author_profile_head {
    position: relative;
  }
  #author_profile_head h3 {
    text-align: center;
  }
  #author_profile_head #header_box {
    min-height: 50px;
    padding: 5px 0;
  }
  #author_profile_head #header_box:after {
    /* works as a Less mixin - no clearfix class needs to be added to HTML */
  
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  #author_profile_head #header_box .author_description {
    float: left;
    left: 0;
    top: 0;
    width: 400px;
    margin: 8px 0 0 10px;
  }
  #author_profile_head #header_box .author_description h1 {
    /* author name */
  
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0;
  }
  #author_profile_head #header_box .author_description p {
    /* genres */
  
    float: left;
    margin: 0;
    color: #555;
    line-height: 1.2;
    margin: 4px 0 0 0;
    width: 100%;
  }
  #author_profile_head #header_box h3 {
    /* 'Author Profile' text */
  
    float: none;
    font-size: 18px;
    position: absolute;
    width: 100%;
    top: 10px;
    left: -4px;
    font-weight: 700;
    text-align: center;
    margin: 0 0px 10px 0px;
    line-height: 1.2;
    color: #fff;
  }
  #author_profile_head #header_box .share_area {
    position: absolute;
    display: block;
    top: 8px;
    right: 10px;
  }
  #author_profile_head #header_box .share_area a.bublish_button {
    /* Share Profile */
  
    max-width: 145px;
    padding: 5px 10px;
    background: #fff;
    color: #e4782c;
    text-transform: uppercase;
    font-size: 10px;
    box-shadow: none;
  }
  #author_profile_head #header_box .share_area .share_icons {
    position: absolute;
    top: 100%;
    right: 0;
    border: 2px solid #e4782c;
    border-radius: 5px;
    box-shadow: 3px 3px 6px #aaa;
    display: none;
    padding: 3px 10px 3px 3px;
    background: #fff;
    z-index: 200;
    width: 160px;
  }
  #author_profile_head #header_box .share_area .share_icons a {
    margin: 0 0 0 5px;
  }
  #author_profile_head #header_box .share_area:hover .share_icons {
    display: block;
  }
  #author_profile_head #header_box a.change_view {
    margin-top: 30px;
  }
  #books_area {
    width: 75%;
    margin: 0 0 0 2%;
  }
  #books_area .book {
    clear: both;
    width: 98%;
  }
  #books_area .book:after {
    /* works as a Less mixin - no clearfix class needs to be added to HTML */
  
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  #books_area .book .book_info {
    width: 50%;
    float: left;
  }
  #books_area .book .book_info .cover_n_controls {
    width: 45%;
  }
  #books_area .book .book_info .cover_n_controls .single_retailer_promo {
    margin: 5px auto;
    text-align: center;
  }
  #books_area .book .book_info .cover_n_controls .single_retailer_promo a {
    display: inline-block;
    border: 2px solid ;
    border-radius: 6px;
    padding: 3px 2px 2px;
    color: #e4782c;
    text-transform: uppercase;
  }
  #books_area .book .book_info .cover_n_controls .single_retailer_promo a:hover {
    text-decoration: none;
  }
  #books_area .book .book_info .cover_n_controls .single_retailer_promo a span {
    vertical-align: -2px;
  }
  #books_area .book .book_info .cover_n_controls .single_retailer_promo a img {
    width: 100px;
  }
  #books_area .book .book_info .title_genre_synopsis {
    float: left;
  }
  #books_area .book .book_info .title_genre_synopsis .synopsis {
    height: 340px;
  }
  #books_area .book .book_bubbles {
    width: 48%;
    float: left;
    clear: none;
    margin: 0 0 0 2%;
  }
  #books_area .book .book_bubbles .book_bubble h4 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  
}
@media (max-width: 991px) {
  #create_account_error_mob{display:block;color: #e4782c; padding: 5px 0 0;}
  #create_account_error{display: none;}
}
@media(max-width: 479px) {
  #author_info .actions_area ul li #follow_overlay{
    width: 300px;
  }
  #author_info .actions_area ul li #follow_overlay #recaptcha1&gt;div{
    width: 275px!important;
  }
  #author_info .actions_area ul li #follow_overlay #recaptcha1&gt;div iframe{
    -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
  }
}

#author_profile_head.mt0{margin-top:0;}</pre></body></html>