.bookmark-page {
  border-left: 1px solid #181818;
  padding-left: 0px;
  margin-left: -17px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 3px;
}
.bookmark-page .icon {
  background: url("../img/bookmark.svg") no-repeat 20px 0px;
  width: 75px;
  height: 39px;
  display: inline-block;
  position: relative;
  top: 8px;
}
.bookmark-page .legend {
  font-size: 26px;
  font-weight: 600;
}
.bookmark-page:active {
  top: 5px;
}
.bookmarked .icon {
  background-image: url("../img/bookmarked.svg");
}
#bookmarked-pages .page {
  height: 60px;
  overflow: hidden;
  display: table;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  background-color: #FFF;
  color: #0D111F;
}
#bookmarked-pages .page:hover {
  background-color: #72A930;
  color: #FFF;
}
#bookmarked-pages .odd {
  background-color: #f2f2f2;
}
#bookmarked-pages .picture {
  width: 80px;
  height: 60px;
  overflow: hidden;
}
#bookmarked-pages .detail {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  width: 180px;
  padding: 0 8px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
}
.remove-bookmark {
  margin: 40px 20px 20px 20px;
  color: #b3b3b3;
  font-size: 18px;
  padding: 8px;
  display: block;
  text-align: center;
  border: 1px solid #b3b3b3;
}
.remove-bookmark:hover {
  border: 1px solid #CB202D;
  background-color: #CB202D;
  color: #FFF;
}
