body {
        background-color: black;
        color: white;
        background-image: url("Backgrounds/BlackOmoriBackground.png");
        background-size: cover;
        font-family: "MunroSmall", monospace;
}

/* Main Box & Side-Bars */
.mainbox {
        max-width: 1200px;
        margin: auto;
        display: flex;
}

/* Container */
.container-full {
        display: flex;
        flex-direction: column;
        align-items: stretch;
}

/* Header */
header {
        width: 1040px;
        margin: auto;
        display: flex;
        margin-bottom: 10px;
        padding: 20px 75px 20px 75px;
        border: 5px solid #b900ff;
        background-color: rgba(0, 0, 0, 0.7);
}

.box1 {
        background-color: rgba(0, 0, 0, 0.3);
        width: 850px;
        height: 53px;
        border: 1px solid white;
        padding: 20px;
        margin: auto;
        border-radius: 10px;
}

.moon {
        height: 150px;
        background-color: #00100a;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: auto
}

.navbar {
        margin-top: 10px;
        height: 440px;
        padding: 15px;
        background-color: #00100a;
}

.navigation {
        font-size: 19pt;
        color: #f2cb14;
        text-decoration: none;
}

.navigation a {
        text-decoration: none;
        color: inherit;
}

.navigation li {
        list-style-image: url('img_ver3/star_99gifshop.gif');
        margin-bottom: 10px;
        max-width: 140px;
}

.navigation li:hover {
        font-size: 16pt;
        font-family: Zilla Slab;
        list-style-image: url('img_ver3/star_modifgreen_99gifshop.gif');
        color: #004dff;
        text-decoration-line: underline;
        text-decoration-style: wavy;
        text-decoration-color: #5620db;
}

.buttonbar {
        height: 1321px;
        background-color: #00100a;
        overflow-y: auto;
        direction: rtl;
        margin-top: 10px;
        padding: 5px;
        text-align: center
}


/* Right Bar */
.rightbar {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 20%;
        height: auto;
}

/* Left Bar */
.leftbar {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 20%;
        height: auto;
}

/* Middle Border */
.middleborder {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        flex: 1;
        box-sizing: border-box;
        border: 6px solid #b900ff;
        width: 972px;
        background-color: rgba(0, 0, 0, 0.5);
}

/* Display */
.display {
        height: auto;
        overflow: hidden;
        text-align: center;
        width: 100%;
        height: 100%;
}

.journal-content {
        padding-left: 55px;
        padding-right: 55px;
}

ul.document-scrollbox-list {
        padding-left: 20px;
}

.button-selectPage {
	padding: 3px;
	font: inherit;
	color: white;
	border-color: white;
	width: 166px;
	height: 40px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: center;
	position: relative;
  border-width: 2px;
  background-color: inherit;
  font-family: inherit;
  font-size: 90%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border-left-style: none;
  word-wrap: break-word;
}

.button-selectPage::before,
.button-selectPage::after {
	content: '';
	position: absolute;
	opacity: 0;
}

.button-selectPage::before {
	content: '>';
	left: 5px;
}

.button-selectPage::after {
	content: '<';
	right: 5px;
}

.button-selectPage:hover::before,
.button-selectPage:hover::after {
	opacity: 1;
}

.journalPageOption {
  text-align: left;
  vertical-align: middle;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.option-style-positive {
   border-color: rgb(0, 255, 0);
}

.option-style-neutral {
    border-color: yellow;
}

.option-style-negative {
    border-color: red;
}

.option-style-special {
    border-color: cyan;
}
