:root {
  --aka-primary-color: #000000;
  --aka-primary-color-darken: #000000;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #d9d9d9;
  --aka-secondary-opposite-color: #000000;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #000000;
  }
  33% {
    border-left: 10px solid #000000;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #000000;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #000000;
  }
  33% {
    border-left: 10px solid #000000;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #000000;
    border-right: 10px solid #f7f7f7;
  }
}
#account-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 320px;
  padding: 10px;
}
#account-wrapper p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#account-wrapper * {
  color: #303030;
}
#account-wrapper a {
  word-break: break-word;
}
#account-wrapper #account-app {
  display: none;
}
#account-wrapper #account-content {
  width: auto;
  padding-top: 0;
}
#account-wrapper #account-content #account-logo {
  top: 0;
  max-width: 40%;
  max-height: 40px;
  min-height: auto;
  height: auto;
  text-align: right;
  line-height: normal;
  overflow: hidden;
}
#account-wrapper #account-content h1 {
  line-height: normal;
  padding-right: 40%;
  padding-top: 9px;
}
#account-wrapper #account-content h1.part-sales {
  padding-top: 0;
}
#account-wrapper #account-content label {
  color: #303030;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#account-wrapper #account-content label span {
  color: inherit;
  font-weight: normal;
}
#account-wrapper #account-content label .validation-invalid-message {
  text-transform: none;
  font-weight: normal;
}
#account-wrapper #account-content input[type=text],
#account-wrapper #account-content input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
}
#account-wrapper #account-content input[type=text]::-ms-clear,
#account-wrapper #account-content input[type=text]::-ms-expand,
#account-wrapper #account-content input[type=password]::-ms-clear,
#account-wrapper #account-content input[type=password]::-ms-expand {
  display: none;
}
#account-wrapper #account-content input[type=text]:not(:disabled):hover,
#account-wrapper #account-content input[type=text]:not(:disabled):focus,
#account-wrapper #account-content input[type=password]:not(:disabled):hover,
#account-wrapper #account-content input[type=password]:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content input[type=text]:disabled,
#account-wrapper #account-content input[type=password]:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content input[type="checkbox"] {
  position: relative;
  float: left;
  margin: 0;
}
#account-wrapper #account-content input[type="checkbox"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: -1px;
}
#account-wrapper #account-content input[type="checkbox"]:checked:before {
  border-color: #303030;
}
#account-wrapper #account-content input[type="checkbox"]:checked:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #303030;
  border-bottom: 2px solid #303030;
}
#account-wrapper #account-content input[type="checkbox"] + span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding-top: 1px;
  margin-bottom: 9px;
  margin-left: 30px;
  width: auto;
  text-transform: none;
}
#account-wrapper #account-content textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
#account-wrapper #account-content textarea::-ms-clear,
#account-wrapper #account-content textarea::-ms-expand {
  display: none;
}
#account-wrapper #account-content textarea:not(:disabled):hover,
#account-wrapper #account-content textarea:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content textarea:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-color: white;
}
#account-wrapper #account-content select::-ms-clear,
#account-wrapper #account-content select::-ms-expand {
  display: none;
}
#account-wrapper #account-content select:not(:disabled):hover,
#account-wrapper #account-content select:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content select:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content select.validation-invalid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E"), repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(255,255,255,0.5) 10px,rgba(255,255,255,0.5) 20px);
  background-size: 24px, auto;
  background-position: right 12px center, auto;
  background-repeat: no-repeat, repeat;
  background-color: #ffeeee;
}
#account-wrapper #account-content select:disabled {
  background-color: #f8f8f8;
}
#account-wrapper #account-content .section-left {
  width: 100%;
  margin-bottom: 20px;
}
#account-wrapper #account-content .section-right {
  width: 100%;
  text-align: center;
}
#account-wrapper #account-content .no-float-block {
  width: 100%;
  text-align: left;
}
#account-wrapper #account-content .required:before {
  margin-right: 3px;
}
#account-wrapper #account-content .block-right {
  width: 100% !important;
  text-align: left;
}
#account-wrapper #account-content .block-left {
  width: 100% !important;
  text-align: left;
}
#account-wrapper #account-content .ea_validate {
  margin-top: 0px;
}
#account-wrapper #account-content #form-enter-isbn label span {
  display: none;
}
#account-wrapper #account-content #form-enter-isbn label input[type=text] {
  font-size: 16px;
  margin: 0;
}
#account-wrapper #account-content #form-enter-isbn button {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
  text-indent: -9999px;
  line-height: 0;
}
#account-wrapper #account-content #form-enter-isbn button:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #form-enter-isbn button:not(:disabled):hover,
#account-wrapper #account-content #form-enter-isbn button:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #form-enter-isbn button:after {
  content: 'Find This Book';
  text-indent: 0;
  display: block;
  line-height: 50px;
  margin: 0;
}
#account-wrapper #account-content #form-enter-isbn button.icon-next:after {
  content: 'Find This Book \25BB';
}
#account-wrapper #account-content #form-enter-isbn button.icon-download:after {
  content: '\EB01 \00a0\00a0 Find This Book';
}
#account-wrapper #account-content #form-enter-isbn button.icon-clock:after {
  content: '\23F2 \00a0\00a0 Find This Book';
}
#account-wrapper #account-content #form-enter-isbn button.icon-trash:after {
  content: '\E0D0 \00a0\00a0 Find This Book';
}
#account-wrapper #account-content #enter-isbn-faq-isbn {
  margin-top: 40px;
  text-align: center;
}
#account-wrapper #account-content #enter-isbn-faq-isbn > a {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
  text-transform: none;
  font-size: 1rem;
  line-height: 40px;
  background: #f5f5f5;
  color: #000000;
  border: 1px solid rgba(0,0,0,0.08);
  position: relative;
}
#account-wrapper #account-content #enter-isbn-faq-isbn > a:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #enter-isbn-faq-isbn > a:not(:disabled):hover,
#account-wrapper #account-content #enter-isbn-faq-isbn > a:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #enter-isbn-faq-isbn > a:not(:disabled):hover,
#account-wrapper #account-content #enter-isbn-faq-isbn > a:not(:disabled):focus {
  background: #f5f5f5;
  color: #000000;
}
#account-wrapper #account-content #enter-isbn-faq-isbn > a[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
#account-wrapper #account-content #enter-isbn-faq-isbn #what-is-isbn {
  -webkit-box-shadow: inset 0 0 0 4px #f5f5f5;
  box-shadow: inset 0 0 0 4px #f5f5f5;
  border-color: rgba(0,0,0,0.08);
  border-radius: 10px;
  background: white;
  padding: 15px;
  margin: -1px 0 0;
}
#account-wrapper #account-content #enter-isbn-faq-isbn #what-is-isbn .isbn-text-block {
  margin-bottom: 15px;
}
#account-wrapper #account-content #enter-isbn-faq-isbn #what-is-isbn .isbn-text-block br {
  content: '';
  display: block;
  margin-bottom: 10px;
}
#account-wrapper #account-content #enter-isbn-faq-isbn #what-is-isbn .isbn-image-block {
  margin: 0;
  padding: 0;
  text-align: center;
}
#account-wrapper #account-content #enter-isbn-faq-isbn #what-is-isbn .isbn-image-block img {
  display: block;
  float: none;
  margin: 10px auto 15px;
}
#account-wrapper #account-content #login-post-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f0f0f0;
  padding: 27px 20px;
  margin: 30px 0;
  width: 100%;
}
#account-wrapper #account-content #login-post-wrapper label {
  color: #303030;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#account-wrapper #account-content #login-post-wrapper label span {
  color: inherit;
  font-weight: normal;
}
#account-wrapper #account-content #login-post-wrapper label .validation-invalid-message {
  text-transform: none;
  font-weight: normal;
}
#account-wrapper #account-content #login-post-wrapper label:not(:first-of-type) {
  margin-top: 15px;
}
#account-wrapper #account-content #login-post-wrapper div:not(:first-of-type) > label:only-of-type {
  margin-top: 15px;
}
#account-wrapper #account-content #login-post-wrapper input[type=text],
#account-wrapper #account-content #login-post-wrapper input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  margin-top: 5px;
}
#account-wrapper #account-content #login-post-wrapper input[type=text]::-ms-clear,
#account-wrapper #account-content #login-post-wrapper input[type=text]::-ms-expand,
#account-wrapper #account-content #login-post-wrapper input[type=password]::-ms-clear,
#account-wrapper #account-content #login-post-wrapper input[type=password]::-ms-expand {
  display: none;
}
#account-wrapper #account-content #login-post-wrapper input[type=text]:not(:disabled):hover,
#account-wrapper #account-content #login-post-wrapper input[type=text]:not(:disabled):focus,
#account-wrapper #account-content #login-post-wrapper input[type=password]:not(:disabled):hover,
#account-wrapper #account-content #login-post-wrapper input[type=password]:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #login-post-wrapper input[type=text]:disabled,
#account-wrapper #account-content #login-post-wrapper input[type=password]:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #login-post-wrapper textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  margin-top: 5px;
}
#account-wrapper #account-content #login-post-wrapper textarea::-ms-clear,
#account-wrapper #account-content #login-post-wrapper textarea::-ms-expand {
  display: none;
}
#account-wrapper #account-content #login-post-wrapper textarea:not(:disabled):hover,
#account-wrapper #account-content #login-post-wrapper textarea:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #login-post-wrapper textarea:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #login-post-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-color: white;
  margin-top: 5px;
}
#account-wrapper #account-content #login-post-wrapper select::-ms-clear,
#account-wrapper #account-content #login-post-wrapper select::-ms-expand {
  display: none;
}
#account-wrapper #account-content #login-post-wrapper select:not(:disabled):hover,
#account-wrapper #account-content #login-post-wrapper select:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #login-post-wrapper select:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #login-post-wrapper select.validation-invalid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E"), repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(255,255,255,0.5) 10px,rgba(255,255,255,0.5) 20px);
  background-size: 24px, auto;
  background-position: right 12px center, auto;
  background-repeat: no-repeat, repeat;
  background-color: #ffeeee;
}
#account-wrapper #account-content #login-post-wrapper select:disabled {
  background-color: #f8f8f8;
}
#account-wrapper #account-content #login-post-wrapper input[type=checkbox] {
  position: relative;
  float: left;
  margin: 0;
}
#account-wrapper #account-content #login-post-wrapper input[type=checkbox]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: -1px;
}
#account-wrapper #account-content #login-post-wrapper input[type=checkbox]:checked:before {
  border-color: #303030;
}
#account-wrapper #account-content #login-post-wrapper input[type=checkbox]:checked:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #303030;
  border-bottom: 2px solid #303030;
}
#account-wrapper #account-content #login-post-wrapper input[type=checkbox] + span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding-top: 1px;
  margin-bottom: 9px;
  margin-left: 30px;
  width: auto;
  text-transform: none;
}
#account-wrapper #account-content #login-post-wrapper > p {
  color: #f44336;
  font-weight: bold;
  margin: 0;
}
#account-wrapper #account-content #login-post-wrapper > p a {
  color: inherit;
  text-decoration: underline;
}
#account-wrapper #account-content #login-post-wrapper #tbx-login-form-wrapper {
  width: auto;
}
#account-wrapper #account-content #login-post-wrapper #tbx-login-form-wrapper #user-login-form button {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
}
#account-wrapper #account-content #login-post-wrapper #tbx-login-form-wrapper #user-login-form button:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #login-post-wrapper #tbx-login-form-wrapper #user-login-form button:not(:disabled):hover,
#account-wrapper #account-content #login-post-wrapper #tbx-login-form-wrapper #user-login-form button:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #login-post-wrapper #asi-login-form-wrapper .login-button-for-3rd-party-auth {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
}
#account-wrapper #account-content #login-post-wrapper #asi-login-form-wrapper .login-button-for-3rd-party-auth:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #login-post-wrapper #asi-login-form-wrapper .login-button-for-3rd-party-auth:not(:disabled):hover,
#account-wrapper #account-content #login-post-wrapper #asi-login-form-wrapper .login-button-for-3rd-party-auth:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content .book-info-wrapper .bi-block .bi-cover {
  margin: 0;
  float: none;
  text-align: center;
}
#account-wrapper #account-content .book-info-wrapper .bi-block .bi-biblio {
  margin: 10px 0;
}
#account-wrapper #account-content .book-info-wrapper .bi-block .bi-biblio .bi-biblio-table {
  margin: auto;
}
#account-wrapper #account-content .book-info-wrapper .bi-block .bi-biblio .bi-biblio-table tr:nth-child(2) td {
  padding-bottom: 10px;
}
#account-wrapper #account-content .book-info-wrapper .bi-block .bi-biblio .bi-biblio-table tr td {
  padding: 0;
}
#account-wrapper #account-content .book-info-wrapper .bi-block .bi-biblio .bi-biblio-table tr td .bi-title {
  text-align: center;
}
#account-wrapper #account-content .book-info-wrapper .bi-block .bi-biblio .bi-biblio-table tr td .bi-author {
  text-align: center;
  font-size: 16px;
}
#account-wrapper #account-content .book-info-wrapper .bi-block .bi-biblio .bi-biblio-table tr td .bi-label {
  float: right;
  font-weight: normal;
  margin-right: 15px;
}
#account-wrapper #account-content #post-wrapper .post-heading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  margin-bottom: 15px;
}
#account-wrapper #account-content #post-wrapper .split-line > p:last-of-type {
  font-weight: bold;
}
#account-wrapper #account-content #post-wrapper .split-line > p br {
  content: '';
  display: block;
  margin-bottom: 10px;
}
#account-wrapper #account-content #post-wrapper .split-line > p a {
  margin-bottom: 10px;
}
#account-wrapper #account-content #post-wrapper #steps-line ul#cnav-steps {
  padding: 25px 0 5px;
}
#account-wrapper #account-content #post-wrapper #steps-line ul#cnav-steps > li:not(.current) .cnav-link span:last-child {
  display: none;
}
#account-wrapper #account-content #post-wrapper #steps-line ul#cnav-steps > li .cnav-link {
  white-space: nowrap;
}
#account-wrapper #account-content #post-wrapper #steps-line ul#cnav-steps > li .cnav-link .cnav-marker {
  margin-bottom: 5px;
}
#account-wrapper #account-content #post-wrapper #steps-line ul#cnav-steps > li:first-child .cnav-link span:last-child {
  padding-left: 10px;
}
#account-wrapper #account-content #post-wrapper #steps-line ul#cnav-steps > li:not(:first-child):not(:last-child) .cnav-link span:last-child {
  margin-left: -100px;
  margin-right: -100px;
}
#account-wrapper #account-content #post-wrapper #steps-line ul#cnav-steps > li:last-child .cnav-link span:last-child {
  padding-right: 10px;
}
#account-wrapper #account-content #post-wrapper .book-correction,
#account-wrapper #account-content #post-wrapper .book-correction p {
  text-align: center;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 65px auto auto;
  -ms-grid-columns: minmax(min-content,1fr);
  grid-template-rows: 65px auto auto;
  position: relative;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper .section-right {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper .section-left {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper .section-left .post-heading {
  position: absolute;
  width: 100%;
  top: 0;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f0f0f0;
  padding: 27px 20px;
  margin: 30px 0;
  width: 100%;
  float: none;
  width: auto;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info label {
  color: #303030;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info label span {
  color: inherit;
  font-weight: normal;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info label .validation-invalid-message {
  text-transform: none;
  font-weight: normal;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info label:not(:first-of-type) {
  margin-top: 15px;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info div:not(:first-of-type) > label:only-of-type {
  margin-top: 15px;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=text],
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=text]::-ms-clear,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=text]::-ms-expand,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=password]::-ms-clear,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=password]::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=text]:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=text]:not(:disabled):focus,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=password]:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=password]:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=text]:disabled,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=password]:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info textarea::-ms-clear,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info textarea::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info textarea:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info textarea:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info textarea:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-color: white;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info select::-ms-clear,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info select::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info select:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info select:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info select:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info select.validation-invalid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E"), repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(255,255,255,0.5) 10px,rgba(255,255,255,0.5) 20px);
  background-size: 24px, auto;
  background-position: right 12px center, auto;
  background-repeat: no-repeat, repeat;
  background-color: #ffeeee;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info select:disabled {
  background-color: #f8f8f8;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=checkbox] {
  position: relative;
  float: left;
  margin: 0;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=checkbox]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: -1px;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=checkbox]:checked:before {
  border-color: #303030;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=checkbox]:checked:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #303030;
  border-bottom: 2px solid #303030;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type=checkbox] + span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding-top: 1px;
  margin-bottom: 9px;
  margin-left: 30px;
  width: auto;
  text-transform: none;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info div {
  margin: 0;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info div label {
  float: none;
  width: auto;
  text-transform: uppercase;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info div textarea {
  width: 100%;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info input[type="text"] {
  width: 100%;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info button {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info button:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info button:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info button:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info button:first-of-type {
  margin-top: 30px;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info button.red {
  background: #b9b9b9;
}
#account-wrapper #account-content #post-wrapper #correction-book-wrapper #correction-block #correction-block-info button.red:hover {
  background: #a0a0a0;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block {
  background: transparent;
  padding: 0;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block > p:first-of-type {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block > p:first-of-type > strong:first-of-type {
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f0f0f0;
  padding: 27px 20px;
  margin: 30px 0;
  width: 100%;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label {
  color: #303030;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label span {
  color: inherit;
  font-weight: normal;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label .validation-invalid-message {
  text-transform: none;
  font-weight: normal;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label:not(:first-of-type) {
  margin-top: 15px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form div:not(:first-of-type) > label:only-of-type {
  margin-top: 15px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=text],
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=text]::-ms-clear,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=text]::-ms-expand,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=password]::-ms-clear,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=password]::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=text]:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=text]:not(:disabled):focus,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=password]:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=password]:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=text]:disabled,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=password]:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form textarea::-ms-clear,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form textarea::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form textarea:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form textarea:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form textarea:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-color: white;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form select::-ms-clear,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form select::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form select:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form select:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form select:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form select.validation-invalid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E"), repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(255,255,255,0.5) 10px,rgba(255,255,255,0.5) 20px);
  background-size: 24px, auto;
  background-position: right 12px center, auto;
  background-repeat: no-repeat, repeat;
  background-color: #ffeeee;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form select:disabled {
  background-color: #f8f8f8;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=checkbox] {
  position: relative;
  float: left;
  margin: 0;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=checkbox]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: -1px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=checkbox]:checked:before {
  border-color: #303030;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=checkbox]:checked:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #303030;
  border-bottom: 2px solid #303030;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form input[type=checkbox] + span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding-top: 1px;
  margin-bottom: 9px;
  margin-left: 30px;
  width: auto;
  text-transform: none;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label:first-of-type {
  margin-top: 0;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label > span:after {
  content: '';
  display: block;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label select {
  width: 47%;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label select:nth-of-type(odd) {
  margin-right: 3%;
  float: left;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label select:nth-of-type(even) {
  margin-left: 3%;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form label select:only-of-type {
  display: block;
  width: 100%;
  float: none;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form .label-block {
  margin: 40px 0;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form .label-block > strong:first-child {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form .label-block #school-selector-block {
  margin: 0 0 10px 30px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form button {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form button:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form button:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form button:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #new-isbn-block #new-isbn-form .notify span:last-child {
  font-weight: bold;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #s1-post-book-button {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
  margin-bottom: 25px;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #s1-post-book-button:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #post-wrapper #step1 .section-left #s1-post-book-button:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step1 .section-left #s1-post-book-button:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #post-wrapper #step1 .section-right label {
  margin: 0;
}
#account-wrapper #account-content #post-wrapper #step1 .section-right input[type=text] {
  width: 100%;
}
#account-wrapper #account-content #post-wrapper #step1 .section-right #form-enter-isbn label input {
  margin-top: -10px;
}
#account-wrapper #account-content #post-wrapper #step1 .split-line.single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
#account-wrapper #account-content #post-wrapper #step2 label {
  text-transform: none;
  font-weight: normal;
}
#account-wrapper #account-content #post-wrapper #step2 .section-left .conditions-fields legend {
  width: 100%;
  padding-top: 10px;
}
#account-wrapper #account-content #post-wrapper #step2 .section-left .conditions-fields .external-block,
#account-wrapper #account-content #post-wrapper #step2 .section-left .conditions-fields .internal-block {
  height: auto;
}
#account-wrapper #account-content #post-wrapper #step2 .section-left .conditions-fields .book-condition-block {
  width: 20%;
  padding: 0 3px;
}
#account-wrapper #account-content #post-wrapper #step2 .section-left .conditions-fields .book-condition-block div label .img-block img {
  width: 100%;
}
#account-wrapper #account-content #post-wrapper #step2 .section-left .conditions-fields .book-condition-block div label input {
  margin-bottom: 5px;
}
#account-wrapper #account-content #post-wrapper #step2 .section-left .conditions-fields .book-condition-block div label span:last-child {
  text-transform: none;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
#account-wrapper #account-content #post-wrapper #step2 .section-left .conditions-fields .overall-block {
  height: auto;
  margin-top: 10px;
}
#account-wrapper #account-content #post-wrapper #step2 .section-left .split-line.single {
  border-bottom: 2px solid #efefef;
}
#account-wrapper #account-content #post-wrapper #step2 .section-right .split-line {
  margin-bottom: 30px;
  text-align: left;
}
#account-wrapper #account-content #post-wrapper #step2 .section-right .split-line textarea {
  width: 100%;
}
#account-wrapper #account-content #post-wrapper #step2 .section-right .s2-quantity-block {
  text-align: center;
  margin-bottom: 0;
}
#account-wrapper #account-content #post-wrapper #step2 .section-right .s2-quantity-block label input.quantity {
  display: block;
  margin: 10px auto;
  min-width: 65px;
  text-align: center;
}
#account-wrapper #account-content #post-wrapper #step2 .section-right #s2-dates-block label {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
#account-wrapper #account-content #post-wrapper #step2 .section-right #s2-dates-block label input.input-datepicker {
  min-width: 100px;
  display: block;
  margin: 5px auto;
  text-align: center;
}
#account-wrapper #account-content #post-wrapper #step2 #s2-set-button button {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
  width: 300px;
  letter-spacing: -1px;
}
#account-wrapper #account-content #post-wrapper #step2 #s2-set-button button:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #post-wrapper #step2 #s2-set-button button:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step2 #s2-set-button button:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #post-wrapper #step3 .section-left .s3-price-block {
  text-align: center;
}
#account-wrapper #account-content #post-wrapper #step3 .section-left .s3-price-block label {
  text-transform: none;
  font-weight: normal;
}
#account-wrapper #account-content #post-wrapper #step3 .section-left .s3-price-block label span:first-of-type {
  display: block;
}
#account-wrapper #account-content #post-wrapper #step3 .section-left .s3-price-block label span:first-of-type input.price {
  min-width: 65px;
  text-align: center;
}
#account-wrapper #account-content #post-wrapper #step3 .section-left #s3-save-price-button {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 2px solid #efefef;
}
#account-wrapper #account-content #post-wrapper #step3 .section-left #s3-save-price-button button {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
}
#account-wrapper #account-content #post-wrapper #step3 .section-left #s3-save-price-button button:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #post-wrapper #step3 .section-left #s3-save-price-button button:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step3 .section-left #s3-save-price-button button:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #post-wrapper #step3 .section-right {
  text-align: left;
}
#account-wrapper #account-content #post-wrapper #step4 .section-left .s4-book-title,
#account-wrapper #account-content #post-wrapper #step4 .section-left .s4-book-value {
  width: 33%;
  max-width: 100px;
  padding-right: 20px;
}
#account-wrapper #account-content #post-wrapper #step4 .section-left #s4-book-conditions-table {
  display: block;
}
#account-wrapper #account-content #post-wrapper #step4 .section-left #s4-book-conditions-table tbody {
  display: block;
}
#account-wrapper #account-content #post-wrapper #step4 .section-left #s4-book-conditions-table tbody tr:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#account-wrapper #account-content #post-wrapper #step4 .section-left #s4-book-conditions-table tbody tr td {
  padding: 2px 0;
}
#account-wrapper #account-content #post-wrapper #step4 .section-left #s4-book-conditions-table tbody tr td .s4-book-title {
  width: auto;
  max-width: none;
  min-width: 165px;
}
#account-wrapper #account-content #post-wrapper #step4 .section-left #s4-book-conditions-table tbody tr td .s4-book-value {
  width: auto;
  max-width: none;
  padding-right: 0;
  word-break: break-word;
}
#account-wrapper #account-content #post-wrapper #step4 button.icon-next {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
}
#account-wrapper #account-content #post-wrapper #step4 button.icon-next:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #post-wrapper #step4 button.icon-next:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #step4 button.icon-next:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #post-wrapper #process .section-left .text.big.bold {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f0f0f0;
  padding: 27px 20px;
  margin: 30px 0;
  width: 100%;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block label {
  color: #303030;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block label span {
  color: inherit;
  font-weight: normal;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block label .validation-invalid-message {
  text-transform: none;
  font-weight: normal;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block label:not(:first-of-type) {
  margin-top: 15px;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block div:not(:first-of-type) > label:only-of-type {
  margin-top: 15px;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=text],
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=text]::-ms-clear,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=text]::-ms-expand,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=password]::-ms-clear,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=password]::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=text]:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=text]:not(:disabled):focus,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=password]:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=password]:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=text]:disabled,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=password]:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block textarea::-ms-clear,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block textarea::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block textarea:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block textarea:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block textarea:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width: 100%;
  max-width: none;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #bdc3c7;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-color: white;
  margin-top: 5px;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block select::-ms-clear,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block select::-ms-expand {
  display: none;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block select:not(:disabled):hover,
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block select:not(:disabled):focus {
  border-color: #869198;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block select:disabled {
  background-color: #f8f8f8;
  cursor: default;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block select.validation-invalid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='100'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='rgba(0,0,0,0.99)' width='95' height='100' rx='20'/%3E%3Cpath fill='rgba(255,255,255,0.99)' d='M47.24 66.535L24 44h46.479z'/%3E%3C/g%3E%3C/svg%3E"), repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(255,255,255,0.5) 10px,rgba(255,255,255,0.5) 20px);
  background-size: 24px, auto;
  background-position: right 12px center, auto;
  background-repeat: no-repeat, repeat;
  background-color: #ffeeee;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block select:disabled {
  background-color: #f8f8f8;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=checkbox] {
  position: relative;
  float: left;
  margin: 0;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=checkbox]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: -1px;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=checkbox]:checked:before {
  border-color: #303030;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=checkbox]:checked:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #303030;
  border-bottom: 2px solid #303030;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block input[type=checkbox] + span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding-top: 1px;
  margin-bottom: 9px;
  margin-left: 30px;
  width: auto;
  text-transform: none;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block .post-heading {
  text-align: left;
  padding: 0;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block table td:last-child {
  padding: 10px 5px 10px 8px;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block table td:last-child > strong > br {
  display: none;
}
#account-wrapper #account-content #post-wrapper #process .section-left #sale-process-block table td:last-child > br {
  content: '';
  display: block;
  margin-bottom: 10px;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table,
#account-wrapper #account-content #elibrary-wrapper #elibrary-table table,
#account-wrapper #account-content #elibrary-wrapper #elibrary-table thead,
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tbody,
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr,
#account-wrapper #account-content #elibrary-wrapper #elibrary-table th,
#account-wrapper #account-content #elibrary-wrapper #elibrary-table td {
  display: block;
  width: 100%;
  padding: 0;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr .reorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td a {
  word-break: break-word;
  word-wrap: break-word;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td .elib-link-wrapper {
  min-height: auto;
  min-width: auto;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td .elib-link-wrapper .elib-right-title {
  position: static;
  right: auto;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.cover {
  width: 17%;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.cover .book-cover {
  width: 100%;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content {
  width: 83%;
  padding-left: 10px;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.title a {
  color: inherit;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.author {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.author:not(:empty) + .purchased {
  margin-top: 10px;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.provided {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 10px;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.provided > td:first-child {
  white-space: nowrap;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.purchased {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.subscription {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-bottom: 10px;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr.course {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr td {
  width: auto;
  display: inline;
  margin-right: 5px;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr td:first-child {
  text-transform: capitalize;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr td:nth-child(2),
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.content tbody tr td:nth-child(2) * {
  color: grey;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar {
  width: 83%;
  padding-left: 10px;
  margin-left: 17%;
  text-align: left;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .access-instructions {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-decoration: none;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .access-instructions:before {
  content: 'description';
  font-family: 'Material Icons';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  ms-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 20px;
  vertical-align: bottom;
  margin-left: -3px;
  margin-right: 3px;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .access-code {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .access-code > .elib-right-title {
  text-transform: capitalize;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .access-code span:nth-child(2) {
  color: grey;
  word-break: break-word;
  word-wrap: break-word;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .redemption-links {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .redemption-links > .elib-right-title {
  text-transform: capitalize;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .read-now {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  border-radius: 3px;
  padding: 0 28px;
  width: auto;
  -webkit-box-shadow: inset 1.5px 0 0 0, inset 0 1.5px 0 0, inset -1.5px 0 0, inset 0 -1.5px 0 0;
  box-shadow: inset 1.5px 0 0 0, inset 0 1.5px 0 0, inset -1.5px 0 0, inset 0 -1.5px 0 0;
  margin-left: 0;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .read-now:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .original-fulfillment {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 5px;
  font-style: italic;
  color: grey;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .pending-fulfillment {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 5px;
  font-weight: bold;
  font-size: medium;
}
#account-wrapper #account-content #elibrary-wrapper #elibrary-table tr td.sidebar .pending-fulfillment:before {
  content: 'error_outline';
  font-family: 'Material Icons';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  ms-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 20px;
  vertical-align: bottom;
  margin-left: -3px;
  margin-right: 3px;
}
#account-wrapper #account-content #user-agreement-wrapper > h1,
#account-wrapper #account-content #user-agreement-wrapper > h2,
#account-wrapper #account-content #user-agreement-wrapper > h3,
#account-wrapper #account-content #user-agreement-wrapper > h4,
#account-wrapper #account-content #user-agreement-wrapper > h5,
#account-wrapper #account-content #user-agreement-wrapper > p,
#account-wrapper #account-content #user-agreement-wrapper > #accept-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
#account-wrapper #account-content #user-agreement-wrapper > section > h2,
#account-wrapper #account-content #user-agreement-wrapper > section > h3,
#account-wrapper #account-content #user-agreement-wrapper > section > h4,
#account-wrapper #account-content #user-agreement-wrapper > section > h5,
#account-wrapper #account-content #user-agreement-wrapper > section > p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
#account-wrapper #account-content #user-agreement-wrapper > section > h2 {
  font-size: 15pt;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  color: #313131;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#account-wrapper #account-content #user-agreement-wrapper > section > h5 {
  padding-top: 0;
  margin-top: 20px;
}
#account-wrapper #account-content #user-agreement-wrapper .testimonial {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  background: #f3f3f3;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0;
  border-radius: 10px;
}
#account-wrapper #account-content #user-agreement-wrapper .testimonial *:first-child {
  margin-top: 0;
}
#account-wrapper #account-content #user-agreement-wrapper .testimonial *:last-child {
  margin-bottom: 0;
}
#account-wrapper #account-content #user-agreement-wrapper #accept-block {
  margin-top: 0;
}
#account-wrapper #account-content #user-agreement-wrapper #accept-block input[type="submit"] {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
}
#account-wrapper #account-content #user-agreement-wrapper #accept-block input[type="submit"]:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #user-agreement-wrapper #accept-block input[type="submit"]:not(:disabled):hover,
#account-wrapper #account-content #user-agreement-wrapper #accept-block input[type="submit"]:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #your-marketplace-purchases .pagination-wrapper {
  float: none;
}
#account-wrapper #account-content #your-marketplace-purchases .pagination-wrapper .simple-pagination:first-child {
  float: none;
}
#account-wrapper #account-content #your-marketplace-purchases .pagination-wrapper .simple-pagination a {
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 20px auto 0;
  float: none;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: auto;
  line-height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  width: auto;
  line-height: normal;
  text-transform: none;
  padding: 7px 12px;
  margin-top: -5px;
}
#account-wrapper #account-content #your-marketplace-purchases .pagination-wrapper .simple-pagination a:after {
  font-size: inherit;
  margin-left: 6px;
  vertical-align: middle;
  line-height: normal;
}
#account-wrapper #account-content #your-marketplace-purchases .pagination-wrapper .simple-pagination a:not(:disabled):hover,
#account-wrapper #account-content #your-marketplace-purchases .pagination-wrapper .simple-pagination a:not(:disabled):focus {
  background: #000000;
}
#account-wrapper #account-content #your-marketplace-purchases table {
  background: #f0f0f0;
}
#account-wrapper #account-content #your-marketplace-purchases table,
#account-wrapper #account-content #your-marketplace-purchases table thead,
#account-wrapper #account-content #your-marketplace-purchases table tbody,
#account-wrapper #account-content #your-marketplace-purchases table tr,
#account-wrapper #account-content #your-marketplace-purchases table th,
#account-wrapper #account-content #your-marketplace-purchases table td {
  display: block;
  border: 0;
}
#account-wrapper #account-content #your-marketplace-purchases table a {
  font-size: inherit;
}
#account-wrapper #account-content #your-marketplace-purchases table thead,
#account-wrapper #account-content #your-marketplace-purchases table tbody {
  margin: 0 20px;
}
#account-wrapper #account-content #your-marketplace-purchases table thead tr:not(.last-row),
#account-wrapper #account-content #your-marketplace-purchases table tbody tr:not(.last-row) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
#account-wrapper #account-content #your-marketplace-purchases table thead tr td:not(.last-row),
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td:not(.last-row) {
  width: 50%;
  margin-bottom: 15px;
  padding: 0;
}
#account-wrapper #account-content #your-marketplace-purchases table thead tr td:not(.last-row),
#account-wrapper #account-content #your-marketplace-purchases table thead tr td:not(.last-row) div,
#account-wrapper #account-content #your-marketplace-purchases table thead tr td:not(.last-row) strong,
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td:not(.last-row),
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td:not(.last-row) div,
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td:not(.last-row) strong {
  font-size: inherit;
  font-weight: bold;
  line-height: normal;
}
#account-wrapper #account-content #your-marketplace-purchases table thead tr:only-child td {
  margin-bottom: 0;
}
#account-wrapper #account-content #your-marketplace-purchases table thead tr td em {
  display: none;
}
#account-wrapper #account-content #your-marketplace-purchases table thead tr td.order-date:before {
  content: 'Order date';
  display: block;
  font-size: smaller;
  font-weight: normal;
  color: #999;
}
#account-wrapper #account-content #your-marketplace-purchases table thead tr td.order-id {
  text-align: right;
}
#account-wrapper #account-content #your-marketplace-purchases table thead tr td.order-id:before {
  content: 'Order number';
  display: block;
  font-size: smaller;
  font-weight: normal;
  color: #999;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody {
  margin: 0 20px;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody:not(:last-child) {
  border-bottom: 2px solid;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.cover {
  width: 20%;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.cover img {
  width: 100%;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.details {
  width: 80%;
  padding-left: 10px;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.details div {
  font-size: medium;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.details div:last-child {
  font-size: inherit;
  font-weight: normal;
  margin-top: 5px;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.seller {
  text-align: left;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.seller:before {
  content: 'Seller';
  display: block;
  font-size: smaller;
  font-weight: normal;
  color: #999;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.price {
  text-align: right;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.price:before {
  content: 'Price';
  display: block;
  font-size: smaller;
  font-weight: normal;
  color: #999;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.shipping {
  text-align: left;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.shipping:before {
  content: 'Shipping';
  display: block;
  font-size: smaller;
  font-weight: normal;
  color: #999;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.shipping,
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.shipping div,
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.shipping strong {
  font-weight: normal;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.status {
  text-align: right;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.status:before {
  content: 'Status';
  display: block;
  font-size: smaller;
  font-weight: normal;
  color: #999;
}
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.status,
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.status div,
#account-wrapper #account-content #your-marketplace-purchases table tbody tr td.status strong {
  font-weight: normal;
}
.popupjs .popupjs-block {
  width: 300px;
  margin-left: -150px;
  top: 50px;
  bottom: 10px;
}
.popupjs .popupjs-block .content-popupjs .content {
  margin: 0;
  padding: 5px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
  word-break: break-word;
  word-wrap: break-word;
}
