.player-container {
  width: 100%;
  margin: 0px auto;
  text-align: left;
  background-color: #FFF;
  color: #000;
  font-family: 'Segoe UI', sans-serif;
  padding: 00px;
}

.chapter-list {
  margin-top: 0px;
}

.chapter-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chapter-list li {
  margin-bottom: 0px;
}

.chapter-list a {
  text-decoration: none;
  color: #000;
}

.chapter-list a:hover {
  color: #ccc;
}

.chapter-list-element {
  display: inline-block;
}

.chapter-list-element a {
  text-decoration: none;
  color: #000;
  margin-right: 5px;
}

.chapter-list-element a:hover {
  color: #ccc;
}

.book-title {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
}

.book-title {
  cursor: pointer;
}