@charset "utf-8";

/** General Style Info #e5e18f; **/
body {
	background: #95B3D7; 
}

.honeypot {
	display: none;
}

.footer {
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo {
	max-width: 100%;
}

.content {
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 10px;
}
.menu {
	background-color: #95B3D7;
	/* #f8f8f8; */
	margin-bottom: 20px;
}
.menu .navbar-default {
	border: 0;
	background-color: #95B3D7;
}
.navbar-default .navbar-nav > li > a {
	color: white;
}
.menu .navbar-default .active a {
	color: black;
	background-color: #E7E7E7;
}
.menu .navbar {
	margin-bottom: 0;
}

.jumbotron {
	background-color: #bbcaff;
	font-size: 16px;
	text-align: center;
}
.jumbotron h1 {
	font-size: 25px;
}
@media screen and (min-width: 768px){
	.container .jumbotron {
		padding: 20px 10px 20px 10px;
	}	
}

.index-explanation {
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.selectedjoin:before {
	content: "\2713 ";
}

.explanation {
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 20px;
}
.alternate_explanation {
	border-top: 1px solid grey;
}
.addalternate {
	margin-top: 20px;
}

.sortasc, .sortdesc {
	display: none;
}
.asc ~ .sortasc {
	display: inherit;
}
.desc ~ .sortdesc {
	display: inherit;
}
.asc ~ .nosort, .desc ~ .nosort {
	display: none;
}