 .vbutton-tiny-orange {
	display:inline-block;
	border:1px solid #cccccc;
	color: #666;
	padding-left: 7px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
	cursor: pointer;
	margin-bottom: 5px;
	margin-right: 0px;
}

.vbutton-tiny-orange:hover {
	border:1px solid orange!important;
	background-color: #ffe295!important;
	--color:black!important;
}

.vbutton-tiny-orange-selected {
	border:1px solid #ffe295!important;
	background-color: orange;
	color:white!important;
}