.overview .acclaim {
  background: #89AECB;
  color: #fff;
  padding: 2rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 0.25rem;
  border: 0.4rem solid #0D3552;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  margin: 0;
  margin-bottom: 3rem;
  width: 60%;
  float: right;
  margin: 0 0 1.5rem 1.5rem;
  padding: 1.5rem;
}

html[data-col-ct='1'] .overview .acclaim {
  width: 100%;
}

[data-book='AL4K'] .overview .acclaim {
  border-color: #0D3552;
  background-color: #89AECB;
}

[data-book='AL4K'] .overview .acclaim:nth-child(odd) {
  border-color: #89AECB;
  background-color: #0D3552;
}

[data-book='AR4K'] .overview .acclaim {
  border-color: #BE2519;
  background-color: #FED234;
}

[data-book='AR4K'] .overview .acclaim:nth-child(odd) {
  border-color: #FED234;
  background-color: #BE2519;
}

[data-book='CW4K'] .overview .acclaim {
  border-color: #30526B;
  background-color: #95939A;
}

[data-book='CW4K'] .overview .acclaim:nth-child(odd) {
  border-color: #95939A;
  background-color: #30526B;
}

[data-book='LV4K'] .overview .acclaim {
  border-color: #486251;
  background-color: #8aa894;
}

[data-book='LV4K'] .overview .acclaim:nth-child(odd) {
  border-color: #8aa894;
  background-color: #486251;
}

[data-book='LC4K'] .overview .acclaim {
  border-color: #513027;
  background-color: #B27936;
}

[data-book='LC4K'] .overview .acclaim:nth-child(odd) {
  border-color: #B27936;
  background-color: #513027;
}

[data-book='MP4K'] .overview .acclaim {
  border-color: #AA3718;
  background-color: #A79543;
}

[data-book='MP4K'] .overview .acclaim:nth-child(odd) {
  border-color: #A79543;
  background-color: #AA3718;
}

.chapter .book-section img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.chapter .book-section {
  text-align: center;
}

.chapter .book-section img {
  margin: 1rem 0;
}

.chapter li::before {
  content: "Tap image or text link below to view .PDF";
}

.links p:last-child {
  margin-bottom: 0;
}

.links > li > ul > li {
  background: #89AECB;
  color: #fff;
  padding: 2rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 0.25rem;
  border: 0.4rem solid #0D3552;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  margin: 0;
  margin-bottom: 3rem;
}

.buy a,
.buy i {
  vertical-align: middle;
}

.buy > li > p {
  font-size: 1.6rem;
  margin-left: 10%;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
  line-height: 0.5;
}

.buy i {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/amazon-logo.png") no-repeat;
  background-size: 100%;
}

.buy .indiebound {
  background-image: url("../images/indiebound-logo.png");
}

.buy .acclaim {
  background: #89AECB;
  color: #fff;
  padding: 2rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 0.25rem;
  border: 0.4rem solid #0D3552;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  box-shadow: 0.1rem 0.1rem 0.2rem 0 #888;
  margin: 0;
  margin-bottom: 3rem;
  width: 100%;
}

[data-book='AL4K'] .buy .acclaim {
  border-color: #0D3552;
  background-color: #89AECB;
}

[data-book='AL4K'] .buy .acclaim:nth-child(odd) {
  border-color: #89AECB;
  background-color: #0D3552;
}

[data-book='AR4K'] .buy .acclaim {
  border-color: #BE2519;
  background-color: #FED234;
}

[data-book='AR4K'] .buy .acclaim:nth-child(odd) {
  border-color: #FED234;
  background-color: #BE2519;
}

[data-book='CW4K'] .buy .acclaim {
  border-color: #30526B;
  background-color: #95939A;
}

[data-book='CW4K'] .buy .acclaim:nth-child(odd) {
  border-color: #95939A;
  background-color: #30526B;
}

[data-book='LV4K'] .buy .acclaim {
  border-color: #486251;
  background-color: #8aa894;
}

[data-book='LV4K'] .buy .acclaim:nth-child(odd) {
  border-color: #8aa894;
  background-color: #486251;
}

[data-book='LC4K'] .buy .acclaim {
  border-color: #513027;
  background-color: #B27936;
}

[data-book='LC4K'] .buy .acclaim:nth-child(odd) {
  border-color: #B27936;
  background-color: #513027;
}

[data-book='MP4K'] .buy .acclaim {
  border-color: #AA3718;
  background-color: #A79543;
}

[data-book='MP4K'] .buy .acclaim:nth-child(odd) {
  border-color: #A79543;
  background-color: #AA3718;
}

