* {
  -webkit-overflow-scrolling: touch;
}

html {
  max-width: 1000px;
  margin: 0 auto;
}

body {
  background: #b7c0cc;
}

a {
  color: #337ab7;
  text-decoration: none;
}

input,
textarea,
select {
  font-size: 16px;
}

select:focus,
textarea:focus,
input:focus {
  font-size: 16px;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

.container {
  max-width: 1000px;
  padding: 0px;
}
#fixed-header {
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 100000;
  background: #ff6122;
  -moz-box-shadow: 0 1px 8px rgba(3, 3, 3, 0.26);
  -webkit-box-shadow: 0 1px 8px rgba(3, 3, 3, 0.26);
  box-shadow: 0 1px 8px rgba(3, 3, 3, 0.26);
}
#header-logo {
  float: left;
  width: 200px;
  margin: 6px 5px 0 0;
}
#navi-bar {
  float: left;
  height: 50px;
}
#search-container {
  height: 50px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
#search-container input {
  height: 30px;
  width: 99%;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}

#search-container button {
  padding-left: 3px;
  padding-right: 6px;
  border: none;
  background: transparent;
  position: absolute;
  right: 7px;
  top: 8px;
  z-index: 100;
  color: #888;
}

.hot-title {
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #aaa;
  width: 100%;
  display: table;
  font-size: 13px;
}

.top-item {
  width: 16%;
  float: left;
  margin: 0.3%;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .top-item {
    width: 30%;
    margin: 1.6%;
  }
}

.top-item-title {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 4px;
  color: #f4f4f4;
  text-shadow: 1px 2px 2px #000;
  font-size: 11px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(6, 6, 6, 0.45) 30%,
    rgba(0, 0, 0, 0.82) 100%
  );
  padding-top: 10px;
  border-radius: 7px;
}

#top_story_wrap > .top-item {
  align-self: stretch;
}

.top-item-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mid-div {
  background-color: #fff;
  display: table;
}
.left-div {
  float: left;
  width: 70%;
  border-right: solid 1px #eee;
}
.right-div {
  float: left;
  width: 30%;
}
#story-list-container {
  display: block;
  width: 100%;
}

#story-list-container .row {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.list-title {
  font-weight: 700;
  font-size: 22px;
  margin: 10px 10px 0 10px;
  padding: 5px 0;
  border-bottom: dashed 1px #ccc;
}

.story-list {
  background-color: #fcfcfc;
}

.story-list .imgThumb {
  float: left;
  padding-right: 10px;
}

.story-list .imgThumb img {
  width: 75px;
  height: 95px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.story-list-title a {
  font-size: 16px;
  color: #555;
  font-family: Roboto Condensed, sans-serif !important;
}
.story-list-chapter {
  float: left;
  width: 160px;
}
.story-list-chapter a {
  color: #6e6e6e;
  font-size: 11px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.str-cont {
  display: inline;
  color: #428bca;
  padding: 1px 4px;
  border-radius: 3px;
  border: solid 1px #428bca;
}

.str-full {
  display: inline;
  color: #5eb949;
  padding: 1px 4px;
  border-radius: 3px;
  border: solid 1px #5eb949;
}
.str-hot {
  display: inline;
  border: solid 1px #dc4747;
  color: #dc4747;
  padding: 1px 4px;
  border-radius: 3px;
}
.str-comment-num {
  display: inline;
  border: solid 1px #428bca;
  color: #fff;
  padding: 1px 4px;
  border-radius: 3px;
  margin-right: 3px;
  background-color: #428bca;
  font-weight: bold;
}
.str-comment-view {
  display: inline;
  border: solid 1px #428bca;
  color: #fff;
  padding: 1px 4px;
  border-radius: 3px;
  margin-right: 3px;
  background-color: #428bca;
  font-weight: bold;
}

.story-list-info div {
  color: #4e4e4e;
  font-size: 13px;
  line-height: 25px;
  display: block;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story-list-info i {
  font-size: 12px;
}

.story-detail tr td:first-child {
  line-height: 25px;
  vertical-align: top;
  width: 85px;
  text-align: right;
  font-size: 12px;
  padding-right: 8px;
}

.story-detail tr td:nth-child(2) {
  line-height: 25px;
  vertical-align: top;
  font-size: 12px;
}

.story-detail,
.story-chapter-list {
  background-color: #f9f9f9;
  display: table;
  width: 100%;
}
.story-chapter-list {
  display: inherit;
}
.story-chapter-list ul {
  list-style: none;
  padding: 0px;
}
.story-chapter-list li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}

.story-chapter-list li > div {
  float: left;
}

.story-chapter-list li a {
  color: #000;
  text-transform: capitalize;
}

.story-chapter-list li a:visited {
  color: #888;
}

#story_chapter_list li:first-child a {
  color: red;
}
#story_chapter_list li:first-child a:visited {
  color: #888;
}

