/* CSS written and designed by Patrick K. Albers */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
}
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
}

html, body {
min-width: 960px !important;
}

body {
margin: 0;
background-color: rgb(119, 118, 121);
color: rgba(0, 0, 0, 0.9);
font-size: 16px;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
height: 100%;
overflow: auto;
}

div {
display: block;
}

a {
text-decoration: none;
color: #BF2036;
transition-duration: 0.2s;
}

a:hover {
text-shadow: 0px 0px 2px #fff, 0px 0px 4px #aaa;
color: #042246;
}

p {
display: block;
}

h1 {
display: block;
margin: 2px;
margin-bottom: 4px;
font-size: 1.5em;
font-weight: 300;
color: #333;
max-width: 520px;
}

h2 {
display: block;
margin: 2px;
margin-bottom: 8px;
font-size: 1em;
font-weight: 300;
color: #666;
}
h2 strong {
	font-weight: 500;
}

h3 {
  display: block;
  margin: 0px 2px;
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 300;
  color: #444;
}

code {
font-family: "Roboto Mono", monospace;
line-height: 0.9em;
white-space: pre;
padding-left: 0.1em;
}

sub {
	font-size: 0.7em;
}

sup {
	font-size: 0.65em;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 0px 2px;
}

form {
margin-bottom: 0px;
}

noscript {
display: block;
margin: 24px;
}

select {
border: 2px solid #ddd;
background-color: #ddd;
color: #333;
font-weight: 700;
outline: none;
padding: 2px 4px;
margin: 0px 6px;
}

canvas {
display: block;
margin-left: auto;
margin-right: auto;
}


input[type=range] {
-webkit-appearance: none;
width: 200px;
height: 12px;
margin: 4px 8px;
vertical-align: middle;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 200px;
height: 4px;
cursor: pointer;
box-shadow: 0px 0px 0px #000;
background: #bbb;
border-radius: 4px;
border: 0px;
border-left: 4px solid #666;
border-right: 4px solid #666;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 0px 0px 4px #BF2036;
border: 2px solid #BF2036;
height: 12px;
width: 12px;
border-radius: 50%;
background: #ddd;
cursor: pointer;
-webkit-appearance: none;
margin-top: -4px;
}
input[type=range]:hover::-webkit-slider-thumb {
border: 2px solid #042246;
box-shadow: 0px 0px 4px #042246;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #888;
}
input[type=range]::-moz-range-track {
width: 200px;
height: 4px;
cursor: pointer;
box-shadow: 0px 0px 0px #000;
background: #bbb;
border-radius: 4px;
border: 0px;
border-left: 4px solid #666;
border-right: 4px solid #666;
}
input[type=range]::-moz-range-thumb {
box-shadow: 0px 0px 4px #eee;
border: 2px solid #888;
height: 12px;
width: 12px;
border-radius: 4px;
background: #ddd;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 200px;
height: 4px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #bbb;
border: 0px;
border-left: 4px solid #666;
border-radius: 8px;
box-shadow: 0px 0px 0px #000;
}
input[type=range]::-ms-fill-upper {
background: #bbb;
border: 0px;
border-right: 4px solid #666;
border-radius: 8px;
box-shadow: 0px 0px 0px #000;
}
input[type=range]::-ms-thumb {
box-shadow: 0px 0px 4px #eee;
border: 2px solid #888;
height: 12px;
width: 12px;
border-radius: 4px;
background: #ddd;
cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
background: #aaa;
}
input[type=range]:focus::-ms-fill-upper {
background: #aaa;
}

/* CSS written and designed by Patrick K. Albers */

.main {
overflow: auto;
min-height: 100%;
background-color: rgb(219, 218, 221);
margin-left: 240px;
padding: 0;
min-width: 800px;
}

.side {
overflow: hidden;
height: 100%;
width: 240px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
padding-top: 0;
border-right: 1px solid #ccc;
box-shadow: 0px 0px 4px #aaa;
}

.faq {
display: block;
font-size: 15px;
line-height: 16px;
margin: 2px;
margin-left: 12px;
letter-spacing: 0;
word-spacing: 0;
font-weight: 300;
}

.Math {
font-family: 'Spectral', serif;
font-style: italic;
padding: 2px;
margin: 2px;
white-space: nowrap;
}


#atlas {
	display: inline-block;
	width: 736px;
	font-size: 1em;
  margin-top: 8px;
	margin-bottom: 12px;
	padding: 8px;
	background-color: #c9c8cb;
	border-radius: 4px;
	box-shadow: inset 0px 2px 6px 0px #aaa;
}
#atlas p {
	padding: 2px 8px;
	margin: 2px 0px;
	margin-top: -2px;
	font-size: 0.9em;
	color: #000;
	text-shadow: 0px 0px 4px #ccc;
}
#atlas table {
	clear: both;
	width: 100%;
}
#atlas .lhs {
	width: 40%;
	text-align: center;
}
#atlas .lhs code {
	font-weight: 500;
}
#atlas .rhs {
	width: 60%;
	text-align: center;
}
#atlas .head td {
	font-size: 1.25em;
	background-color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(white, rgb(245, 245, 245));
}
#atlas .head td span {
	display: block;
	margin-top: -2px;
	margin-bottom: 4px;
	font-size: 0.65em;
	color: #888;
}
#atlas .head .lhs code {
	font-weight: 700;
}
#atlas .head .rhs code {
	font-weight: 300;
}
#atlas .body {
	background-color: #fff;
	background-image: linear-gradient(white, rgb(245, 245, 245));
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
#atlas .body td {
	font-size: 0.75em;
	line-height: 1.4em;
}
#atlas .desc {
	margin: 4px;
}
#atlas .desc .rhs {
	border-bottom: 1px solid #aaa;
}
#atlas .foot {
	padding: 0px 2px;
}
#atlas .foot div {
	background-color: #fff;
	padding: 4px;
	border-radius: 4px;
	font-size: 0.75em;
	text-align: center;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(white, rgb(245, 245, 245));
}
#atlas .note {
	margin-top: 6px;
	margin-bottom: -2px;
}
#atlas .note td {
	padding: 0px 4px;
	font-size: 0.75em;
	color: #444;
	text-shadow: 0px 0px 4px #ccc;
	vertical-align: bottom;
}
#xstats {
	padding: 0px 2px;
	padding-bottom: 4px;
	visibility: visible;
	overflow: auto;
	opacity: 1;
	height: auto;
	max-height: 640px;
	transition: all 0.666s ease;
}
#xstats.collapse {
	padding-bottom: 0px;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	height: 0;
	max-height: 0;
	transition: all 0.333s ease;
}
#xshows {
	display: block;
}
#xshows.collapse {
	display: none;
}
#xhides {
	display: block;
}
#xhides.collapse {
	display: none;
}

/* CSS written and designed by Patrick K. Albers */

.examples {
  margin-top: -4px;
  padding-bottom: 12px;
  font-size: 0.75em;
  text-align: right;
  color: #444;
}
.examples em {
  color: #000;
  margin: 1px 3px;
}
.examples b {
  color: #000;
  margin: 1px 3px;
  font-size: 1.25em;
  line-height: 0.75em;
}
.examples span {
  margin: 2px;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1pt solid #fff;
  white-space: nowrap;
  transition-duration: 0.2s;
}
.examples span:hover {
  border: 1pt solid #BF2036;
  box-shadow: 0px 0px 4px #BF2036;
}
.examples a {
  color: #BF2036;
  text-shadow: none;
}

