.one
{
width: 160px;
height: 160px;
position: relative;
}
.two
{
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
.fade {
 transition: opacity .2s ease-in-out;
 -moz-transition: opacity .2s ease-in-out;
 -webkit-transition: opacity .2s ease-in-out;
}
span.highlight {
    background-color: #ffffd0;
}

code {
  padding: 0;
  font-size: 90%;
  color: black;
  background-color: white;
  border: 0px solid white;
}

a code {
    color: #slateblue;
}



.first-column {
	color: black;
	background: white;
	align-items: left !important;
	margin: 0 0 20px;
}

.second-column {
	color: white;
	border-width: 2px;
	border-color: #000;
	background: #eaecee;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius: 5px;
	align-items: left !important;
	margin: 50px 0 20px;
	padding: 0.5rem;
}

/* Mobile adjustments for second-column */
@media (max-width: 767px) {
	.second-column {
		background: transparent;
		box-shadow: none;
		border: none;
		margin: 0 0 20px;
		padding: 0;
		color: #555;
	}
}

.title-text {
	color: #343a40;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-feature-settings: "liga";
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0;
}

.corpus-text-primary {
	/*font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;*/
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-feature-settings: "liga";
	font-size: 16px;
	color: #444;
}

.corpus-text-secondary {
	/* font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;*/
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-feature-settings: "liga";
	font-size: 14px;
	color: #444;
}

p.center {
    text-align: center;
}

table.wide {
    width: 100%;
}

table.wide td {
    padding-top: 20px;
    padding-bottom: 20px;
}

td.left {
    text-align: left;
}

td.right {
    text-align: right;
}

#hide_email b {
    display: none;
}