.con {
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.2);
	border-radius: 14px;
	padding-bottom: 20px;
	width: 320px;
	height: 550px;
}
.displays {

	width: 100%;
	height: 130px;
	padding: 40px 0;
	background: #990000;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.buttons {
	padding: 20px 20px 0 20px;
}
.iDigit {
	width: 320px;
	float: left;
}

.button-calculator{
	display: flex;
	width: 60px;
	height: 60px;
	float: left;
	padding: 15px 15px 0 22px;
	margin: 5px;
	box-sizing: border-box;
	background: #ecedef;
	border: none;
	font-size: 20px;
	line-height: 30px;
	border-radius: 50%;
	font-weight: 700;
	color: #5E5858;
	cursor: pointer;
}
.button-zero{
	display: flex;
	width: 60px;
	height: 60px;
	float: left;
	margin: 5px;
	box-sizing: border-box;
	background: #ecedef;
	border: none;
	font-size: 20px;
	line-height: 30px;
	border-radius: 50%;
	font-weight: 700;
	color: #5E5858;
	cursor: pointer;

}
.two{
	padding: 15px 15px 0 15px;
}
.tree{
	padding: 15px 15px 0 10px;
}

.iResult{
	width: 280px;
	height: 60px;
	float: left;
	padding: 0;
	box-sizing: border-box;
	border: none;
	background: none;
	color: #ffffff;
	text-align: right;
	font-weight: 700px;
	font-size: 50px;
	line-height: 60px;
	margin: 0 30px 60px;
	
}
.red {
	background: #FF0509 !important;
	color: #ffffff !important;
	
}

