#rootContainer #content  #model {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
   background-color: transparent;
   border-radius: 1em 1em 0em 0em;
}

#rootContainer #content #model  #modelHeading {
	position: absolute;
	top: 0em;
	left: 0em;
	right: 0em;
	height: 4em;
	background-color: #DDDD00;
   border-radius: 1em 1em 0em 0em;
}

#rootContainer #content #model  #modelHeading h1 {
   position: absolute;
	left: 1em;
	right: 3em;
	font-size: 1.5em;
   text-align: center;
   text-shadow: 2px 2px 5px #555555;
}

#rootContainer #content #model  #modelHeading #menuImage {
	position: absolute;
	top: 0.5em;
	right: 0em;
   width: 4em;
   height: 3em;
   cursor: pointer;
   visibility: visible;
}

#rootContainer #content #model  #userManualButton {
	position: absolute;
	top: 5.5em;
	left: 1em;
   visibility: visible;
   z-index: 2;
}

#rootContainer #content #model  #userManualButton button {
   cursor: pointer;
   background-color: #4CAF50;
   padding: 0.25em 1em;
   border: none;
   border-radius: 8px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 1em;
   box-shadow: 3px 3px #666;
}

#rootContainer #content #model  #languageSelectors {
	position: absolute;
	top: 5.5em;
	right: 2em;
	width: 11em;
	height: 3em;
	z-index: 2;
}

#rootContainer #content #model  #languageSelectors #flagAt {
	position: absolute;
	top: 0em;
	left: 0em;
   height: 100%;
   cursor: pointer;
   visibility: visible;
   box-shadow: 3px 3px #666;
}

#rootContainer #content #model  #languageSelectors #flagUk {
	position: absolute;
	top: 0em;
	right: 0em;
   height: 100%;
   cursor: pointer;
   visibility: visible;
   box-shadow: 3px 3px #666;
}

#rootContainer #content #model  #modelHeading button:active {
  background-color: #3e8e41;
  transform: translate(3px, 3px);
  box-shadow: none;
}

#rootContainer #content #model  #modelMenu {
	position: absolute;
	top: 4em;
	right: 0em;
	background-color: #4CAF50;
   padding: 1em;
   visibility: hidden;
   box-shadow: 3px 3px #666;
   border-radius: 0em 0em 1em 1em;
   z-index: 3;
}

#rootContainer #content #model  #modelMenu td {
   font-size: 1em;
}

#rootContainer #content #model  #modelMenu .eye {
	width: 3em;
   height: 3em;
}

#rootContainer #content #model  #modelMenu .inlineEye {
	width: 3em;
   height: 3em;
   cursor: pointer;
}

#rootContainer #content #model  #modelMenu #restoreInitialStateButton {
   cursor: pointer;
}

#rootContainer #content #model  #canvas {
	position: absolute;
   left: 0em;
	right: 0em;
	top: 4em;
	bottom: 0em;
}

#rootContainer #content #model  #canvas canvas{
	width: 100%;
	height: 100%;
}

.activePath {
   stroke: black;
}

.activeCircle {
   stroke: black;
   fill:black;
}

.inactivePath {
   stroke: gray;
}

.inactiveCircle {
   stroke: gray;
   fill:gray;
}
