.dataset .made:empty{
	background-color:blue;
	width:5px; height:5px;
}

.dataset {
	width: -webkit-fill-available;
	background-color: var(--color-btnface);
	margin-bottom:2px;
	zvertical-align: bottom;
	border-radius: var(--border-corner-button);
    border: 1px solid gray;
	display: inline-block;
	box-sizing: border-box;
	font-size: 1em;
	padding: .2em;
}

