:root {
	--headfoot: #7da986;
}
#notecontainer, #notetrashed{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#notecontainer>div{
	padding: .2em;
}
#notecontainer div:first-child, #notetrashed div:first-child{
	display: flex;
	flex-direction: column;
	max-width: content;
	min-width: 15%;
}

#notetrashed{
	display:none;
}

.padsides{
	padding-left: 1em;
	padding-right: 1em;
}
ol{
	padding-left: 2em;
}
#allthenotes td{
	width: min-content;
}
.map{
	width: 60%;
	border-collapse: collapse;
	border:0;
	padding: 0;
	border-spacing: 0;

}

.prettyButton{
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  	width: -moz-max-content;    /* Firefox/Gecko */
  	width: -webkit-max-content; /* Chrome */
  	width: max-content;
	padding: .5em;
	
	outline: 1px solid black;
}

.prettyButton:active{
	box-shadow: inset gray;
}

button{
	width: 5em;
}
.box {
  display: flex;
  flex-wrap: wrap;
}

.box div {
  flex: 1 1 30%;
}

p {
	text-indent: 2.5em;
	display: inline-block;
	padding: .3em;
}

@media ( max-width: 800px) {
  .box div {
    flex-basis: 30%;
  }
  .columns {
  	columns: 2;
  }
}

@media ( max-width: 600px) {
  .box div {
    flex-basis: 40%;
  }
  .columns {
  	columns: 2;
  }
}

@media ( max-width: 400px) {
  .box div {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
  .columns {
  	columns: 1;
  }
  #notecontainer{
  	flex-direction: column;
  	

  }
  #notecontainer div:first-child, #notetrashed div:first-child{
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	width: 100%;

  }
}
.columns {
  	columns: 3;
  	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
 }
* {
  box-sizing: border-box;
}
.yellow {
	background-color: rgb(255,255,153);
}

.mathv, .mathh, .ctrR {
	text-align: right;
}
.mathv input, .mathh input {
	width: 3em;
}
.mathv tr:nth-child(3){
	border-top: solid 2px black;
}

.mathv tr:nth-child(3) td {
	border: inherit;
}

.chunknav{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: revert;
	padding: .2em;
	background-color: #7da986;
	color: black;
}

.chunknav:nth-child(even){
	background-color: #9fc4a7;

}

.chunknav > div{
	margin-left: 1em;
	margin-right: 1em;
	color: black;
}

.previousnext{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;

}
.previousnext > div{
	width: 33%;
	text-align: center;
	margin: 1em 1em 1em 0em;
}

.b{
	font-weight: bold;
}
.i{
	font-style: italic;
}
.shadowIt{
	box-shadow: 2px 2px 5px 0 #464f69;
}
.disableIt{
	filter: opacity(35%);
}
.clickIt{
	cursor: pointer;
}
.moveIt{
	cursor: move;
}
.hideIt{
	display: none;
}
.centerIt{
	width: fit-content;
	width: -moz-fit-content;
	margin-left: auto;
	margin-right: auto;
}
.xfillIt{
	width: 100%;
}
.yfillIt{
	height: 100%;
}


.smallFont{
	font-size-adjust: .5;
	color: hsl(45.7, 100%, 39.4%);
}

#UserProfile{
	float: right;
	display: flex;
	flex-direction: row-reverse;
	width: 60%;
	height: 100%;
}
#charText{
	flex-basis: 20%;
}
#charText div{
	flex-basis: 25%;
}
#charText div:first-child{
	margin-top: .5em;
	flex-basis: 50%;
}


#headshot{
	background-color: gray;
	height: 5em	;
	width: 5em;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	color: white;
	text-shadow: none;
	box-shadow: 2px 6px 2px 0 #17304a;
}

.alignRight{
	display: block;
	width: 100%;
	text-align: right;
}
.prettyTable {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.prettyTable td, th {
	border: 1px solid #ddd;
	padding: 8px;
}

.prettyTable tr:nth-child(even){background-color: #f2f2f2;}

.prettyTable tr:hover {background-color: #ddd;}

.prettyTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--headfoot);
  color: white;
}
.prettyContainer {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 1px #4d7146 solid;
}

.prettyContainer div {
  padding: .3em;
  text-align: left;
  background-color: #bfd7bad4;
  color: #0e2a15;
}

.prettyContainer div:nth-child(odd){
	background-color: #f2f2f2;
}

.prettyContainer div:first-child {
  background-color: #8bc37d;
  color: #0e2a15;
}
.prettyContainer div:not(:first-child):hover {
	background-color: #b1c7ac;
}
.prettyContainer div:not(:first-child):nth-child(odd):hover{
	background-color: #e1e7e0;
}
.prettyContainer div:first-child.overrideFirst{
	background-color: #f2f2f2;
}
.prettyContainer div:first-child.overrideFirst:hover {
	background-color: #e1e7e0;
}
.blueContainer {
	background-color: #366a9c;
	color: #f2f2f2;
}
.blueContainer > div {
	background-color: #4080BC;
}

#noteoptions1, #noteoptions2{
	width:100%;
}
#notelvls{
	filter: hue-rotate(145deg) contrast(1.2);
	width: 100%;
}