.menublock {
clear: both;
padding: 8px 4px;
}

.menutitle {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.01em;
	padding: 4px 12px;
	padding-top: 0;
}
.menutitle a {
  color: #000;
}
.menutitle a:hover {
  color: #BF2036;
  text-shadow: none;
}

.menuitem {
padding: 2px 4px;
margin-left: 12px;
font-size: 0.9em;
}

.search-menu {
padding: 4px 12px;
}

.search-label {
  margin-bottom: -4px;
font-size: 0.8em;
font-weight: 400;
letter-spacing: 0.025em;
}

.search-field {
margin: 8px 0px;
}

.search-box {
border: 0;
border-bottom: 2px solid #aaa;
outline: 0;
line-height: 1.5em;
width: 204px;
font-size: 1em;
padding: 4px 8px;
background-color: rgb(242, 242, 242);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
box-shadow: inset 1px 1px 4px rgb(215, 215, 215);
}

.search-submit {
width: 18px;
margin-left: -18px;
position: absolute;
float: right;
outline: 0;
border: 0;
padding: 4px;
background-color: rgb(220, 220, 220);
color: #a2a2a2;
font-size: 1em;
line-height: 1.5em;
border-top-right-radius: 4px;
border-bottom: 2px solid #aaa;
box-shadow: inset -1px 1px 2px rgb(215, 215, 215);
cursor: pointer;
}

.search-example {
font-size: 0.6em;
opacity: 0.666;
transition-duration: 0.2s;
white-space: nowrap;
text-overflow: ellipsis;
width: 204px;
overflow: hidden;
}
.search-example:hover {
opacity: 1;
}


.search-head {
  padding: 24px;
  font-size: 1.4em;
  font-weight: 300;
}
.search-head-num {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 0.95em;
  margin-left: 4px;
  margin-right: 4px;
}
.search-head-qry {
  font-family: "Roboto Mono", monospace;
  font-weight: 300;
  font-size: 0.8em;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  background-color: #fff;
}
.search-head p {
  font-size: 0.7em;
}

.search-results {
  padding: 0px 24px;
}

/* CSS written and designed by Patrick K. Albers */

.chip-site {
	position: relative;
	float: left;
	width: 200px;
	background-color: #eee;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 4px;
	padding: 0px;
	font-family: "Roboto Mono", monospace;
	box-shadow: 0px 0px 4px #888;
	overflow: hidden;
	transition-duration: 0.2s;
}
.chip-site:hover {
	border: 1px solid #BF2036;
	box-shadow: 0px 0px 8px #BF2036;
}
.chip-site span {
	display: block;
	text-align: center;
	padding: 2px 4px;
}
.chip-site span:first-child {
	background-color: #fff;
	box-shadow: 0px 2px 2px #ddd;
}
.chip-site span:last-child {
	font-size: 0.8em;
	color: #666;
	padding-top: 4px;
}
.chip-site a {
	color: #000;
}
.chip-site a:hover {
	color: #000;
	text-shadow: none;
}


.list-site {
	position: relative;
	float: left;
	background-color: #ddd;
	border: 1px solid #aaa;
	border-radius: 4px;
	margin: 4px;
	padding: 0px;
	font-size: 0.8em;
	font-family: "Roboto Mono", monospace;
	overflow: hidden;
	transition-duration: 0.2s;
}
.list-site:hover {
	border: 1px solid #BF2036;
	box-shadow: 0px 0px 8px #BF2036;
}
.list-site span {
	display: block;
	width: 120px;
	text-align: center;
	padding: 2px 4px;
}
.list-site span:first-child {
	background-color: #efefef;
}
.list-site span:last-child {
	font-size: 0.8em;
	color: #666;
}
.list-site a {
	color: #000;
}
.list-site a:hover {
	color: #000;
	text-shadow: none;
}


.chip-gene {
	position: relative;
	float: left;
	width: 250px;
	background-color: #eee;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 4px;
	padding: 0px;
	box-shadow: 0px 0px 4px #888;
	overflow: hidden;
	transition-duration: 0.2s;
}
.chip-gene:hover {
	border: 1px solid #BF2036;
	box-shadow: 0px 0px 8px #BF2036;
}
.chip-gene span {
	display: block;
	text-align: center;
	padding: 2px 4px;
}
.chip-gene span:nth-child(1) {
	background-color: #fff;
}
.chip-gene span:nth-child(2) {
	background-color: #fff;
	box-shadow: 0px 2px 2px #ddd;
	font-size: 0.8em;
	color: #666;
	font-family: "Roboto Mono", monospace;
}
.chip-gene span:nth-child(3) {
	font-size: 0.7em;
	color: #666;
	font-family: "Roboto Mono", monospace;
	padding-top: 4px;
}
.chip-gene a {
	color: #000;
}
.chip-gene a:hover {
	color: #000;
	text-shadow: none;
}

/* CSS written and designed by Patrick K. Albers */

.menu-dset {
	margin: 1px 12px;
	font-size: 0.8em;
	border-radius: 4px;
	border: 1px solid #fff;
	overflow: hidden;
	transition-duration: 0.4s;
}
.menu-dset:hover {
	background-color: #fff;
}
.menu-dset.tgp:hover {
	border: 1px solid #00B5BC;
	box-shadow: 0px 0px 2px #00B5BC;
}
.menu-dset.sgdp:hover {
	border: 1px solid #F56E00;
	box-shadow: 0px 0px 2px #F56E00;
}
.menu-dset span {
	display: block;
	background-color: #eee;
	box-shadow: inset 0px 0px 4px #ddd;
	padding: 4px 8px;
	text-align: center;
	transition-duration: 0.4s;
}
.menu-dset:hover span {
	color: #fff;
	box-shadow: inset 0px 0px 4px #fff;
	transition-duration: 0.1s;
}
.menu-dset span:hover {
	font-weight: 700;
}
.menu-dset.tgp:hover span {
	background-color: #00B5BC;
	text-shadow: 0px 0px 2px #000;
}
.menu-dset.sgdp:hover span {
	background-color: #F56E00;
	text-shadow: 0px 0px 2px #000;
}
.menu-dset div {
	opacity: 0;
	overflow: hidden;
	height: 0;
	transition-duration: 0.8s;
}
.menu-dset:hover div {
	opacity: 1;
	overflow: visible;
	height: 94px;
}
.menu-dset div strong {
	display: block;
	padding: 2px;
	text-align: center;
	font-weight: 500;
  letter-spacing: -0.01em;
  font-size: 0.95em;
}
.menu-dset div table {
	font-size: 0.9em;
	text-align: right;
	min-width: 95%;
	margin: 0px 2px;
	padding: 1px;
}
.menu-dset div th {
	font-weight: 300;
	font-style: italic;
	line-height: 1em;
}
.menu-dset div td {
	font-size: 0.9em;
	line-height: 1em;
}
.menu-dset div a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 2px 8px;
	border-radius: 4px;
	color: #fff;
	background-color: #ff054c;
	border: 1px solid #fff;
	opacity: 0.5;
	transition-duration: 0.2s;
}
.menu-dset div a:hover {
	box-shadow: 0px 0px 2px #ff054c;
	opacity: 1;
}