.avatar {
  text-align: center;
}

.avatar img {
  width: 105px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.story-title {
  font-family: roboto condensed, Tahoma, sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 10px 15px;
}
.story_description {
  padding: 10px 0;
  font-size: 13px;
  display: table;
  width: 100%;
  padding: 15px;
  word-break: break-word;
}
.story_description p {
  margin: 0px;
  padding: 0px;
  height: 10px;
  display: table;
}
nav.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background-color: #fff;
  padding: 0px;
  z-index: 1;
  margin: 0px;
  border-color: #eee;
  border-top: solid 1px #eee;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 5px 10px;
  color: #000;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #fff;
  color: #f7882c;
}
.navbar {
  min-height: 0px;
}
#chapter_content {
  font-size: 17px;
  padding: 13px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#chapter_content p {
  height: 25px;
  margin: 0px;
}

#chapter_content img {
  max-width: 100%;
}

#prev_chap,
#next_chap {
  margin: 0 2px;
  border-radius: 5px;
}
#chapter_jump {
  border-radius: 5px;
}
.chapter_time {
  float: right;
  font-style: italic;
  font-size: 12px;
  color: #888;
}
.nhova {
  height: 900px;
  overflow: hidden;
  overflow-y: scroll;
}
.hot-product .title {
  width: 100%;
  color: #333;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  padding: 3px;
  max-height: 35px;
  overflow-y: hidden;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.hot-product {
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 10.75rem;
  padding-left: 0.5rem;
  white-space: nowrap;
}

.hot-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  margin-right: 20px;
}

.hot-item img {
  width: 80px;
  height: 105px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
  opacity: 1;
  font-size: 32px;
  padding: 15px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: #e1e1e1 solid 1px;
}
.owl-carousel .owl-controls .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.owl-controls .owl-next {
  right: -5px;
  top: 25%;
}
.owl-controls .owl-prev {
  left: -5px;
  top: 25%;
}
.box-title-bar {
  border-bottom: dashed 1px;
  color: #ff9d00;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
.owl-stage {
  left: -20px;
}
.mm-panel_has-navbar .mm-navbar {
  display: none;
}

.mm-panel_has-navbar {
  padding-top: 0px;
}

#menu-cate a {
  font-size: 14px;
  color: #eee;
  line-height: 22px;
  font-weight: 600;
  font-family: roboto condensed, sans-serif;
}

.story-image {
  width: 40%;
  float: right;
}

.story-detail-info {
  width: 60%;
  float: left;
}

.story-detail-info tr td:nth-child(1) {
  font-weight: bold;
}

#type-menu {
  display: table;
  width: 100%;
  font-size: 13px;
  text-align: center;
  background-color: #f4f4f4;
}

#type-menu div {
  width: 33.33%;
  float: left;
  padding: 4px 0;
  cursor: pointer;
}

#type-menu .active {
  background-color: #ed424b;
  color: #fff;
}

.cate-title {
  padding: 10px;
  margin: 0px;
  border-bottom: dashed 1px #444;
  font-size: 28px;
}

.pagination-container {
  padding: 10px 0;
  display: table;
}

.more_list {
  color: #f9d300;
  font-weight: bold;
}

#reading-list {
  font-size: 11px;
  background: #eee;
  color: red;
}

#reading-list td {
  vertical-align: middle;
}

#reading-list td:nth-child(2) {
  color: black;
}

#reading-list td:nth-child(3) {
  width: 80px;
  text-align: center;
}

#cate_filter {
  padding: 10px;
  border-bottom: dashed 1px #333;
}

#cate_filter a {
  margin: 3px;
}

#cate_filter select {
  margin: 3px;
  padding: 3px;
}

#cate_filter tr > td:first-child {
  text-align: right;
  font-weight: bold;
  padding-right: 8px;
}

#func-btns {
  width: 100%;
  display: table;
  text-align: center;
  padding: 5px 0 10px;
}

#func-btns a {
  margin: 5px;
}

.ui-menu .ui-menu-item {
  width: 100%;
  border-bottom: 1px dashed #ddd;
  padding: 4px;
}

#font-setting {
  width: 100%;
  background-color: #f9f9f9;
  color: #000;
  font-size: 17px;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
}

#font-setting td {
  vertical-align: middle;
}

.mobile-box {
  background-color: #fcfcfc;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  margin: 15px 0;
}