html[data-book='AL4K'] .links li > ul > li {
  border-color: #0D3552;
  background-color: #89AECB;
}

[data-col-ct='1'][data-book='AL4K'] .links li > ul > li:nth-child(odd),
[data-col-ct='3'][data-book='AL4K'] .links li > ul > li:nth-child(odd) {
  border-color: #89AECB;
  background-color: #0D3552;
}

[data-col-ct='2'][data-book='AL4K'] .links li > ul > li:nth-child(4n-4),
[data-col-ct='2'][data-book='AL4K'] .links li > ul > li:nth-child(4n-3) {
  border-color: #89AECB;
  background-color: #0D3552;
}

html[data-book='AL4K'] .links li a {
  color: #0D3552;
}

[data-col-ct='1'][data-book='AL4K'] .links li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='AL4K'] .links li > ul > li:nth-child(odd) a {
  color: #89AECB;
}

[data-col-ct='2'][data-book='AL4K'] .links li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='AL4K'] .links li > ul > li:nth-child(4n-3) a {
  color: #89AECB;
}

html[data-book='AR4K'] .links li > ul > li {
  border-color: #BE2519;
  background-color: #FED234;
}

[data-col-ct='1'][data-book='AR4K'] .links li > ul > li:nth-child(odd),
[data-col-ct='3'][data-book='AR4K'] .links li > ul > li:nth-child(odd) {
  border-color: #FED234;
  background-color: #BE2519;
}

[data-col-ct='2'][data-book='AR4K'] .links li > ul > li:nth-child(4n-4),
[data-col-ct='2'][data-book='AR4K'] .links li > ul > li:nth-child(4n-3) {
  border-color: #FED234;
  background-color: #BE2519;
}

html[data-book='AR4K'] .links li a {
  color: #BE2519;
}

[data-col-ct='1'][data-book='AR4K'] .links li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='AR4K'] .links li > ul > li:nth-child(odd) a {
  color: #FED234;
}

[data-col-ct='2'][data-book='AR4K'] .links li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='AR4K'] .links li > ul > li:nth-child(4n-3) a {
  color: #FED234;
}

html[data-book='CW4K'] .links li > ul > li {
  border-color: #30526B;
  background-color: #95939A;
}

[data-col-ct='1'][data-book='CW4K'] .links li > ul > li:nth-child(odd),
[data-col-ct='3'][data-book='CW4K'] .links li > ul > li:nth-child(odd) {
  border-color: #95939A;
  background-color: #30526B;
}

[data-col-ct='2'][data-book='CW4K'] .links li > ul > li:nth-child(4n-4),
[data-col-ct='2'][data-book='CW4K'] .links li > ul > li:nth-child(4n-3) {
  border-color: #95939A;
  background-color: #30526B;
}

html[data-book='CW4K'] .links li a {
  color: #30526B;
}

[data-col-ct='1'][data-book='CW4K'] .links li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='CW4K'] .links li > ul > li:nth-child(odd) a {
  color: #95939A;
}

[data-col-ct='2'][data-book='CW4K'] .links li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='CW4K'] .links li > ul > li:nth-child(4n-3) a {
  color: #95939A;
}

html[data-book='LV4K'] .links li > ul > li {
  border-color: #486251;
  background-color: #8aa894;
}

[data-col-ct='1'][data-book='LV4K'] .links li > ul > li:nth-child(odd),
[data-col-ct='3'][data-book='LV4K'] .links li > ul > li:nth-child(odd) {
  border-color: #8aa894;
  background-color: #486251;
}

[data-col-ct='2'][data-book='LV4K'] .links li > ul > li:nth-child(4n-4),
[data-col-ct='2'][data-book='LV4K'] .links li > ul > li:nth-child(4n-3) {
  border-color: #8aa894;
  background-color: #486251;
}

html[data-book='LV4K'] .links li a {
  color: #486251;
}

[data-col-ct='1'][data-book='LV4K'] .links li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='LV4K'] .links li > ul > li:nth-child(odd) a {
  color: #8aa894;
}

[data-col-ct='2'][data-book='LV4K'] .links li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='LV4K'] .links li > ul > li:nth-child(4n-3) a {
  color: #8aa894;
}

html[data-book='LC4K'] .links li > ul > li {
  border-color: #513027;
  background-color: #B27936;
}

[data-col-ct='1'][data-book='LC4K'] .links li > ul > li:nth-child(odd),
[data-col-ct='3'][data-book='LC4K'] .links li > ul > li:nth-child(odd) {
  border-color: #B27936;
  background-color: #513027;
}

