

body{
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */

	white-space: nowrap;
}

@media print{
	body{
		padding: 0px !important;
	}
}

#techniques, .story{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}

.story:nth-child(even){
	/*background-color: lightgrey;*/
}


.cell{
	/*border: 1px solid black;*/
	min-width: 28px;
	text-align: center;
	/*transition: opacity 0.05s linear;*/
	overflow: hidden;

}

.headercell{
	height: 300px;
	/*line-height: 100px;*/
	/*align-items: bottom;*/
	position: relative;
	/*display: flex;*/
	/*align-items: center;*/
	background-color: none;
}

.rotate{
	padding: 0px;
	position: absolute;
	bottom: 5;
	left: 32;
	height: 28px;
	text-align: left;
	min-width: 300px;
	/*text-align: left;*/
	/*vertical-align: middle;*/
	/*display: inline-block;*/
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: bottom left;
	transform: rotate(270deg);
	transform-origin: bottom left;
}

.storyname{
	text-align: left;
	padding-left: 5px;
	width: 640px;
	background-color: none;
	max-height: 30px;
}

.index{
	vertical-align: super;
	font-size: 6pt;
}

.storysource{
	width: 220px;
}

.storyyear{
	width: 60px;
}

.storyname.notastory a{
	color: grey;
	opacity: 0.5;
}




.parent.color1, .filled.color1{
	background-color: #66c2a5;
}

.parent.color2, .filled.color2{
	background-color: #fc8d62;
}

.parent.color3, .filled.color3{
	background-color: #8da0cb;
}

.parent.color4, .filled.color4{
	background-color: #e78ac3;
}

.child.color1{
	color: #66c2a5;
}

.child.color2{
	color: #fc8d62;
}

.child.color3{
	color: #8da0cb;
}

.child.color4{
	color: #e78ac3;
}


.faded{
	opacity: 0.4;
}