@media screen and (orientation: portrait) {
	.canvas-wrapper {
		opacity: 0.99;
		position: relative;
	}
}

@media screen and (orientation: landscape) {
	.canvas-wrapper {
		opacity: 0.99;
		position: relative;
	}	
}

#canvas-wrapper .squareButton {
    height: 30px;
    width: 30px;
}

#GS-TurnRight.squareButton, #GS-TurnLeft.squareButton {
    height: 30px;
    width: 30px;
}

#GS-extentView {
	bottom:35px;
	right:-5px;
	position: absolute;
}

#GS-buildingView {
	bottom:70px;
	right:-5px;
	position: absolute;
}

#GS-appartmentView {
	bottom:105px;
	right:-5px;
	position: absolute;
}

.buttonNavText {
    font-family: Trebuchet MS,sans-serif;
    font-size: 25px;
    line-height: 25px;
    padding-left:2px;
}

.buttonHintText {
    font-family: Trebuchet MS,sans-serif;
    font-size: 25px;
    line-height: 25px;
    padding-left:10px;
    padding-top:2px;
}

.navClicked {
    color:#ffffff;
    background-color: #DC0031;
    border: 3px solid #DC0031;
}

.navNotClicked {
    color:#DC0031;
    background-color: #ffffff;
    border: 3px solid #DC0031;
}

.buttonViewIcon {
    height:30px;
    width:35px;
    margin-left: 10px;
}

.buttonViewText {
    font-family: Trebuchet MS,sans-serif;
    font-size: 13px;
    height:30px;
    line-height: 30px;
    padding-left: 10px;
}