body{
	background: #f1c40f;
	font-family: sans-serif;
}
 
.kalkulator{
	width: 300px;
	background: #3498db;
	margin: 10px auto;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 10px 20px 0px #D1D1D1;
}
 
.bil{
	width: 150px;
	margin: 5px;
	border: none;
	font-size: 12pt;
	border-radius: 5px;
	padding: 10px;	
}

.opt{
	font-size: 12pt;
	border: none;
	width: 215px;
	margin: 5px;
	border-radius: 5px;
	padding: 10px;
}
 
.opt2{
	font-size: 16pt;
	border: none;
	width: 215px;
	margin: 5px;
	border-radius: 5px;
	padding: 10px;
}

.judul{
	text-align: center;
	color: #eee;
	font-weight: normal;
}