body{ 
	background-image: url(../img/physicsbg.png);
	background-repeat:no-repeat;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	
}
p{
    text-indent: 30px;
    margin-top: 0px;
    font-family: Arial Unicode MS;
}
#pageContent{
	width:75%;
	height: 615px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid red;
}
#leftPanel{
    width: 25%;
    float: left;
}
.leftPanelImage{
	margin-bottom: 30px;
}
#header{
	display: inline;
	margin-left: 40px;
	font-family: Arial Rounded MT;
	font-size: 55px;
}
.result{
    font-family: Arial Unicode MS;
    font-weight: bold;
    font-size: 20px;
}
#cube_cuboid{
	visibility:visible;
	line-height:25px;
	background-color: #33CCFF;
	padding: 8px;
	width: 200px;
	height: 120px;
	margin-left: 32%;
	text-align:center;
	color:#F5F5F5;
	font-family: Arial Unicode MS;
}
#sphere{
	visibility:hidden;
	line-height:25px;
	background-color: #33CCFF;
	padding: 8px;
	width: 200px;
	height: 80px;
	margin-left: 32%;
	text-align:center;
	color: #F5F5F5;
	font-family: Arial Unicode MS;
	margin-top: -140px;
}
#divDescription{
    background-color: #33CCFF;
    margin-left: 29%;
    margin-top: 55px;
    padding: 8px;
    width: 280px;
    height: 156px;
    color:#F5F5F5;
}
#desc-heading{
    font-size: 20px;
    font-family: Arial Unicode MS;
    font-weight: bold;
    margin-left: 33%;
}
#defn-heading{
    font-size: 18px;
    font-family: Arial Unicode MS;
}
#rightPanel{
	float: right;
	width: 39%;
	margin-top: -493px
}
#shapeContainer{
	position: absolute;
	z-index: 11;
	padding-left: 73px;
	top: 175px;
}
#stove{
	padding-top: 312px;
}
#reset{
    width :108px;
    height: 39px;
    background: url('../img/reset.png');
    display: none;
    margin-left: 130px;
    margin-top: 20px;
}
.dimensionInput{
	width: 80px;
}