.menu-movies {
  margin: 1px 12px;
  border: 1px solid #fff;
}
.menu-movies span {
  display: block;
  padding-top: 5px;
  padding-left: 3px;
  font-size: 0.8em;
  font-style: italic;
}

.qtip {
display: inline-block;
position: relative;
cursor: help;
border-bottom: 1.25px dotted #888;
line-height: 1em;
box-sizing: border-box;
transition: all 0.2s ease-in-out;
}
.qtip:before {
content: attr(tip);
font-size: 11px;
position: absolute;
background: rgba(10, 20, 30, 0.9);
color: #fff;
line-height: 1.2em;
padding: 4px;
font-style: normal;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
min-width: 120px;
text-align: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-weight: normal;
}
.qtip:after {
width: 0;
height: 0;
border-style: solid;
content: '';
position: absolute;
opacity: 0;
visibility: hidden;
transition: all .3s ease-in-out;
}
.qtip:hover:before,
.qtip:hover:after {
visibility: visible;
opacity: 1;
z-index: 999;
}
.qtip.oneline::before {
	white-space: nowrap;
	text-align: left;
}
/*left*/
.qtip.left:before {
left: 0;
top: 50%;
transform: translate(calc(-100% - 10px), -50%);
box-sizing: border-box;
border-radius: 4px;
z-index: 999;
}
.qtip.left:after {
border-width: 8px 0 8px 8px;
border-color: transparent transparent transparent rgba(10, 20, 30, 0.9);
left: -10px;
top: 50%;
transform: translate(0, -50%);
z-index: 999;
}
/*right*/
.qtip.right:before {
right: 0;
top: 50%;
transform: translate(calc(100% + 10px), -50%);
box-sizing: border-box;
border-radius: 4px;
z-index: 999;
}
.qtip.right:after {
border-width: 8px 8px 8px 0;
border-color: transparent rgba(10, 20, 30, 0.9) transparent transparent;
right: -10px;
top: 50%;
transform: translate(0, -50%);
z-index: 999;
}

/* CSS written and designed by Patrick K. Albers */

.header {
overflow: auto;
padding: 24px;
padding-bottom: 12px;
}

.hanger {
float: right;
overflow: initial;
margin-bottom: 2px;
}

#tweet-box {
font-size: 0.8em;
font-style: italic;
color: #666;
text-align: right;
height: 32px;
}

#tweet-box a {
display: inline-block;
margin-top: 11px;
margin-left: 4px;
position: static;
width: 116px;
height: 20px;
}

#tweet-box iframe {
margin-top: 8px;
vertical-align: -5px;
margin-left: 4px;
position: static;
width: 116px;
height: 20px;
}

.qrbox {
	float: left;
	width: 64px;
	height: 64px;
	border-right: 1px solid #aaa;
	margin-right: 10px;
	padding-right: 10px;
}

.dowload-box {
height: 64px;
background-color: #fff;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
background-image: linear-gradient(white, rgb(245, 245, 245));
padding: 8px;
margin-top: -25px;
margin-left: 8px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.dowload-box-l {
float: left;
position: relative;
width: 200px;
color: #444;
margin-top: 6px;
margin-right: 8px;
margin-left: 4px;
font-size: 0.75em;
line-height: 1.25em;
}

.dowload-box-l input {
display: block;
width: 100%;
margin: 2px 0px;
padding: 2px;
border: 1px solid #666;
color: #fff;
background-color: #999;
box-shadow: inset 0px 1px 8px #666;
letter-spacing: -0.05em;
white-space: nowrap;
font-family: "Roboto Mono", monospace;
direction: ltr;
}

.dowload-box-l input:hover {
direction: rtl;
cursor: text;
}

.dowload-box-r {
float: right;
position: relative;
margin-left: 8px;
margin-right: 4px;
}

#download {
width: 56px;
height: 56px;
padding: 0;
min-width: 0;
border-radius: 50%;
color: #fff;
background-color: #BF2036;
line-height: 1.5em;
box-sizing: border-box;
text-align: center;
border: 0;
margin: 4px;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
transition-duration: 0.3s;
}

#download:focus {
border: 4px solid #fff;
background-color: #046bbe;
outline: 0;
}

#download:hover {
background-color: #042246;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.4),0px 6px 10px 0px rgba(0, 0, 0, 0.28),0px 1px 18px 0px rgba(0, 0, 0, 0.24);
}

#download:active {
background-color: #046bbe;
transform: translateY(2px);
}

.download-hint {
	font-size: 0.8em;
	margin-left: 32px;
	margin-top: -16px;
}


.topper {
	clear: both;
	text-transform: uppercase;
	margin-left: 28px;
	margin-right: 28px;
	margin-bottom: -18px;
	padding-top: 16px;
	letter-spacing: 0.0125em;
	word-spacing: 0.1em;
	font-weight: 400;
	font-size: 0.95em;
	color: rgba(0, 0, 0, 0.666);
}

.paper {
position: relative;
background-color: #fff;
padding: 0;
margin: 24px;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
overflow-x: scroll;
z-index: 101;
}

.pad {
  padding: 4px 24px;
}

.paper-head {
overflow: auto;
border-bottom: 1px solid rgba(224, 224, 224, 1);
background-image: linear-gradient(white, rgb(245, 245, 245));
}

.paper-head-left {
float: left;
margin: 8px;
margin-bottom: 6px;
font-size: 0.8em;
color: #888;
}

.paper-head-left p {
margin: 1px;
line-height: 1.25em;
clear: both;
}

.paper-head-left a {
color: #666;
}

.paper-head-right {
float: right;
margin: 10px;
text-align: right;
font-size: 0.9em;
font-weight: 300;
color: #444;
}

.paper-foot {
overflow: auto;
padding: 8px;
margin-top: -1px;
border-top: 1px solid rgba(224, 224, 224, 1);
background-image: linear-gradient(rgb(245, 245, 245), white);
}

.paper-load {
background-size: 128px;
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-image: url('https://human.genome.dating/web/images/spinner.svg');
}

.paper-info {
	position: relative;
	padding: 4px 8px;
	margin-bottom: 8px;
	font-weight: 300px;
	font-size: 0.9em;
}
.paper-info-num {
	padding: 2px 4px;
	border-radius: 4px;
	background-color: #ddd;
}
.paper-info-leg {
	position: relative;
	float: right;
	font-size: 0.75em;
	color: #aaa;
}

/* CSS written and designed by Patrick K. Albers */

a.paper-button {
	margin: 0px 1px;
	padding: 1px 3px;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 0.8em;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #666;
	border-radius: 3px;
	border: 1px solid transparent;
	opacity: 0.75;
}
a.paper-button:hover {
	text-shadow: none;
	border: 1px solid #000;
	opacity: 1;
}

