/* trs stuff */
tr.greyed {
	background-color: #ffb5b5;
	border: #FFF;
	border-width: 0px;
	text-align: left;
	border-radius: 2em !important;
} 
tr.not-greyed {
	background-color: #dfbdff;
	border: #FFF;
	border-width: 0px;
	text-align: left;
	border-radius: 2em !important;
} 
tr.blank {
	background-color: #ffffff;
	border: #FFF;
	border-width: 0px;
	text-align: left;
	border-radius: 2em;
} 
tr.infoz:nth-child(odd) {
	background-color: #dfdfdf;
}
tr.datez {
	background-color: #eac6ff;
	font-weight: bold;
}

span.tag {
	background-color: #ddd;
	margin: 0.5em;
	padding: 0.5em;
	border-radius: 0.5em;
	font-size: smaller;
}


input.yes {
    background-color: rgb(122, 255, 122) !important;
    margin-right: 2em;
}
input.no {
    background-color: rgb(255, 98, 98) !important;
}
input.check {
	appearance: auto;
	margin: 0.25em;
	opacity: 100;
}

span.score {
    margin-right: 1em;
}