[data-col-ct='2'][data-book='LC4K'] .links li > ul > li:nth-child(4n-4),
[data-col-ct='2'][data-book='LC4K'] .links li > ul > li:nth-child(4n-3) {
  border-color: #B27936;
  background-color: #513027;
}

html[data-book='LC4K'] .links li a {
  color: #513027;
}

[data-col-ct='1'][data-book='LC4K'] .links li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='LC4K'] .links li > ul > li:nth-child(odd) a {
  color: #B27936;
}

[data-col-ct='2'][data-book='LC4K'] .links li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='LC4K'] .links li > ul > li:nth-child(4n-3) a {
  color: #B27936;
}

html[data-book='MP4K'] .links li > ul > li {
  border-color: #AA3718;
  background-color: #A79543;
}

[data-col-ct='1'][data-book='MP4K'] .links li > ul > li:nth-child(odd),
[data-col-ct='3'][data-book='MP4K'] .links li > ul > li:nth-child(odd) {
  border-color: #A79543;
  background-color: #AA3718;
}

[data-col-ct='2'][data-book='MP4K'] .links li > ul > li:nth-child(4n-4),
[data-col-ct='2'][data-book='MP4K'] .links li > ul > li:nth-child(4n-3) {
  border-color: #A79543;
  background-color: #AA3718;
}

html[data-book='MP4K'] .links li a {
  color: #AA3718;
}

[data-col-ct='1'][data-book='MP4K'] .links li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='MP4K'] .links li > ul > li:nth-child(odd) a {
  color: #A79543;
}

[data-col-ct='2'][data-book='MP4K'] .links li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='MP4K'] .links li > ul > li:nth-child(4n-3) a {
  color: #A79543;
}

html[data-book='AL4K'] .news li a {
  color: #0D3552;
}

[data-col-ct='1'][data-book='AL4K'] .news li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='AL4K'] .news li > ul > li:nth-child(odd) a {
  color: #89AECB;
}

[data-col-ct='2'][data-book='AL4K'] .news li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='AL4K'] .news li > ul > li:nth-child(4n-3) a {
  color: #89AECB;
}

html[data-book='AR4K'] .news li a {
  color: #BE2519;
}

[data-col-ct='1'][data-book='AR4K'] .news li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='AR4K'] .news li > ul > li:nth-child(odd) a {
  color: #FED234;
}

[data-col-ct='2'][data-book='AR4K'] .news li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='AR4K'] .news li > ul > li:nth-child(4n-3) a {
  color: #FED234;
}

html[data-book='CW4K'] .news li a {
  color: #30526B;
}

[data-col-ct='1'][data-book='CW4K'] .news li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='CW4K'] .news li > ul > li:nth-child(odd) a {
  color: #95939A;
}

[data-col-ct='2'][data-book='CW4K'] .news li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='CW4K'] .news li > ul > li:nth-child(4n-3) a {
  color: #95939A;
}

html[data-book='LV4K'] .news li a {
  color: #486251;
}

[data-col-ct='1'][data-book='LV4K'] .news li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='LV4K'] .news li > ul > li:nth-child(odd) a {
  color: #8aa894;
}

[data-col-ct='2'][data-book='LV4K'] .news li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='LV4K'] .news li > ul > li:nth-child(4n-3) a {
  color: #8aa894;
}

html[data-book='LC4K'] .news li a {
  color: #513027;
}

[data-col-ct='1'][data-book='LC4K'] .news li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='LC4K'] .news li > ul > li:nth-child(odd) a {
  color: #B27936;
}

[data-col-ct='2'][data-book='LC4K'] .news li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='LC4K'] .news li > ul > li:nth-child(4n-3) a {
  color: #B27936;
}

html[data-book='MP4K'] .news li a {
  color: #AA3718;
}

[data-col-ct='1'][data-book='MP4K'] .news li > ul > li:nth-child(odd) a,
[data-col-ct='3'][data-book='MP4K'] .news li > ul > li:nth-child(odd) a {
  color: #A79543;
}

[data-col-ct='2'][data-book='MP4K'] .news li > ul > li:nth-child(4n-4) a,
[data-col-ct='2'][data-book='MP4K'] .news li > ul > li:nth-child(4n-3) a {
  color: #A79543;
}

html[data-book='AR4K'] .timeline .cbp_tmtimeline .cbp_tmtime span {
  color: #cb9f01;
}

.toc [data-book='AR4K'].book-section .num,
html[data-book='AR4K'] .content-wrap > .fun .icon,
html[data-book='AR4K'] .cbp_tmtimeline .icon {
  background-color: #fec701;
}
