.container {
	text-align: left;
	position:relative;
	font-family: arial;
}
#equal {
	width: 108px;
	height: 50px;
}
.but {
	border: 1px solid #666;
  border-radius: 3px;
  background-color: gray;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 2px;
}
#numpad {
	width: 250px;
}
#display {
	width: 225px;
	height: 50px;
	border: 1px solid #666;
	border-radius: 3px;
	margin-bottom: 8px;
	text-align: right;
	font-size: 40px;
	display: inline-block;
}
#sideDisplay {
	display: inline-block;
	font-size: 30px;
}
#displayContainer {
	width: 270px;
	height: 55px;
	display: inline-block; 
	margin-bottom: 10px;
}