 .vbutton-small-orange {
	display: inline-block;
	border:2px solid #cccccc;
	color: #666;
	padding-left: 10px;
	padding-right:10px;
	--padding-top:2px;
	--padding-bottom:2px;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 2px;

}

.vbutton-small-orange:hover {
	border:2px solid orange;
	background-color: #ffe295;
	color:black!important;
}



.vbutton-small-orange-selected {
	border:2px solid orange !important;
	background-color: #ffb600;
	color:white!important;
}