.paper-dongle {
	position: relative;
	float: right;
	background-color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	padding: 4px 8px;
	padding-top: 12px;
	margin-top: -30px;
	margin-right: 32px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.paper li {
  padding: 4px;
}

.as-button {
border: 1px solid #BF2036;
border-radius: 4px;
background-color: #fff;
font-size: 0.9em;
font-weight: 400;
padding: 1px 4px;
margin: 0px 2px;
min-width: 42px;
}

.as-button:hover {
border: 1px solid #042246;
box-shadow: 0px 0px 2px #fff, 0px 0px 4px #aaa;
}


.footer {
margin: 24px;
font-size: 0.8em;
line-height: 1.2em;
color: #666;
}

.footer a {
color: #042246;
margin: 0px 2px;
white-space: nowrap;
transition-duration: 0.2s;
}

.footer a:hover {
color: #BF2036;
}

.footer code {
color: #222;
font-size: 0.9em;
white-space: nowrap;
}

.footer .logo {
background-color: #fff;
padding: 8px;
margin-left: -12px;
}

.footer .copy {
	display: inline-block;
	background-color: #fff;
	margin-top: 4px;
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #000;
	height: 14px;
	line-height: initial;
}

.footer .link {
	display: inline-block;
	margin-top: 4px;
	padding: 8px;
	border: 1px solid #042246;
	border-radius: 4px;
	height: 14px;
	line-height: initial;
}

.footer .cookies {
	display: inline-block;
	margin: 8px;
	font-style: italic;
	white-space: nowrap;
}

/* CSS written and designed by Patrick K. Albers */

.tt-hint {
position: absolute;
top: 0;
left: 0;
color: #aaa;
opacity: 1;
}

.tt-menu {
position: absolute;
top: 0;
left: 0;
opacity: 1;
border-top: 1px solid #aaa;
}

.tt-menu.is-open {
display: block;
}

.tt-selectable {
cursor: pointer;
}

#find-variant .tt-menu {
display: none;
position: absolute;
top: 100%;
width: 100%;
margin-top: -2px;
margin-bottom: 24px;
overflow: hidden;
background-color: #fff;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

#find-gene .tt-menu {
display: none;
position: absolute;
top: 100%;
width: 100%;
margin-top: -2px;
margin-bottom: 24px;
overflow: hidden;
background-color: #fff;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.card {
padding: 0px;
border-top: 1px solid #aaa;
text-shadow: none;
opacity: 0.75;
background-image: linear-gradient(white, rgb(245, 245, 245));
}
.card:nth-child(8)::after {
	content: "Hit <ENTER> to see all";
	position: relative;
	float: right;
	width: 100%;
	text-align: center;
	font-size: 0.75em;
	color: #888;
	border-top: 1px solid #444;
	padding-top: 2px;
}

.card:hover,
.card.is-active,
.card.tt-cursor {
background-color: rgb(241, 240, 243);
background-image: linear-gradient(rgb(231, 230, 233), rgb(245, 245, 245));
text-shadow: none;
opacity: 1;
}

.card-snp {
font-size: 1em;
padding: 0px 4px;
padding-top: 2px;
width: 100%;
font-family: "Roboto Mono", monospace;
font-weight: 400;
color: #333;
text-shadow: none;
}

.card-snp .tt-highlight {
font-weight: 700;
color: #000;
}

.card-loc {
padding: 0px 4px;
padding-bottom: 2px;
font-size: 0.7em;
color: rgba(0, 0, 0, 0.666);
font-weight: 500;
text-shadow: none;
}

.card-loc i {
font-family: "Roboto Mono", monospace;
font-style: normal;
margin-left: 0.25em;
letter-spacing: -0.025em;
}

.card-gene-name {
font-size: 0.85em;
line-height: 1.2em;
padding: 0px 4px;
padding-top: 4px;
width: 100%;
font-family: "Roboto Mono", monospace;
font-weight: 400;
color: #333;
text-shadow: none;
}

.card-gene-name .tt-highlight {
font-weight: 700;
color: #000;
}

.card-gene-code {
font-size: 0.7em;
padding: 0px 4px;
padding-bottom: 2px;
width: 100%;
font-family: "Roboto Mono", monospace;
font-weight: 400;
color: #333;
text-shadow: none;
}

.card-gene-code .tt-highlight {
font-weight: 700;
color: #000;
}

.card-gene-code i {
font-style: normal;
}

.card-empty {
padding: 8px;
font-size: 0.9em;
font-style: italic;
border-top: 1px solid #aaa;
}

/* CSS written and designed by Patrick K. Albers */

