@CHARSET "UTF-8";

#canvas2D{
    border: 2px solid blue;
    background: LightGoldenRodYellow;
    /*width: 95%;*/
}

#titleAndInfo{
    width: auto;
    margin-right: 0px;
    margin-left: auto;	
}

#showOptions{
	text-decoration: none;
}


#experimentArea{
	padding-left: 10px;
	width: 100%;
	overflow: hidden;
}

#canvasArea{
	width: 50%;
	float: left;	
}

#controls{
	margin-left: 50%;
	width: 50%;
}

@media screen and (max-width: 800px) {
  #canvasArea, #controls{
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    margin-left: 0%;
  }
}

.solutionCorrect{
	background-color: bisque;
	color:blue;
}

.solutionWrong{
	background-color: red;
	color:white;
}

.btnMenu, .ui-btn{
	font-size: 1vw;
}