.calculator
{
	background-color:#fff;
	border:none;
	margin:auto;
	padding: 5px 0;
	padding-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.calculator td
{
        height:16.66%;
}
.calc_td_result
{
        text-align:center;
}
.calc_result
{
        text-align:right;
		padding:10px;
		border:4px #37bff0 solid;
		margin-bottom:7px;
		color:#000;
		
}
.calc_td_calculs
{
        text-align:center;
}
.calc_calculs
{
        width:90%;
        text-align:left;
}
.calc_td_btn
{
        width:25%;
        height:100%;
}
.calc_btn
{
        width:100%;
        height:90%;
        font-size:13px;
		color:#fff;
		background:#37bff0;
		border:1px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		cursor:pointer;
}
.bord{
		display:block;
		background:#37bff0;
		padding:2px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: 0 auto;
		margin-bottom:5px;
		text-align:center;
		width: 70%;
}