@import url('https://fonts.googleapis.com/css?family=Roboto');
.gFont {font-family: 'Roboto', sans-serif;font-size:16px;font-weight:bold;}

.roInput, .roInput1, .roInput2, .roInput3, .roInput4 {
	width:70%;
	text-align:right;
	border:none;
	font-size:16px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
}

.faInput1, .faInput2, .faInput3, .faInput4 {
	width:100%;
	height:100%;
	border:none;
	outline:none;
	background-color:#ffffa7;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
}

.bkYel {
	background-color: #ffffa7;
}

#inDec, #inDec2{
	font-weight:bold;
	font-size:28px;
	transition:background-color .2s;
	text-align:center;
}

th {
	font-size:18px;
}