.gene-name-box {
	display: inline-block;
	position: relative;
	float: left;
	height: 50px;
	background-color: #666;
	background-image: radial-gradient(#777, #555);
	box-shadow: 0px 0px 6px 6px rgb(219, 218, 221);
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin-right: -12px;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 2px 8px;
	z-index: 2;
}

.gene-name {
	padding: 2px 8px;
  font-size: 2em;
  font-weight: 700;
  font-family: "Roboto Mono", monospace;
  background-color: #fff;
  color: transparent;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}

.gene-info-box {
  display: inline-block;
  position: relative;
  float: left;
	height: 50px;
  background-color: #fff;
  background-image: linear-gradient(#eee, #fff);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px 16px;
	margin-bottom: 12px;
	margin-top: 12px;
	white-space: nowrap;
  z-index: 1;
}

.gene-info {
	display: block;
  padding: 4px;
  padding-left: 12px;
  font-size: 0.9em;
  line-height: 1.2em;
	font-weight: 400;
  color: #333;
}
.gene-info span {
	display: inline-block;
	min-width: 72px;
	margin-right: 8px;
	text-align: right;
	font-weight: 300;
	color: #888;
}


.snp-codes-box {
	float: left;
	height: 52px;
	background-color: #efefef;
	background-image: radial-gradient(#fff, #eee);
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 8px #888;
	padding: 2px 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-top: 16px;
	text-align: center;
	z-index: 2;
}

.snp-codes {
padding: 2px 8px;
font-size: 2em;
line-height: 1.5em;
font-weight: 700;
font-family: "Roboto Mono", monospace;
background-color: #565656;
color: transparent;
text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
}

.snp-note {
font-size: 0.35em;
line-height: 1.5em;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-weight: 400;
color: #666;
text-shadow: none;
}

.snp-extra {
font-size: 0.75em;
line-height: 1.3em;
}

.snp-allele-box {
position: relative;
height: 52px;
float: left;
margin: 1px;
margin-bottom: 16px;
margin-top: 16px;
z-index: 1;
}

.snp-allele {
float: left;
padding: 12px;
margin-top: 8px;
font-size: 1em;
font-weight: 300;
line-height: 1em;
color: #444;
}

.allele {
float: left;
margin: 0px 6px;
font-size: 1.4em;
color: #333;
background-color: #efefef;
background-image: radial-gradient(#fff, #eee);
box-shadow: 0px 0px 8px #888;
border-radius: 4px;
font-family: "Roboto Mono", monospace;
text-align: center;
}

.allele-descr {
padding: 1px 6px;
width: 45px;
font-size: 0.4em;
letter-spacing: -0.015em;
color: #fff;
opacity: 0.8;
text-transform: uppercase;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.allele-descr.ref {
background-color: #042246;
}
.allele-descr.alt {
background-color: #BF2036;
}

.allele-state {
padding: 1px 6px;
width: 45px;
font-size: 0.4em;
letter-spacing: -0.015em;
color: #fff;
opacity: 0.8;
text-transform: uppercase;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.allele-state.anc {
background-color: #042246;
}
.allele-state.der {
background-color: #BF2036;
}
.allele-state.non {
background-color: #888;
}

/* CSS written and designed by Patrick K. Albers */

.geva-info {
float: right;
width: 200px;
font-size: 0.7em;
line-height: 1.25em;
color: #888;
font-style: italic;
margin: 8px;
}

.geva-warn {
clear: both;
font-size: 0.75em;
line-height: 1.25em;
color: #666;
font-style: italic;
padding: 8px;
}

.geva-warn span {
float: left;
height: 42px;
width: 42px;
line-height: 42px;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
color: #888;
border: 1px solid #888;
border-radius: 50%;
margin-left: -8px;
margin-right: 8px;
}


.snp-location {
clear: both;
margin-left: 4px;
padding-top: 4px;
padding-bottom: 4px;
line-height: 1.4em;
font-size: 1.1em;
}

.snp-location span {
color: #444;
font-weight: 300;
}

.link-ensembl {
margin-left: 12px;
font-size: 0.85em;
white-space: nowrap;
}

.link-ensembl span {
font-weight: 400;
font-style: italic;
letter-spacing: -0.01em;
color: #042246;
transition-duration: 0.2s;
}

.link-ensembl span:hover {
color: #BF2036;
}

.link-ensembl code {
letter-spacing: -0.03em;
}


.chr-bar {
	clear: both;
	margin-top: 8px;
}
.chr-bar span {
	display: inline-block;
	margin: 4px;
	font-size: 0.8em;
	color: #888;
}

.quick-chr {
	clear: both;
	position: relative;
	width: 50%;
	min-width: 512px;
	height: 12px;
	margin: 4px;
	border-radius: 6px;
	background-color: #b3b8bf;
	background-image: repeating-linear-gradient(to right, #b3b8bf, #b3b8bf 3px, #bbb 3px, #ccc 6px);
	box-shadow: inset 0px 1px 4px #9da3ab;
}
.quick-chr div {
	position: relative;
	float: left;
	height: 20px;
	min-width: 2px;
	overflow: hidden;
	margin-top: -4px;
	padding: 0px;
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	background-color: rgba(255, 255, 255, 0.33);
	font-size: 8px;
	box-shadow: 0px 0px 3px #aaa;
}

/* CSS written and designed by Patrick K. Albers */

#vg-tooltip-element {
overflow: hidden;
padding: 2px 4px;
}

#vg-tooltip-element h2 {
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
overflow-wrap: break-word;
}
#vg-tooltip-element table {
border-spacing: 0;
overflow: hidden;
}
#vg-tooltip-element td {
overflow: scroll;
text-overflow: clip;
overflow: hidden;
font-size: 11px;
}
#vg-tooltip-element td.key {
color: #eee;
text-align: right;
padding: 0px 4px;
}
#vg-tooltip-element td.value {
display: block;
color: #fff;
font-size: 12px;
text-align: left;
font-weight: 400;
white-space: nowrap;
font-family: "Roboto Mono", monospace;
letter-spacing: -0.025em;
padding: 0px 4px;
}


.vega-bindings {
border-top: 1px solid rgba(224, 224, 224, 1);
background-image: linear-gradient(to top, white, rgb(245, 245, 245));
}

.vega-bind {
display: table;
margin: 4px;
padding: 4px;
}
.vega-bind-name {
	display: inline-block;
	margin-right: 8px;
}
.vega-bind-radio label {
	padding-left: 4px;
	padding-right: 8px;
}
.vega-bind-radio input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	min-width: 22px;
	padding: 1px 3px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: #eee;
	color: #444;
	text-align: center;
	cursor: pointer;
}
.vega-bind-radio input[type=radio]:hover {
	border: 1px solid #BF2036;
	box-shadow: 0px 0px 4px #fff, 0px 0px 4px #BF2036;
}
.vega-bind-radio input[type=radio]:checked {
	border: 1px solid #BF2036;
	background-color: rgba(255, 138, 158, 0.5);
}
.vega-bind-radio input[type=radio]:after {
	content: attr(value);
	font-size: 1.1em;
}
.vega-bind-radio label {
	display: none;
}

/* CSS written and designed by Patrick K. Albers */


.select-gene-list {
margin: 4px 24px;
}

.glist a {
color: #666;
}

.glist a:hover {
text-shadow: none;
color: #BF2036;
}

.glist-item {
display: inline-block;
margin: 2px 4px;
padding: 4px;
border-radius: 4px;
border: 1px solid #eee;
background-color: #fff;
transition-duration: 0.2s;
z-index: 1;
}

.glist-item:hover {
color: #BF2036;
border: 1px solid #BF2036;
text-shadow: none;
box-shadow: 0px 0px 4px #BF2036;
margin-left: 0px;
margin-right: 8px;
z-index: 2;
}

.glist-name {
display: inline-block;
padding: 2px 12px;
}

.glist-code {
display: inline-block;
font-size: 0.9em;
font-family: "Roboto Mono", monospace;
padding: 2px 12px;
}

.glist-locs {
display: inline-block;
font-size: 0.9em;
padding: 2px 12px;
}

.glist-locs i {
font-family: "Roboto Mono", monospace;
letter-spacing: -0.025em;
font-style: normal;
}


.select-site-list {
margin: 4px 24px;
}

.vlist a {
color: #666;
}

.vlist a:hover {
text-shadow: none;
color: #BF2036;
}

.vlist-item {
display: inline-block;
margin: 2px 4px;
padding: 4px;
border-radius: 4px;
border: 1px solid #eee;
background-color: #fff;
transition-duration: 0.2s;
z-index: 1;
}

.vlist-item:hover {
color: #BF2036;
border: 1px solid #BF2036;
text-shadow: none;
box-shadow: 0px 0px 4px #BF2036;
margin-left: 0px;
margin-right: 8px;
z-index: 2;
}

.vlist-rsid {
display: inline-block;
padding: 2px 12px;
}

.vlist-pos {
display: inline-block;
font-size: 0.9em;
padding: 2px 12px;
}

.vlist-pos i {
font-family: "Roboto Mono", monospace;
letter-spacing: -0.025em;
font-style: normal;
}


.frq-click {
  clear: both;
  margin: 24px;
  margin-top: -4px;
  margin-bottom: 16px;
}
.frq-click label {
  display: inline-block;
  font-size: 0.9em;
  cursor: pointer;
}
.frq-click label::before {
  content: "▶";
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 0.9em;
	color: #BF2036;
}
.frq-click label #frqshow {
  display: inline;
}
.frq-click label #frqhide {
  display: none;
}
.frq-click input {
	display: none;
}
.frq-click input:checked ~ label #frqshow {
  display: none;
}
.frq-click input:checked ~ label #frqhide {
  display: inline;
}
.frq-click input:checked ~ label::before {
	content: "▼";
}
.frq-click input ~ .frq-group {
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.4s;
}
.frq-click input:checked ~ .frq-group {
  max-height: 100%;
  opacity: 1;
  transition-duration: 0.4s;
}
.frq-source {
width: 354px;;
float: left;
margin-top: 4px;
margin-right: 4px;
padding: 8px;
}
.frq-title {
color: #444;
height: 24px;
font-size: 0.9em;
font-weight: 400;
}

