	#keypad {margin:auto; margin-top:20px;}

		#keypad tr td {
			vertical-align:middle;
			text-align:center;
			border:1px solid #000000;
			font-size:18px;
			font-weight:bold;
			cursor:pointer;
			background-color:#666666;
			color:#CCCCCC;}
			#keypad tr td:hover {background-color:#999999; color:#FFFF00;}

			.display {
				width:130px;
				margin:10px auto auto auto;
				background-color:#000000;
				color:#00FF00;
				font-size:18px;
				border:1px solid #999999;
			}
			#message {
				text-align:center;
				color:#009900;
				font-size:14px;
				font-weight:bold;
				display:none;
			}
.rightcontentlogin{
    background-color: #EFEFEF !important;
}
.calculator_table table tr td i{
    font-size: 20px;
    font-weight: bold;
}
.calculator_table table tr td{
        width: 33.33333%;

height: 60px;

background-color: #fff !important;

color: #000 !important;
border:1px solid #EFEFEF !important;
font-weight: normal !important;
}
.calculator_table table{
    width: 100%;
    margin-top: 0 !important;
}
.calculator_table{
    width: 450px;
    margin: 0 auto;
}
.figure_text{
    margin-bottom: 0;
        padding: 20px;
    background: #f8f8f8;
    font-size: 16px;
    text-align: center;
}
.icon-clear:before {
    content: "\e888";
}
.pin_circles{
    background-color: #fff;
}
.pin_circles .display__list{
    padding: 28px 0;
    font-size: 0;
    text-align: center;
    margin-bottom: 0;
}
.pin_circles .active{
    background: #2955c8 !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.pin_circles .display__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    border: 2px solid #2955c8;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    background: #fff;
    font-size: 24px;
    transition: transform 0.3s ease, background 0.3s ease;
}
.calculator_table button{
    border-radius: 0;
    width: 100%;
    font-size: 16px;
}
.preset_amount {
    color:#2e99db !important
}