/* 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;
}


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

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