.frq-table {
  width: 100%;
  text-align: right;
  font-size: 0.8em;
  color: #444;
}
.frq-table thead {
  font-weight: 500;
}
.frq-table thead td {
  padding-bottom: 6px;
}
.frq-table td {
  padding: 1px;
  line-height: 1em;
}
.frq-table .pop {
  width: 45px;
}
.frq-table .frq {
  width: 50px;
  font-size: 0.9em;
  vertical-align: 1px;
}
.frq-table .bar {
  text-align: center;
}
.frq-table .bar div {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
.frq-table .bar span {
  display: inline-block;
  height: 12px;
}
.frq-table .bar span.ref {
  background-color: #b3b8bf;
  box-shadow: inset 0px 1px 4px #9da3ab;
}
.frq-table .bar span.alt {
  background-color: #b58087;
  box-shadow: inset 1px -1px 4px #90656b;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.frq-table tfoot td {
  padding-top: 6px;
  font-size: 0.85em;
  font-style: italic;
  color: #666;
}

.clock-group {
	float: left;
	margin-right: -24px;
}

.clock-box {
	height: 40px;
	width: 200px;
	overflow: hidden;
	border-top: 1px solid rgba(224, 224, 224, 1);
	background-image: linear-gradient(to right, white, rgb(245, 245, 245));
}
.clock-box:first-child {
	border-top: none;
}
.clock-box.selected {
	background-image: linear-gradient(to right, rgb(245, 245, 245), rgb(220, 220, 220));
	color: #000;
}
.clock-box span {
	transition-duration: 0.2s;
}

.clock-select {
	padding: 10px 16px;
	font-weight: 500;
	color: #888;
	font-size: 0.9em;
	line-height: 1.4em;
}
.clock-select.selected {
	color: #000;
}

.clock-select span {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	border: 2px solid #aaa;
	float: left;
	margin-top: 4px;
	margin-left: -4px;
	margin-right: 12px;
}
.clock-select.selected span {
	background-color: #BF2036;
	border: 2px solid #fff;
	box-shadow: 0px 0px 6px #BF2036;
}
.clock-box:hover a {
	text-shadow: none;
}
.clock-box:hover span {
	box-shadow: 0px 0px 6px #BF2036;
}

/* CSS written and designed by Patrick K. Albers */

.age-group {
	float: left;
  width: 70%;
  min-width: 576px;
  max-width: 800px;
}

.agetable {
	width: 100%;
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}
.agetable thead {
	vertical-align: middle;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
	outline: 1px solid rgb(224, 224, 224);
}
.agetable thead tr {
	height: 26px;
	background-image: linear-gradient(white, rgb(245, 245, 245));
}
.agetable thead th {
	color: rgba(0, 0, 0, 0.54);
	font-size: 0.75rem;
	line-height: 1.2em;
	font-weight: 500;
	display: table-cell;
	padding: 4px 12px;
	border-bottom: 1px solid rgb(224, 224, 224);
	vertical-align: middle;
	text-align: right;
}
.agetable thead th:first-child {
	text-align: left;
}
.agetable thead th code {
	display: inline-block;
	background-color: #eee;
	color: #000;
	margin: -2px 4px;
	padding: 0px 3px;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 1.3em;
	transform: scaleX(1.2);
	border-top-width: 3px;
	border-bottom-width: 3px;
}
.agetable tbody {
	display: table-row-group;
	vertical-align: middle;
}
.agetable tbody tr {
	height: 32px;
	display: table-row;
	outline: none;
	vertical-align: middle;
}
.agetable tbody th {
	display: table-cell;
	color: rgba(0, 0, 0, 0.9);
	font-size: 0.8em;
	font-weight: 400;
	padding: 4px 12px;
	margin-right: 4px;
  white-space: nowrap;
	text-align: left;
	border-top: 1px solid rgb(224, 224, 224);
}
.agetable tbody th span {
	display: inline-block;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	width: 6px;
	height: 6px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.agetable tbody td {
	display: table-cell;
	color: rgba(0, 0, 0, 0.75);
	font-size: 0.75em;
	font-weight: 400;
	padding: 4px 12px 4px 12px;
	text-align: right;
	border-top: 1px solid rgba(224, 224, 224, 1);
}
.agetable tbody td.age {
	padding-left: 4px;
}
.agetable tbody td.age code {
	font-weight: 700;
	font-size: 1.1em;
	margin-right: 4px;
}
.agetable tbody td.age span {
	font-weight: 300;
	font-size: 1em;
}

#xageButton {
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: 300;
	outline: none;
	border: 0;
	background: none;
	cursor: pointer;
}
#xageButton:before {
	content: "\027FF";
	margin-right: 4px;
}
#xageButton:active {
	color: #aaa;
}
#xage {
	color: #333;
	overflow:hidden;
	transition: max-height 0.666s ease-in-out;
	height: auto;
	max-height: 300;
}
#xage.collapse {
	max-height: 0;
}
.xage-notes {
	float: left;
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px 12px;
	width: 720px;
	border: 1px solid #333;
	border-radius: 4px;
	background: linear-gradient(to right, #ffe1f1, #fff5f2);
}
.xage-form {
	float: left;
	width: 720px;
}
.xage-dials {
	float: left;
	font-size: 0.75em;
	font-weight: 400;
	margin-top: 4px;
	width: 620px;
	height: 90px;
	border-right: 4px solid #ddd;
	border-radius: 12px;
}
.xage-dials input[type=range] {
	width: 160px;
	vertical-align: middle;
	margin: 2px 4px;
}
.xage-dials input[type=text] {
	font-size: 1em;
	text-align: center;
	width: 48px;
	outline: none;
	border: none;
	border-bottom: 1px solid #aaa;
	background-color: transparent;
}
.xage-line {
	height: 24px;
}
.xage-desc {
	display: inline-block;
	width: 200px;
	text-align: right;
	margin-right: 8px;
}
.xage-change {
	float: left;
	margin-top: 4px;
	height: 90px;
}
.xage-submit {
	margin-top: 35px;
	background-color: #ddd;
	font-weight: 400;
	padding: 2px 8px;
	margin-left: -4px;
	outline: none;
	border: 0;
	border-radius: 4px;
}

.plotLegend {
	font-size: 0.75em;
	line-height: 1.25em;
	float: right;
	margin-top: 4px;
	margin-right: 24px;
}
.legendTerm {
	width: 150px;
	text-align: right;
	vertical-align: top;
	font-weight: 400;
	color: #777;
}
.legendTerm::after {
	content: ":";
	margin-right: 4px;
}
.legendDesc {
	width: 550px;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	color: #888;
}

/* CSS written and designed by Patrick K. Albers */


.clock-button {
	display: inline-block;
	font-size: 0.75em;
	text-transform: none;
	color: #eee;
	background-color: #999;
	border-radius: 4px;
	margin: 0px 4px;
	padding: 2px 4px;
	vertical-align: text-top;
}

.boxtable {
  clear: both;
  max-height: 800px;
	overflow: auto;
}

.restable {
  width: 100%;
	height: 75%;
	min-height: 500px;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  border-top-color: gray;
  border-right-color: gray;
  border-bottom-color: gray;
  border-left-color: gray;
}

.restable thead {
  vertical-align: middle;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  outline: 1px solid rgb(224, 224, 224);
}

.restable thead tr {
  height: 42px;
  background-image: linear-gradient(white, rgb(245, 245, 245));
}

.restable thead th {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.9rem;
  line-height: 1.2em;
  font-weight: 500;
  display: table-cell;
  padding: 4px 12px 4px 12px;
  border-bottom: 1px solid rgb(224, 224, 224);
  vertical-align: inherit;
	text-align: right;
}
.restable thead th:first-child {
	text-align: left;
}

.restable tbody {
  display: table-row-group;
  vertical-align: middle;
}

.restable tbody tr {
  height: 40px;
  display: table-row;
  outline: none;
  vertical-align: middle;
}

.restable tbody th {
  display: table-cell;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.85rem;
  font-weight: 400;
  padding: 4px 12px;
  border-bottom: 1px solid rgb(224, 224, 224);
  overflow: hidden;
	text-align: left;
}

.restable tbody th span {
	display: inline-block;
	min-width: 100px;
	background-color: #dedede;
	margin: 0px;
	padding: 2px 8px;
	border: 1px solid #fff;
	transition-duration: 0.2s;
}
.restable tbody th span:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.restable tbody th span:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.restable tbody th i {
	display: inline-block;
	width: 1.5em;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	margin: 2px 3px;
	margin-left: 8px;
	background-color: #fff;
	border-radius: 50%;
}

.restable tbody th a {
  color: inherit;
}

.restable tbody th a:hover {
  text-shadow: none;
}

.restable tbody th a:hover span {
	box-shadow: 0px 0px 4px #BF2036;
		border: 1px solid #BF2036;
}

.restable tbody td {
  display: table-cell;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 4px 12px 4px 12px;
  text-align: right;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.restable tbody td code {
	font-size: 0.9em;
	color: #666;
}

.restable tbody td.Math  {
	font-size: 0.95em;
}

.restable.bulk td {
	white-space: nowrap;
}
.restable.bulk .bulkdl {
	padding: 4px;
	background-color: #BF2036;
	color :#fff;
	font-size: 1em;
	line-height: 2.1em;
	font-weight: 300;
	vertical-align: top;
	opacity: 0.5;
	transition-duration: 0.2s;
}
.restable.bulk .bulkdl:hover {
	opacity: 1;
}
.restable.bulk input[type=text] {
	width: 100%;
	background-color: #eee;
	text-align: center;
}
.restable.bulk .md5 {
	padding: 2px;
	font-size: 0.8em;
	text-align: center;
	color: #222;
}

.notes p {
	margin: 2px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #444;
}


.ccf-box {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 8px;
  background-color: #c9c8cb;
  border-radius: 4px;
  box-shadow: inset 0px 2px 6px 0px #aaa;
}
.ccf-top {
  padding: 8px;
  font-size: 1.2em;
  color: #000;
  text-shadow: 0px 0px 4px #ddd;
}
.ccf-top em {
  margin: 0px 2px;
  font-style: normal;
  font-size: 0.9em;
  font-weight: 300;
  color: #444;
  vertical-align: 1px;
}
.ccf-top p {
  font-size: 0.7em;
  margin: 12px 16px;
  margin-bottom: 4px;
  color: #444;
}
.ccf {
  position: relative;
	background-color: #fff;
	background-image: linear-gradient(white, rgb(245, 245, 245));
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin: 8px 24px;
	padding: 8px;
	z-index: 50;
}
.ccf .type {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 8px 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.ccf .target {
	color: #fff;
	background-color: #666;
	box-shadow: inset 0px 1px 2px #222;
	text-shadow: 0px 0px 2px #000;
}
.ccf .compar {
	color: #000;
	background-color: #eee;
	box-shadow: inset 0px 1px 2px #aaa;
	text-shadow: 0px 0px 2px #fff;
}
.ccf strong {
	font-size: 1.45em;
}
.ccf .key1 {
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
	background-color: #effaff;
	border-radius: 4px;
	border: 2px solid rgba(0, 181, 188, 0.5);
	margin: 0px 4px;
	padding: 14px 8px;
	text-align: center;
	font-size: 1.3em;
}
.ccf .key2 {
	display: inline-block;
	vertical-align: top;
	min-width: 190px;
	background-color: #fff4ef;
	border-radius: 4px;
	border: 2px solid rgba(255, 114, 0, 0.5);
	margin: 0px 4px;
	padding: 4px 8px;
	padding-top: 8px;
	text-align: center;
	font-size: 1.1em;
}
.ccf .key2 div {
	margin-top: 6px;
	font-size: 0.7em;
	color: #888;
}
.ccf .key2 div code {
	color: #444;
}
.ccf .info {
	display: inline-block;
	vertical-align: top;
}
.ccf .line {
	padding: 2px 4px;
	margin-top: 1px;
	color: #444;
}
.ccf .line span {
	display: inline-block;
	margin-right: 4px;
	font-size: 0.8em;
	vertical-align: 1px;
	text-align: right;
	font-style: normal;
	color: #888;
}
.ccf .relatives {
	padding-top: 8px;
	text-align: center;
}
.ccf .relatives div {
	font-size: 0.85em;
	color: #666;
	padding: 4px;
	border-top: 1px solid #aaa;
}
.ccf .relatives span {
	display: inline-block;
	border-radius: 4px;
	padding: 1px 8px;
}
.ccf .relatives .rel {
	background-color: #efefef;
	background-image: radial-gradient(#fff, #eee);
	box-shadow: 0px 0px 2px #666;
	padding: 2px 8px;
	margin: 2px 8px;
}
.ccf-compare {
  display: inline-block;
  position: relative;
	padding: 12px;
	margin-top: -24px;
	margin-bottom: -24px;
	margin-left: 50px;
	z-index: 51;
}
.ccf-compare div {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 0px 8px;
	border-radius: 50%;
	border: 1px solid #aaa;
	font-size: 2em;
	text-align: center;
	background-color: #aaa;
	background-image: linear-gradient(to bottom, #999, #eee);
	box-shadow: 0px 0px 2px #888;
	text-shadow: 0px 0px 2px #eee;
}
.ccf-compare a {
	font-size: 0.8em;
}
.ccf-compare a:hover {
	opacity: 1;
}

.ccf-set {
	border-radius: 4px;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin: 2px 4px;
	padding: 2px 4px;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 4px #888;
	border: 1px solid rgba(0, 0, 0, 0.25);
  vertical-align: 0.03em;
}
.ccf-set code {
  vertical-align: -0.03em;
}
.ccf-tab {
  margin: 0px 32px;
}
.ccf-tab span {
  position: relative;
  float: right;
  font-size: 0.8em;
  background-color: #fff;
  background-image: linear-gradient(white, rgb(245, 245, 245));
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 2px 8px;
  padding-top: 12px;
  margin-top: -16px;
  z-index: 49;
}
.ccf-movie {
	margin: 8px 24px;
	padding: 8px;
  padding-bottom: 0;
  font-size: 0.8em;
  font-weight: 500;
}
.ccf-movie::before {
  content: "▶";
  color: #BF2036;
	width: 16px;
	font-size: 0.9em;
	display: inline-block;
}

.popblock {
	display: inline-block;
	min-width: 36px;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	vertical-align: 1px;
	text-align: center;
	color: #fff;
  text-shadow: -1pt -1pt 1pt rgba(0,0,0,0.25), -1pt 1pt 1pt rgba(0,0,0,0.25), 1pt -1pt 1pt rgba(0,0,0,0.25), 1pt 1pt 1pt rgba(0,0,0,0.25);
	padding: 2px 4px;
	margin: 0px;
	margin-right: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.ccfselect ul {
	list-style-type: none;
	padding: 0;
	padding-top: 8px;
	margin: 0;
}
.ccfselect li {
	clear: both;
	margin: 4px;
	padding: 4px;
	border: 1px solid rgba(50, 50, 50, 0.1);
	background-color: rgba(50, 50, 50, 0.1);
	border-radius: 4px;
}
.ccfselect label {
	font-size: 0.9em;
	display: block;
	cursor: pointer;
}
.ccfselect label::before {
	content: "▶";
	color: rgba(50, 50, 50, 0.5);
	width: 18px;
	font-size: 0.9em;
	display: inline-block;
}
.comcat {
	position: relative;
	max-height: 0;
	overflow: hidden;
	padding: 0px 8px;
	transition-duration: 0.4s;
}
.comcat a {
	color: #444;
	transition-duration: 0.2s;
}
.comcat a:hover {
	color: #BF2036;
	text-shadow: none;
}
.comcat em {
	margin-left: 8px;
	font-size: 0.9em;
	color: rgba(0,0,0, 0.5);
}
.comcat span {
	display: inline-block;
	margin: 2px 4px;
	padding: 2px 4px;
	font-size: 0.8em;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	transition-duration: 0.2s;
}
.comcat span:hover {
	border: 1px solid #BF2036;
	box-shadow: 0px 0px 4px #BF2036;
}
.ccfselect input {
	display: none;
}
.ccfselect input:checked ~ .comcat {
	max-height: 1000%;
	margin: 4px 0px;
}
.ccfselect input:checked ~ label::before {
	content: "▼";
}
.ccfselect input:target ~ label {
  margin-left: -12px;
  cursor: default;
}
.ccfselect input:target ~ .comcat {
	max-height: 1000%;
	margin: 4px 0px;
}
.ccfselect input:target ~ label::before {
	content: " ";
}
.comcat.relateds li {
  display: inline-block;
  width: 45%;
  margin: 3px;
  border: none;
  background-color: transparent;
  background-image: linear-gradient(to right, #ccc, rgba(255, 255, 255, 0));
  text-shadow: 0px 0px 2px #fff;
  font-size: 0.8em;
  font-weight: 500;
  padding: 2px 8px;
}
.comcat.relateds li span {
  margin: 2px;
  margin-left: 4px;
  box-shadow: 0px 0px 3px #666;
  transition-duration: 0.2s;
}
.comcat.relateds li code {
  font-size: 1.2em;
  font-weight: 400;
}
.comcat.relateds li b {
  font-size: 1.5em;
  line-height: 0.5em;
  font-weight: 700;
  margin: 1px 3px;
}

.video {
  position: relative;
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition-duration: 0.6s;
}
.video iframe {
	width: 0;
	height: 0;
}
.video-group {
  margin: 8px 24px;
}
.video-select {
  margin: 8px;
  margin-top: 24px;
  padding: 4px;
}
.video-select label {
  display: block;
  width: 640px;
  background-color: #fafafa;
  box-shadow: 0px 1px 4px #444;
  text-shadow: 0px 0px 2px #fff;
  border: 1pt solid rgba(255,255,255,0.25);
  border-radius: 16px;
  padding: 8px 16px;
	font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: #444;
	cursor: pointer;
  transition-duration: 0.2s;
}
.video-select label:hover,
.video-select input:target ~ label,
.video-select input:checked ~ label {
  background-color: #ff054c;
  text-shadow: 0px 0px 2px #000;
  color: #fff;
}
.video-select label span {
  margin-left: 8px;
  font-weight: 400;
  text-transform: none;
}
.video-select label span strong {
  font-weight: 500;
}
.video-select label ~ span {
  display: block;
  width: 600px;
  font-size: 0.8em;
  padding: 8px 16px;
  margin-left: 24px;
}
.video-select label ~ span a {
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.02em;
  margin-left: 4px;
}
.video-select label ~ span a::after {
  content: "⇪";
  margin-left: 8px;
}
.video-select label::before {
	content: "▶";
	color: #ff054c;
	width: 24px;
	font-size: 0.9em;
	display: inline-block;
  text-shadow: none;
}
.video-select input {
	display: none;
}
.video-select input:checked ~ .video,
.video-select input:target ~ .video {
	max-height: 1000%;
  padding-bottom: 56.25%;
  margin: 24px 12px;
  box-shadow: 0px 0px 24px #000;
}
.video-select input:checked ~ .video iframe,
.video-select input:target ~ .video iframe {
	max-height: 1000%;
  width: 100%;
  height: 100%;
}
.video-select input:checked ~ label::before,
.video-select input:target ~ label::before {
	content: "▼";
}

.answer {
  display: block;
  height: 0;
  margin: 0px 24px;
  padding: 0px 24px;
  line-height: 1.5em;
  border-left: 4px solid #BF2036;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease;
}
.answer:target {
  display: block;
  height: auto;
  opacity: 1;
  padding: 12px 24px;
  padding-bottom: 4px;
  transform: translateY(-12px);
  z-index: 2;
}
.answer strong {
  font-weight: 700;
}

.contact input[type="text"] {
	display: block;
	margin: 12px 4px;
	padding: 2px 4px;
	font-size: 1em;
	line-height: 1.6em;
	outline: none;
	border: none;
	border-bottom: 2px solid #aaa;
	background-color: #eee;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.contact input[type="submit"] {
	margin: 18px 4px;
	padding: 4px 8px;
	outline: none;
	font-size: 1em;
	border-radius: 4px;
	border: 2px solid #aaa;
	background-color: #fff;
}
.contact textarea {
	display: block;
	margin: 18px 4px;
	padding: 2px 4px;
	font-size: 1.1em;
	outline: none;
	border: none;
	background-color: #eee;
	border-radius: 4px;
}

/* CSS written and designed by Patrick K. Albers */


.chip-group span {
  display: block;
  padding-top: 12px;
  padding-bottom: 8px;
}

.chip-list {
  display: grid;
  grid-template-columns: repeat( auto-fit, 178px );
  padding: 4px 24px;
}

.chip-card {
  text-align: center;
  position: relative;
  float: left;
  width: 154px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 4px;
  padding: 4px 8px;
  text-align: center;
  border: 1px solid #fff;
  text-shadow: none;
  transition-duration: 0.2s;
}

.chip-card span {
  display: block;
  font-size: 0.9em;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -4px;
  background-color: white;
  background-image: linear-gradient(#e6e5e6, #ffffff);
}
.chip-card span a {
  display: block;
  margin-top: -4px;
  margin-left: 4px;
  margin-right: 4px;
  color: #000;
  padding: 3px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 3px;
}
.chip-card span a:hover {
  color: #BF2036;
}

.well-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.well-list div {
    position: relative;
}
.well-list div:after {
    content: attr(title);
    position: absolute;
    left: 1px;
    top: 1px;
    font-size: 11px;
    padding: 2px 3px;
    margin: 1px;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    text-shadow: 0px 0px 2px #fff;
}
.well-list div img {
  border: 1px solid white;
  transition-duration: 0.2s;
}
.well-list div.selected img,
.well-list div img:hover {
  border: 1px solid #BF2036;
  -webkit-filter: brightness(90%);
}

.well-card {
  float: left;
  margin-left: 12px;
  margin-top: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}
