/* line 4, ../../app/assets/stylesheets/app-contents.css.scss */
#app-contents {
  position: absolute;
  top: 55px;
  bottom: 20px;
  width: 100%;
}

/* line 11, ../../app/assets/stylesheets/app-contents.css.scss */
#app-contents-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 323px;
  width: 3px;
  background-color: #0ca5dd;
}

/* line 20, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list {
  width: 323px;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 12px;
  background-color: #f7f7f7;
  padding-top: 3px;
  overflow: auto;
}
/* line 32, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-header, #chapter-list .chapter-section-header {
  margin: 2px 4px 2px 4px;
  padding: 6px 8px 8px 8px;
  cursor: pointer;
  border: 1px solid #f7f7f7;
  color: #333;
}
/* line 39, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-header:hover, #chapter-list .chapter-section-header:hover {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 2px;
}
/* line 45, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-header .intro-title, #chapter-list .chapter-section-header .intro-title {
  font-weight: bold;
  font-size: 13px;
  width: 250px;
}
/* line 51, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-header .title, #chapter-list .chapter-section-header .title {
  font-weight: bold;
}
/* line 55, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-header .author, #chapter-list .chapter-section-header .author {
  margin-top: 3px;
  margin-left: 10px;
  font-style: italic;
}
/* line 62, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-link {
  text-decoration: none;
}
/* line 65, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-link.active > .chapter-header, #chapter-list .chapter-link.active > .chapter-section-header {
  background-color: #e9e9e9;
  border: 1px solid #aaa;
  border-radius: 2px;
}
/* line 72, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapters {
  margin-left: 14px;
}
/* line 76, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-section-header {
  font-size: 13px;
  font-weight: bold;
  color: black;
  overflow: auto;
}
/* line 83, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-section-header .tree-toggle {
  float: left;
  font-size: 10px;
  margin-top: 2px;
  margin-right: 5px;
}
/* line 90, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .chapter-section-header .title {
  float: left;
  width: 250px;
}
/* line 96, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .toolbar {
  margin: -3px 0px 10px 0px;
}
/* line 99, ../../app/assets/stylesheets/app-contents.css.scss */
#chapter-list .toolbar .button {
  margin: 4px 0px 4px 4px;
}

/* line 105, ../../app/assets/stylesheets/app-contents.css.scss */
#feature-list {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
}
/* line 110, ../../app/assets/stylesheets/app-contents.css.scss */
#feature-list i {
  font-style: italic;
}
/* line 114, ../../app/assets/stylesheets/app-contents.css.scss */
#feature-list b {
  font-weight: bold;
}
/* line 118, ../../app/assets/stylesheets/app-contents.css.scss */
#feature-list h1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 124, ../../app/assets/stylesheets/app-contents.css.scss */
#feature-list .chapter .title {
  margin-top: 20px;
}
/* line 128, ../../app/assets/stylesheets/app-contents.css.scss */
#feature-list .feature {
  margin-top: 8px;
  margin-left: 10px;
}
/* line 132, ../../app/assets/stylesheets/app-contents.css.scss */
#feature-list .feature a {
  text-decoration: none;
  color: #0c68dd;
}

/* line 139, ../../app/assets/stylesheets/app-contents.css.scss */
#main-area, #maps {
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 326px;
  right: 0;
  padding: 20px 20px 0px 20px;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}
/* line 150, ../../app/assets/stylesheets/app-contents.css.scss */
#main-area a, #maps a {
  text-decoration: none;
  color: #0c68dd;
}
/* line 155, ../../app/assets/stylesheets/app-contents.css.scss */
#main-area h1, #maps h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 161, ../../app/assets/stylesheets/app-contents.css.scss */
#main-area i, #maps i {
  font-style: italic;
}
/* line 165, ../../app/assets/stylesheets/app-contents.css.scss */
#main-area p, #maps p {
  margin-bottom: 20px;
}
/* line 169, ../../app/assets/stylesheets/app-contents.css.scss */
#main-area ul, #maps ul {
  margin-left: 10px;
}

/* line 174, ../../app/assets/stylesheets/app-contents.css.scss */
.main-area-toolbar {
  position: absolute;
  left: 326px;
  right: 0px;
}
/* line 179, ../../app/assets/stylesheets/app-contents.css.scss */
.main-area-toolbar .button {
  float: right;
  margin: 4px 10px 4px 0px;
}

/* line 185, ../../app/assets/stylesheets/app-contents.css.scss */
#maps {
  padding-top: 0;
  overflow: auto;
}

/* line 191, ../../app/assets/stylesheets/app-contents.css.scss */
.toolbar {
  height: 30px;
  background-color: #e6e6e6;
  border-bottom: 1px solid #A09F9F;
  overflow: hidden;
}
/* line 197, ../../app/assets/stylesheets/app-contents.css.scss */
.toolbar .button.active {
  background-color: rgba(45, 186, 238, 0.55);
}
