@import url("https://fonts.googleapis.com/css?family=Montserrat:600|Noto+Sans|Inconsolata");

body {
  background-color: white;
  background-image: url("img/pagebg.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  margin-bottom: 3pt;
  font-family: "Noto Sans", "Arial";
  font-size: 12pt;
  text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
  -moz-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

.spoiler {
  color: honeydew;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #141f14;
  border-right-color: #141f14;
  border-bottom-color: #141f14;
  border-left-color: #141f14;
}

#centercard {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  background-color: honeydew;
  max-width: 1280px;
  overflow: hidden;
  min-width: 800px;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 6em;
  margin-left: auto;
  color: black;
}

.codebox { 
	text-align: left;
    border:1px solid black;
    background-color:#EEEEFF;
    white-space: pre-line;
    padding:10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
    font-size:1em;
    display: inline-block;
	font-family: "Inconsolata", monospace;
	max-width: 800px;
}

.indentlineblock {
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-left: 3px solid #bbbbbb;
	max-width: 800px;
}


.indentlinenomax {
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-left: 3px solid #bbbbbb;
    overflow: hidden;
}

.paddingarea {
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  overflow: hidden;
}

h1 {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

h2 {
  margin-top: 0em;
  margin-bottom: 1em;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.halfmargin {
  margin-top: 0em;
  margin-bottom: 0.5em;
}

.ltext {
  text-align: left;
  float: left;
  width: 33.33%;
}

.ctext {
  text-align: center;
  width: 33.33%;
  float: left;
}

.cltext {
  text-align: left;
  width: 33.33%;
  float: left;
}

.rtext {
  text-align: right;
  width: 33.33%;
  float: right;
}

.rltext {
  text-align: left;
  width: 33.33%;
  float: right;
}

.lhalf {
  text-align: left;
  float: left;
  width: 50%;
}

.rhalf {
  text-align: left;
  float: right;
  width: 50%;
}

.lquarter {
  text-align: left;
  float: left;
  width: 25%;
}

.rquarter {
  text-align: left;
  float: right;
  width: 25%;
}

.splitsection {
  overflow: hidden;
  max-width: 100%;
}

.centeredbox {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 1em;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  text-align: center;
  line-height: 1.5em;
  margin-right: 0.5em;
  margin-left: 10px;
}

.storybox {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 1em;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  min-height: 5em;
  text-align: center;
}

.widebox {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  line-height: 1.5em;
}

.skillbox {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 6pt;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}

.widetext {
  text-align: justify;
}

#rightcolumn {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 1em;
  margin-left: 1.5em;
  margin-right: 0.5em;
  float: right;
  width: 37.5%;
}

.flexrow {
  flex-direction: row;
  flex-grow: 1;
  display: flex;
}

.rowbutton {
  display: flex;
  position: relative;
  justify-content: center;
  flex-grow: 1;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #606660;
  color: white;
  font-size: 16pt;
  font-family: "Montserrat", "Arial";
}

.rowbuttoninactive {
  display: flex;
  position: relative;
  justify-content: center;
  flex-grow: 1;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #606660;
  color: gray;
  font-size: 16pt;
  font-family: "Montserrat", "Arial";
}

.rowbuttonselected {
  display: flex;
  position: relative;
  justify-content: center;
  flex-grow: 1;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #a8b2a8;
  color: #303330;
  font-family: "Montserrat", "Arial";
  font-size: 16pt;
}

.dropdownbutton {
  display: block;
  background-color: #606660;
  color: white;
  font-size: 15pt;
  font-family: "Montserrat", "Arial";
  padding: 0px;
  width: 100%;
}

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

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

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

/* Show the dropdown menu on hover */
.rowbutton:hover .dropdown-content {
  display: inline-block;
  position: absolute;
}

/* Show the dropdown menu on hover */
.rowbuttonselected:hover .dropdown-content {
  display: inline-block;
  position: absolute;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 100%;
  width: 100%;
}

.rowbutton:hover {
  background-color: #a8b2a8;
  color: #303330;
}

.dropdownbutton:hover {
  background-color: #a8b2a8;
  color: #303330;
}

.manganavbutton {
  display: flex;
  position: relative;
  justify-content: center;
  flex-grow: 1;
  flex-direction: row;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #808880;
  color: white;
  font-size: 16pt;
  font-family: "Montserrat", "Arial";
}

.manganavinactive {
  display: flex;
  position: relative;
  justify-content: center;
  flex-grow: 1;
  flex-direction: row;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #d0ddd0;
  color: #a0aaa0;
  font-size: 16pt;
  font-family: "Montserrat", "Arial";
}

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

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

.manganavbutton:hover {
  background-color: #a8b2a8;
  color: #303330;
}

.nolinkunderline {

}

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

.flexgrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.mangachapterbutton {
  width: 200px;
  border-radius: 10px;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 10px;
  font-size: 14pt;
  color: white;
  background-color: #808880;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", "Arial";
}

.mangachapterbutton:hover {
  background-color: #a8b2a8;
  color: #303330;
}

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


/* Overlay image CSS by https://www.sylvaindurand.org/overlay-image-in-pure-css/ */
.fulloverlay {
  /* Display over the entire page */
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);

  /* Horizontal and vertical centering of the image */
  display: flex;
  align-items: center;
  text-align: center;

  /* We hide all this by default */
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s;
}

.fulloverlay img{
  /* Maximum image size */
  max-width: 95%;
  max-height: 95%;

  /* We keep the ratio of the image */
  margin: auto;
  width: auto;
  height: auto;
}

.fulloverlay:target {
  visibility: visible;
  outline: none;
  cursor: default;
  opacity: 1;
}


#chartable {
  border-collapse: collapse;
  width: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}

#chartable td, #chartable th {
}

.bcell {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.imgcell {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}

.plaincell {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.ucell {
  border-width: 0px;
  border-top: 1px;
  border-right: 1px;
  border-style: solid;
  border-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.rcell {
  border-width: 0px;
  border-right: 1px;
  border-style: solid;
  border-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.fillcell {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  background-color: #c0ffc0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
