body {
  font: 11pt Tahoma, Arial, helvetica;
}

a {
  text-decoration: none;
}

#bible-selectors a {
  display: block;
}

#bible {
}

#book-selectors-old {
  display: none;
}

#book-selectors-new {
  display: none;
}

.book-selector {
}

#section-selectors > div {
  display: none;
}

#menu {
  position: fixed;
  width: 14em;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: auto;
  padding: 1em;
}

#menu > div, #menu > img {
  margin-bottom: 1em;
}

#verse {
  display: none;
  margin-left: 17em;
  margin-top: 1em;
  width: 36em;
}

.verse {
  position: relative;
  padding-bottom: 1em;
}

.verse-header {
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  padding-left: 2em;
}

.verse-text {
  padding-top: 1em;
  padding-left: 2em;
  display: block;
}

#organizer-handle {
  display: none;
  position: fixed;
  width: 16px;
  height: 100%;
  background: green;
  top: 0;
  right: 0;
}

#organizer {
  display: none;
  position: fixed;
  height: 100%;
  width: 400px;
  top: 0;
  right: -400px;
}

#label-tree {
}

.importance-marker {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 1em;
  background: white;
}

#importance-selectors {
  position: absolute;
  top: 0;
  left: -1em;
  background: #ddd;
  padding: 2px;
}

.importance-selector, #notepad-icon {
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
}

.importance-selector:hover, #notepad-icon:hover {
  border: 1px solid black;
}

#importance-selector-1 {
  background: white;
}

#importance-selector-2 {
  background: yellow;
}

#importance-selector-3 {
  background: red;
}

.notes {
  display: none;
  padding-left: 2em;
}

.notes > textarea {
  width: 100%;
}

.note-mark {
  margin-left: 1em;
}

#save-icon {
  visibility: hidden;
}

#login-box {
  display: none;
  width: 60%;
  margin: 0 auto;
}

#login-box > div {
  text-align: left;
}

#login-box input {
  display: block;
  width: 100%;
}

#login-box button {
  float: right;
}

#key {
  width: 60%;
  cursor: pointer;
  cursor: hand;
}