.right_new_stories div {
  line-height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.mmenu-box {
  border: 1px solid #dddfe2;
  border-radius: 3px;
  margin-bottom: 12px;
  width: 100%;
  padding: 5px;
}

.module-title {
  font-weight: 400;
  display: inline;
  color: #33373d;
  font-size: 16px;
}

.module-title::before {
  display: inline-block;
  width: 0.625rem;
  height: 1em;
  content: "";
  vertical-align: -0.22ex;
  border-left: 2px solid #ed424b;
}

.btn-tabs {
  width: 95%;
  margin-bottom: 10px;
  background: #fff;
}
.btn-tabs div {
  width: 33.33%;
  display: block;
  float: left;
  border: 1px solid #ed424b;
  margin-right: -1px;
  padding: 5px 5px;
}
.btn-tabs div:first-child {
  border-radius: 4px 0 0 4px;
}

.btn-tabs div:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-tabs img {
  border-radius: 5px;
}

#story_tag {
  padding: 10px;
  background: #f4f4f4;
  width: 100%;
}

.tag {
  margin-left: 10px;
  margin-bottom: 6px;
  display: inline-block;
}

#tags-wrap {
  overflow: scroll;
  float: right;
}

#tags {
  white-space: nowrap;
  overflow-x: visible;
  overflow-y: hidden;
  width: 300px;
  width: calc(100vw - 55px);
}

#tags-wrap a {
  color: #555;
  text-transform: capitalize;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  background-color: #e1e1e1;
  border-radius: 100px;
  margin-left: 7px;
}

.chaptprev {
  background: rgba(0, 0, 0, 0.2) url(/a/img/btnBack.png) no-repeat 50% 50%;
  background-size: 24px;
  left: 0px;
  float: left;
}

.chaptnext {
  background: rgba(0, 0, 0, 0.2) url(/a/img/btnNext.png) no-repeat 50% 50%;
  background-size: 24px;
  right: 0px;
  float: right;
}

.btndown {
  position: fixed;
  bottom: 60px;
  height: 40px;
  width: 40px;
  z-index: 1000;
  display: block;
  background: url(/a/img/btnDown.png) 50% 50% / 25px no-repeat
    rgba(0, 0, 0, 0.2);
}

.chaptnav {
  position: fixed;
  bottom: 15px;
  height: 40px;
  width: 30px;
  z-index: 1000;
}

.btnAddName {
  position: fixed;
  bottom: 130px;
  height: 40px;
  width: 75px;
  z-index: 1000;
  right: 0px;
  float: right;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.play-button {
  position: fixed;
  bottom: 60px;
  height: 40px;
  width: 30px;
  z-index: 1000;
  right: 0px;
  float: right;
}

#btnSpeaking {
  position: fixed;
  bottom: 60px;
  height: 40px;
  z-index: 1000;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#btnSpeaking span {
  font-weight: bold;
}

.play-icon {
  background: rgba(0, 0, 0, 0.2) url(/a/img/play-ico.png) no-repeat 50% 50%;
  background-size: 24px;
}
.pause-icon {
  background: rgba(0, 0, 0, 0.2) url(/a/img/pause-ico.png) no-repeat 50% 50%;
  background-size: 24px;
}

.no-zoom {
  font-size: 16px;
}

.chapt-pre-footer a {
  position: relative;
  font-weight: bold;
  color: #000;
  float: left;
  border-top: 1px dashed #666;
  width: 100%;
}

.chapt-pre-footer .sug-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 5px;
}

.btn {
  border-radius: 1px;
}

.book-cover-blur {
  position: absolute;
  width: 100%;
  opacity: calc(0.1);
  -webkit-filter: blur(calc(25px + 1px));
  filter: blur(calc(25px + 1px));
}

.book {
  display: inline-block;
  box-shadow: 5px 5px 20px #333;
  margin: 10px;
}

.book img {
  vertical-align: middle;
}

.book {
  position: relative;
  -moz-perspective: 100px;
  -moz-transform: rotateY(-3deg);
  -webkit-transform: perspective(100) rotateY(-1deg);
  outline: 1px solid transparent; /* Helps smooth jagged edges in Firefox */
  box-shadow: none;
  margin: 0;
}

.book img {
  position: relative;
  max-width: 100%;
}

.book:before,
.book:after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: " ";
  z-index: -1;
}

.book:before {
  width: 100%;
  left: 7.5%;
  background-color: #5a2d18;
  box-shadow: 5px 5px 15px #333;
}

.book:after {
  width: 5%;
  left: 100%;
  background-color: #efefef;
  box-shadow: inset 0px 0px 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg);
}

.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > span:hover {
  background: #ddd;
  cursor: pointer;
}

