#wrapper-pop-up {
  font-family: 'Source Sans Pro', sans-serif;
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
#wrapper-pop-up h1,
#wrapper-pop-up h2 {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
  color: #333333;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 27px;
  font-weight: normal;
}
#wrapper-pop-up h2 {
  font-size: 18px;
}
#wrapper-pop-up #pop-up-title {
  width: 100%;
  color: #333333;
}
#wrapper-pop-up #book-container {
  width: 100%;
  overflow: hidden;
  margin: 50px auto;
}
#wrapper-pop-up #book-container .nettutor-books {
  width: 33%;
  padding: 0;
  overflow: hidden;
  float: left;
  text-align: center;
}
#wrapper-pop-up #book-container .nettutor-books .nt-cover {
  margin: 0 auto;
  text-align: center;
}
#wrapper-pop-up #book-container .nettutor-books .nt-cover > img {
  border: none;
}
#wrapper-pop-up #book-container .nettutor-books .nettutor-book-button {
  text-decoration: none;
  display: block;
  padding: 5px;
  line-height: 25px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 auto;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  color: white !important;
  width: 100px;
  text-align: center;
  text-transform: none;
  background-color: #75adea !important;
  margin-top: 25px;
  font-size: 15px;
  font-weight: bold;
}
#wrapper-pop-up #book-container .nettutor-books .nettutor-book-button:hover {
  background-color: #4993e3 !important;
}
#wrapper-pop-up #book-container .nettutor-books .price-style {
  color: #333333;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 20px;
}
#wrapper-pop-up #book-container .nettutor-books .price-style > span {
  color: #ff3139;
  font-size: 24px;
  font-weight: bold;
}
#wrapper-pop-up .description-container {
  width: 100%;
  color: #333333;
  font-size: 18px;
  margin-bottom: 50px;
}
#wrapper-pop-up .link-style {
  color: #ef414a;
  font-size: 18px;
  text-decoration: none;
}
#wrapper-pop-up .link-style:hover {
  text-decoration: underline;
}
#wrapper-pop-up #three-ways-help {
  width: 100%;
  overflow: hidden;
}
#wrapper-pop-up #three-ways-help #twh-title {
  width: 100%;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#wrapper-pop-up #three-ways-help #twh-help-icons-container {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
#wrapper-pop-up #three-ways-help #twh-help-icons-container li {
  display: block;
  float: left;
  width: 33%;
}
#wrapper-pop-up #three-ways-help #twh-help-icons-container .help-icon-1,
#wrapper-pop-up #three-ways-help #twh-help-icons-container .help-icon-2,
#wrapper-pop-up #three-ways-help #twh-help-icons-container .help-icon-3 {
  background: url('/img/service/nettutor/help-icons.svg') no-repeat 0 0;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#wrapper-pop-up #three-ways-help #twh-help-icons-container .help-icon-2 {
  background: url('/img/service/nettutor/help-icons.svg') no-repeat 0 -112px;
}
#wrapper-pop-up #three-ways-help #twh-help-icons-container .help-icon-3 {
  background: url('/img/service/nettutor/help-icons.svg') no-repeat 0 -224px;
}
#wrapper-pop-up #three-ways-help #twh-help-icons-container .twh-help-description {
  width: 90%;
  margin: 0 auto;
  color: #333333;
  font-size: 18px;
  text-align: center;
}
#wrapper-pop-up #see-more-subjects {
  width: 100%;
  overflow: hidden;
  margin: 50px auto;
}
#wrapper-pop-up #see-more-subjects #sms-label {
  text-decoration: none;
  display: block;
  line-height: 25px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 auto;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  width: 200px;
  text-align: center;
  text-transform: none;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  margin-top: 50px;
}
#wrapper-pop-up #see-more-subjects .textwidget {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
#wrapper-pop-up #see-more-subjects .textwidget h2 {
  font-weight: bold;
  font-size: 24px;
}
