
body.landing-page {
	margin: 0px;
	background-color: black;
}

img.landing-img {
	-webkit-user-select: none;
	margin: auto;
	cursor: zoom-in; 
	width: 100vw; 
	height: 56.25vw;
}

.disabledPair {
	/*pointer-events: none;*/
	opacity: 0.5;
}
body, html {
	margin:0;
	font-family: "ME-mod-Bold";
}

body.access-page {
	background-color: rgb(241,232,225);
}
body.landing-page {
	background-color: rgb(1,47,63);
}
body.landing-page div.landing-img {
	background-image: url(images/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width:300px;
	height:300px;
	margin: 0;
	display: block;
	/*vertical and horizontal centered:*/
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wrap-inner {
	max-width: 650px;
	margin: 0 auto;
	padding-top:50px;
}
.topbar{
	height: 133px;
	background-color: white;

}
.topImage{
	background-image: url(images/logo.png);
	background-size: 133px;
  height: 133px;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.sessionGrp {
	border-top: 1px solid rgba(0, 0, 0, 0.7);
	padding-top:1.5em;
	padding-bottom:1.5em;
}
.sessionGrp h2 {
	font-size:1.5em;
	margin-block-end: 0.5em;
	margin-block-start: 0;
	margin-top:0;
	padding-top:0;
}
p, .title, .row {
	margin-left: 15px;
	margin-right: 5px;
}
a, a:visited { 
	color:black;
	text-decoration:none;
}
a:hover, a:active { 
	color:white;
}

ul.sessionNav {
	margin:0;
	padding:35px 0 35px 0;
}
ul.sessionNav li {
	display:inline;
	padding:0;
	margin:0;
}
ul.sessionNav li a {
    border: 1px solid rgba(0, 0, 0, 0.7);
    padding: 5;
    background-color: lightgrey;
    margin: 15px;
    padding:5px;
}
ul.sessionNav li a:hover {
	background-color: rgb(1,47,63);
}
.controllerPath, .displayPath, .button {
	display: inline-block;
	width: 420px;
}
.button {
	cursor: pointer;
}
.btnCopyOnClick {
	background: url(images/copy.png);
	background-size: contain;
	width: 20px;
	height: 20px;
}
.btnOpenOnClick {
	background: url(images/open.png);
	background-size: contain;
	width: 20px;
	height: 20px;
}
.controllerPath, .displayPath{
	border: none;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	padding: 0;
	padding-left:5px;
	background-color: transparent;
	/*width: 350px;*/
}
.pathLabel {
	display: inline-block;
	width: 100px;
}
summary {
    position: absolute;
    top: 155px;
    left: 300;
}
summary::-webkit-details-marker {
  display: none
}
summary:after {
  background: url(images/info.png);
  background-size: contain;
  float: left; 
  height: 20px;
  width: 20px;
  content: " ";
}

@media only screen and (max-width: 600px) {
	.controllerPath, .displayPath{
		display: none;
	}
}
