﻿/* angleAndComponents.css */


div.mainContainer
{
	position : relative;
	width    : 820px;
	height   : 410px;
}


div.controlPanel
{
	position : absolute;
	width    : 400px;
	height   : 100px;
	left     : 410px;
	top      : 0px;
}


div.displayPanel
{
	position    : absolute;
	width       : 400px;
	height      : 250px;
	left        : 410px;
	top         : 150px;
	font-weight : bold;
	font-size   : xx-large;
}


canvas.xyGraph
{
	position   : absolute;
	width      : 400px;
	height     : 400px;
	left       : 0px;
	top        : 0px;
	background : white;
}


.numberAdjusterDivClass
{
	display  : inline-block;
	width    : 400px;
	height   : 50px;
	padding  : 2px;
}


.numberAdjusterSpanClass
{
	height         : 40px;
	width          : 60px;
	margin-right   : 8px;
	display        : inline-block;
	text-align     : center;
	vertical-align : middle;
	font-size      : xx-large;
	font-weight    : bold;
}


.numberAdjusterButtonClass
{
	height         : 40px;
	width          : 50px;
	margin-right   : 8px;
	vertical-align : middle;
	font-weight    : bold;
	font-size      : x-large;
	border         : medium black solid;
}


.numberAdjusterTextClass
{
	height         : 40px;
	width          : 60px;
	margin-right   : 8px;
	display        : inline-block;
	vertical-align : middle;
	font-size      : xx-large;
	text-align     : center;
	border         : medium black solid;
}


.red
{
	color : red;
}


.green
{
	color : green;
}


.blue
{
	color : blue;
}


.magenta
{
	color : magenta;
}


.black
{
	color : black;
}


.sectionHeading
{
	background : rgb(255, 255, 128);
	padding    : 6px;
	border     : 1px black solid;
}


.indentedFormula
{
	margin-left : 40px;
}
