body {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 95%;
	background: #668bcb;
}

.speech-bubble {
	-webkit-filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
	margin: 1rem;
	margin-bottom: 40px;
	padding: 1.5rem 2rem;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	background: #8CA8D8;
	color: white;
	min-width: 400px;
}

.speech-bubble::before {
	border: 12.5px solid transparent;
	border-top: 12.5px solid #8CA8D8;
	border-bottom: 0;
	height: 0;
	width: 0;
	border-top-width: 25px;
	content: '';
	display: block;
	position: absolute;
	left: 3rem;
	bottom: -25px;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
	transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

.speech-bubble cite {
	position: absolute;
	bottom: -2rem;
	left: 4.5rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: white;
}

.speech-bubble sub {
	position: absolute;
	bottom: -2rem;
	right: 4.5rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: white;
	vertical-align: middle;
}

h1 {
    color: #8CA8D8;
}

/* unvisited link */
a:link,
a:visited,
a:hover,
a:active {
	color: white;
	text-decoration: none;
}



/* History Page Styling*/
.tg  {
	border-collapse:collapse;
	border-color:#9ABAD9;
	border-spacing:0;
	white-space: pre-wrap;
	}
.tg td{
	background-color:#EBF5FF;
	border-color:#9ABAD9;
	border-style:solid;
	border-width:1px;
	color:#444;
	font-family:Arial, sans-serif;
	font-size:14px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
	}
.tg .tg-0lax{
	text-align:left;
	vertical-align:top
	}

#return-button {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 20px;
}

#to-the-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}

#history {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}

.history-title {
	-webkit-filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
	margin: 1rem;
	margin-bottom: 10px;
	padding: .5rem 1rem;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	background: #8CA8D8;
	color: white;
}