.content_list {
  width: 100%;
}
.contentlist__actions {
  width: 100%;
  padding-top: 15px;
  font-weight: 500;
  font-size: 1.6rem;
}
.actions__sortbar {
  width: 100%;
  align-items: center;
}
.sortbar_favorite {
  padding-left: 35px;
}
.sortbar_division {
  height: 100%;
  flex: 1 1 0;
}
.sortbar_name {
  padding-left: 23px;
  padding-right: 0px;
  display: flex;
  justify-content: flex-start;
}
.sortbar_date {
  display: flex;
  justify-content: center;
}
.sortbar_random {
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
}
.sortbar--btn {
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-image: url("../img/caret-down.svg");
  cursor: pointer;
}
.sortbar--btn_spacer {
  width: 6px;
}




.contentlist__table {
  width: 100%;
  padding-top: 5px;
  height: calc(100vh - 200px); /* Matches the 'Library' nav scroll trigger: 70px above window bottom. */
  overflow-x: hidden;
  overflow-y: auto; /* vertical scrollbar trigger. */
}
.table__listnodes {
  width: 100%;
  padding: 0px; /* These 4 settings must be local, (Note Designer uses browser defaults). */
  margin: 0px;
  border: 0px;
  vertical-align: baseline;
}
.listnodes__message {
  width: 100%;
  padding-top: 80px;
  white-space: nowrap;
}
.listnodes__message--bookname,
.listnodes__message--message {
  width: 100%;
  display: block; /* For "text-overflow: ellipsis" */
  color: #777;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listnodes__message--bookname {
  padding-bottom: 5px;
  font-size: 3.0rem;
  font-weight: 600;
}
.listnodes__message--message {
  font-size: 2.3rem;
  font-weight: 400;
}


.contentitem {
  width: 100%;
  min-height: 48px; /* Organizer won't show if "pointing" up without this rule!! */
  padding: 0px; /* These 4 settings must be local, (Note Designer uses browser defaults). */
  margin: 15px 0px 0px 0px;
  cursor: pointer;
}
.contentwraper {
  width: 100%;
  display: flex;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: 400;
}
.contentwrap_select {
  border: 2px solid #99a8ff;
}

.content__menubtn {
  height: 55px;
  width: 40px;
  display: flex;
  justify-content: center;
  background-size: 0.3em;
  background-repeat: no-repeat;
  background-position: 1.4em center;
  background-image: url("../img/ellipsis-v-light.svg");
}
.content__favbtn, .content__fav {
  width: 40px;
  height: 55px;
  margin-right: 20px;
  margin-left: 5px;
  background-size: 1.45em;
  background-position: 0.6em center;
  margin-top: -0.1em;
  background-repeat: no-repeat;
}
.content__favbtn {background-image: url("../img/favorite-no-icon.svg");}
.content__fav {background-image: url("../img/favorite-yes-icon.svg");}

.contentlink {
  width: 100%;
}
.contentlink_head { /* Flexin starts here! */
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.content_division {
  height: 100%;
  padding: 15px 20px 12px 0px;
  flex: 1 1 0;
}
.content_notename {
  width: 170px;
  min-width: 170px;
  overflow: hidden;
}
.content_name {
  display: flex;
  white-space: nowrap;
}
.contentli_icon {
  width: 26px;
  min-width: 26px;
  height: 28px;
  background-size: 1.8em;
  background-position: -0.1em center;
  margin-top: -0.1em;
  background-repeat: no-repeat;
  background-image: url("../img/note-icon.svg");
}
.contentli_text {
  padding-left: 5px;
  margin-top: 3px;
  font-size: 1.6rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content_savedate {
  display: flex;
}

.contentlink_options {
  width: 100%;
  height: 60px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
button.options_isolate--btn,
button.notebody_isolate--btn {
  width: 80px;
  padding: 4px 0px;
  margin-left: 20px;
  background-color: #4e61ed;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}
button.options_isolate--btn:hover,
button.notebody_isolate--btn:hover {
  background-color: #2e44ea;
}


.contentlink_disp {
  width: 100%;
  height: 0px;
  overflow: hidden;
}

.contentlink_note {
  width: calc(100% - 40px);
  padding: 0px 25px 15px 25px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: #fff;
  border-radius: 3px;
  overflow-x: auto;
}
.contentlink_note p {
  font-size: 1.5rem;
}
.contentlink_note img {
  max-width: 100%;
  height: auto;
}
.contentlink_note pre {
  margin: 1em 0px;
  font-family: Consolas, Monaco, monospace;
}
.contentlink_note pre code {
  padding: 2px 4px;
  margin: 0;
  border-radius: 2px;
  color: #222;
  background: #f2f4f5;
}

.fchead_container {
  width: 100%;
  display: flex;
}
.fchead--question {
  width: 50%;
  padding: 10px 15px;
}
.fchead--answer {
  width: 50%;
  padding: 10px 15px;
}
.fclist_container {
  width: 100%;
}
.fclist_item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.fclist_item--question {
  width: 50%;
  padding: 6px 25px;
  font-size: 1.5rem;
  overflow-y: auto;
}
.fclist_item--question p {
  font-size: 1.5rem;
}

.fclist_item--answer {
  width: 50%;
  padding: 6px 15px;
  display: flex;
  font-size: 1.5rem;
  overflow-y: auto;
}
.fclist_item--answer p {
  font-size: 1.5rem;
}
.answer_a_number {
  padding-right: 7px;
  height: inherit;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
}
.answer_html {
  display: block;
}
.content_manualsort {
  width: 60px;
  min-width: 60px;
  height: 50px;
  background-size: 1.6em;
  background-position: 0.6em center;
  background-repeat: no-repeat;
  margin-top: 0.2em;
  background-image: url("../img/sort-drag-icon.svg");
  cursor: grab;
}




.content_noteview {
  width: 100%;
  padding-top: 35px;
}
.noteview__notebody {
  width: 100%;
  padding-top: 25px;
  padding-left: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  border-radius: 16px; /* should be 14px but needs exaggeration for some reason. */ 
}
.notebody__container {
  width: 100%;
  height: calc(100vh - 277px);
  background-color: #fff;
  overflow-y: auto;
}
.notebody__head {
  width: 100%;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}
.notebody__head--title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 2.8rem;
  font-weight: 600;
}
.notebody__body {
  width: 100%;
  padding-right: 35px;
  padding-bottom: 25px;
}
.notebody__flashcards {
  width: calc(100% - 35px);
  border-top: 1px solid #cccccc;
}
.flashcards__header {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  font-size: 2.0rem;
  font-weight: 600;
}
.flashcards__cardlist {
  width: 100%;
}




.listnote--dummy {
  width: 100%;
  position: absolute;
  border: 1px solid #99a8ff;
  border-radius: 7px;
  z-index: 2000;
}
.listnote--selected {
  opacity: 0.3;
}