#login{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#login >div{
	padding: 1em;
	align-content: center;
	border: solid 3px #d1cdc7;
}
#login >div >div{
	max-width: 25em;
	margin-left: auto;
	margin-right: auto;
}
#login form>div{
	padding-top: .3em;
	padding-bottom: .3em;
}
#login input {
	position: relative;
	float: right;
}
#login label {
	position: relative;
	float: left;
}
#login span{
	display: block;
	width: 100%;
	font-size: 2em;
	font-weight: bold;
}
.bevel{
	box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.1), 
        inset 0 0 1px 0 rgba(0,0,0,.4), 
        inset 0 0 1px 0px rgba(0,0,0,.05), 
        0px 2px 1px 0 rgba(0,0,0,.25);
}
#login input[type="submit"]{
	padding: .3em;
	box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.1), 
        inset 0 0 1px 0 rgba(0,0,0,.4), 
        inset 0 0 1px 0px rgba(0,0,0,.05), 
        0px 2px 1px 0 rgba(0,0,0,.25);
    }

#listWrapper{
	display: flex;
	justify-content: center;
}

#xMenu{
	padding: .2em;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;

}
#xMenu > div > div{
	text-align: center;
	width: 100%;
	height: 100%
	;
	padding: .2em;
	cursor: pointer;
	border: solid 1px #9e8b36;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 4px 2px 0 rgba(0,0,0,0.2);

}

#xMenu >div > div:hover {
	background-color: #e0c964;
}
#xMenu >div > div:active {
	background-color: #c1a309;
	box-shadow: none;
}


#xMenu > div {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}


/*LI Menu for side0menu*/
/* Menu formats */
#menu {
	width: 100%;
	background-color: #d1cdc7;
	margin-right: .15em;
}

#menu li {
	list-style-type: none;
	background: #d1cdc7;
	padding-left: .4em;
	padding-right: .3em;
	cursor: pointer;
	text-align: center;

}
#menu li:hover {
	background-color: #c7d1c7;
}
#menu li:nth-child(odd) {
	background: #bfbbb4;
}
#menu li:hover:nth-child(odd) {
	background-color: #b4bfb4;
}

/* Div appearance */
.greenback{
	background-color: var(--headfoot);
	
}
.tanback{
	background-color: #e3e1de;
	color: #444445;
}


#content {
	padding-top: 1em;
}

/* Div containers: */
.yContainer{
	display: flex;
	flex-direction: column;
}
.xContainer{
	display: flex;
	flex-direction: row;
}

.formTable{
	border: solid 1px black;
	padding: .3em;
	margin-top: 1em;
}


/* Boring tags */
.divider{
	background-color: #2d5936;
	width:100%;
	padding-top: .1em;
	padding-bottom: .1em;
	border: solid #594e1d;
	border-left: .3em;
	border-right: .3em;
}
#header{
	display: block;
}
.headerFooter{
	height: inherit;
}
#headerDiv{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-content: center;
}
#headerDiv > div{
	text-align: center;

}
#topBar{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 100%;
	align-content: flex-end;
	align-items: flex-end;
	border-bottom: black 2px solid;
	border-top: black 2px solid;
}
#todayDate{
	font-size-adjust: .4;
	text-shadow: none;
	text-align: right;
	color: black;
	height: 100%;
	margin-right: .5em;
}
#headerTitle{
	font-size-adjust: 1.5;
	text-align: center;
	color: #1b3920;
	font-weight: bold;
	margin-top: .2em;
	padding-left: .2em;
}

header{
	background-color: #366a9c;
}
#mainContent{
	width: 100%;
}
main{
	margin-top: 0em;
	bottom: 0;
	background-color: #7da986;
}
body{
	background-color: #7da986;

}

* { 
	margin: 0; 
	padding: 0; 
	border: none; 
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adust: none;
}