.plot-node,
.sorry {
	border: 2px solid black;
	padding: 20px;
	margin: 10px;
	width: 500px;
	opacity: 0;
	position: absolute;
	top: 255px;
	transition: all .5s;
}

.plot-node.active,
.sorry {
	opacity: 1;
	top: 55px;
	z-index: 2;
}

.sorry {
  top: 500vh;
}

.link {
  color: blue;
	text-decoration: underline;
}

.link:hover {
	cursor:pointer;
}

.load-me {
  display: none;
}

body {
  background-color: white !important;
}

#main {
  min-height: 1000px !important;
}