.modal-dialog {
  overflow-y: initial !important;
}
.modal-body {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.modal-footer {
  padding: 10px;
  background-color: #eee;
}
.modal-header {
  padding: 5px;
  background-color: #eee;
}
.modal-body {
  padding: 0px;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100% !important;
  width: 100% !important;
}
iframe.fb_ltr {
  width: 100% !important;
}

.btnCateSelect {
  display: inline-block;
  background-color: #fff;
  border-radius: 12px;
  color: #777;
  font-size: 12px;
  line-height: 28px;
  margin: 4px;
  padding: 0 6px;
}

.cate-select {
  background-color: #c70808;
  color: #fff;
}

.form-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 90%;
  height: 27px;
}

#review-func-btns {
  position: fixed;
  bottom: 0px;
  background: #fff;
  z-index: 100;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  text-align: center;
  box-shadow: 0 3px 8px rgba(3, 3, 3, 0.26);
}

#review-func-btns a {
  margin: 0 10px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 2px;
}

.btnShowComment {
  float: right;
}
.btnShowComment i {
  margin-right: 3px;
}

#mm-2 .col-xs-6 {
  padding: 3px;
}

.pagination > li > a,
.pagination > li > span {
  padding: 3px 10px;
}

.book_info_wrap {
  background: #000;
  position: relative;
  display: table;
  width: 100%;
}

.book_cover {
  padding: 30px;
  float: left;
  height: 300px;
}

@media (max-width: 500px) {
  .book_cover {
    opacity: 0.8;
    padding: 0px;
    width: 100%;
    height: auto;
  }
}

.book_info {
  position: relative;
  color: #fff;
  padding: 35px 25px 60px 25px;
}

@media (max-width: 500px) {
  .book_info {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 35px 25px 60px 25px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
}

.book_info a {
  color: #7bff86;
}

.book_search_bar {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
}

#float_nav_bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  border-bottom: 1px solid rgba(18, 18, 23, 0.1);
  z-index: 100;
  display: table;
}

#float_nav_bar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#float_nav_bar li {
  width: 33.3%;
  float: left;
  text-align: center;
}

#float_nav_bar .active {
  border-bottom: 2px solid #46e863;
}

#float_nav_bar .active > a {
  color: #46e863;
  font-weight: bold;
}

#float_nav_bar a {
  color: #fff;
  width: 100%;
  display: block;
}

.book-cont {
  display: inline;
  color: #22b6ff;
  padding: 1px 4px;
  border-radius: 3px;
  border: solid 1px #22b6ff;
}

.book-full {
  display: inline;
  color: #7bff86;
  padding: 1px 4px;
  border-radius: 3px;
  border: solid 1px #5eb949;
}

.book-hot {
  display: inline;
  color: red;
  padding: 1px 4px;
  border-radius: 3px;
  border: solid 1px red;
}

#func-btns .btn {
  border-radius: 5px;
  width: 40%;
  margin: 10px 10px 10px 10px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-family: var(--highlightTextFont);
}

.story-info {
  display: flow-root;
}

.more-btn {
  background-color: #fff;
  border-radius: 5px;
  width: 50%;
  margin: 10px auto 30px;
  padding: 10px;
  text-align: center;
  display: block;
  color: var(--mainTextColor);
  font-weight: 700;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-family: var(--highlightTextFont);
}

#chapter_title {
  text-transform: capitalize;
}

.new_line {
  display: inline-block;
}

.trans {
  color: #a53737;
}

#chapter_text span::first-letter {
  text-transform: uppercase;
}

#chapter_text i {
  font-style: normal;
}

#chapter_text u {
  text-decoration: none;
}

#char_name {
  text-transform: lowercase;
}

.char_name {
  text-transform: capitalize;
}

.footer-connect a {
  margin: 5px 10px 5px 0px;
}

#tbName tr td:nth-child(1) {
  width: 40px;
  text-align: center;
  color: red;
}

#tbName tbody span {
  width: 100%;
  display: block;
}

#myAutoComplelte {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 35px;
  left: 0;
  right: 0;
  background: #888;
  min-width: 49.5%;
  width: max-content;
  color: #fff;
}

.suggest-item {
  padding: 5px;
}

#menu-user {
  line-height: 35px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}

#name_tools {
  font-size: 12px;
  position: absolute;
  background-color: aliceblue;
  z-index: 100;
  width: 250px;
  color: black;
  border: 1px solid black;
  border-radius: 6px;
}

#name_tools input {
  font-size: 12px;
  width: 170px;
  height: 25px;
  margin: 3px 0;
  margin-right: 8px;
}

.tt {
  width: 28px;
  display: inline-table;
  padding-left: 5px;
}
.isl {
  background-color: darkorange;
}

#nt_input {
  display: table;
  padding: 5px;
  width: 100%;
  padding-top: 8px;
}

#nt_input button {
  padding: 2px 6px;
  border-radius: 3px;
  margin-bottom: 3px;
}

#chapter_text .fa-language {
  font-size: 17px !important;
  color: #a53737;
  padding-right: 7px;
}

.tl {
  color: #a53737;
}
