.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
th, p, strong {
    font-size: 12px;
    }
#container{
	padding: .25em;
	border: 0px solid black;
	width: 1000px;
	}
#UserInput {
	width: 450px;
}
.userInput{
    width: 65px;
    background-color: yellow;
    }
input{
	margin: .25em;
	padding: 3px 0 3px 2px; 
	font-size: 11px;
    }
#OutputContainer {
	width: 450px;
}
.userOutput{
    width: 65px;
    }



