.exppanel-header {
	position: relative;
	background-color: black;
	vertical-align: center;
	height: 50px;
	padding-top: 7px;
}

.exppanel-logo {
	margin-left: 10px;
	margin-right: 10px;
	height: 35px;
}

.exppanel-title {
	font-family: "SST W01 Roman",Helvetica Neue,Helvetica,Arial,sans-serif;
	/* color: rgb(208,191,111); */
	color: white;
}

.exppanel-closebox {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 20px;
	z-index: 1;
}

.exppanel-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	vertical-align: center;
	background-color: black;
	font-size: 80%;
	/* color: rgb(208,191,111); */
	color: white;
	border: 0;
	height: 50px;
	line-height: 50px;
	padding-right: 20px;
}

.exppanel-content {
	position: relative;
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	display: block;
}

.exppanel-login {
	position: relative;
	display: inline;
}

.exppanel-button > .btn {
	margin: 20px;
	border: 0;
	border-radius: 0;
	background-color: rgb(0, 114, 206);
	color: white;
	font-family: "SST W01 Roman",Helvetica Neue,Helvetica,Arial,sans-serif;
	letter-spacing: -.2px;
	padding: 10px;
	width: 80%;
}

.exppanel-button > .btn:hover {
	text-decoration: none;
	color: white;
}

.exppanel-button > .btn:focus {
	background-color: rgb(0, 114, 206);
}

.exppanel-button > .btn.active {
	background-color: rgb(0, 114, 206);
	color: white;
}
