:root {
	--button1-height:		30px;
	--button1-width:		60px;
	--button1-font-size:	13px;
	--button2-height:		30px;
	--button2-width:		150px;
	--button2-font-size:	13px;
	--button-borrow-width:	22px;
	--button-borrow-height:	22px;
	--button-borrow-size:	12px;
}

button.btn_borrow1 {
	width:		var(--button-borrow-width);
	height:		var(--button-borrow-height);
	font-size:	var(--button-borrow-size);
	border-radius: 50%;
	line-height: 0.6;
	background:	LightGray;
	/*padding:0px;*/
	/*margin-right: auto;*/
	padding:0px;
	text-align: center;
	display:block;
	margin:auto;
}

/*
button {
	border-radius: 4%;
	width:		4*var(--button1-width);
	height:		var(--button1-height); 
	line-height: 0.9;
	font-size: var(--button1-font-size);
	padding:0px;
	margin: 0px;
	text-align: center;
}
*/


button.digitBtn {
	/*
	overflow: hidden;
	*/
	width:38px; 
	height:38px; 
	margin:0px;
	padding:0px;
	background: #F0F8FF;/*	rgb(230, 030, 110);*/
	color: rgb(0, 0, 255);
	font-size: 23px;
	font-weight: bold;
	border-radius: 15%;
	/*border-color: rgb(100, 230, 180);*/
}
button.smallBtn2 {
	width:70px; 
	height:30px; 
	margin-right:1px;
	margin-left: 1px;
	margin: auto;
	padding:2px;
	text-align: center;
	background: rgb(155, 255, 0);
	font-size: 15px;
	border-radius: 15%;
}
button.smallBtn3 {
	width:105px; 
	height:30px; 
	margin-right:1px;
	margin-left: 1px;
	margin: auto;
	padding:2px;
	text-align: center;
	background: rgb(155, 255, 0);
	font-size: 18px;
	border-radius: 15%;
}
button.smallBtn4 {
	width:35px; 
	height:35px; 
	background: rgb(255, 215, 90);
	font-size: 20px;
	padding:0px;
	margin-right: 0px;
	text-align: center;
	border-radius: 15%;
}
button.smallBtn5 {
	width:70px; 
	height:35px; 
	background: rgb(0, 255, 255);
	font-size: 18px;
	padding:0px;
	margin-right: auto;
	text-align: center;
	border-radius: 15%;
}
button.smallBtn6 {
	width:25px; 
	height:25px; 
	background: rgb(255, 215, 90);
	font-size: 15px;
	padding:0px;
	margin-right: 0px;
	text-align: center;
	border-radius: 15%;
}


button.button1 {
	width:		var(--button1-width);
	height:		var(--button1-height); 
	border-radius: 4px;
	font-size: var(--button1-font-size);
	line-height: 0.8;
	padding:0px;
	text-align: center;
	display:block;
	margin:auto;
}

button.button2 {
	text-align:		center;
	border-radius:	4px;
	width:			var(--button2-width);
	height:			var(--button2-height); 
	font-size:		var(--button2-font-size);
	line-height:	0.8;
	padding:		0px;
	display:block;
	margin:auto;
}

button.button3 {
	width:		var(--button1-width);
	height:		var(--button1-height); 
	border-radius: 2px;
	/*
	font-size: var(--button1-font-size);
	*/
	text-align: center;
	line-height: 0.8;
	padding:0px;
	display:block;
	margin: 0px;
}

/*
button:hover {
	background: rgb(0, 230, 100);
}
*/

/*
button:hover disabled {
	background: black;
}
*/

