@charset "utf-8";
.container{
	margin-left: auto;
	margin-right: auto; 
 
}
table{
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    text-align: center;
    background-color: rgba(218,220,224,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 11px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
}
button{
	width: 45px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom:7px; 
}
#result{
	width: 230px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#bce{
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}