
.listheader {
	background:lightgray;
	font-weight:bold;
}
.disabled{
	background-color:#EBEBEB;
	
	input:read-only, 
	textarea:read-only,
	textarea:color:gray,
	cursor: not-allowed,
	[contenteditable]:read-only {
	cursor: not-allowed;
	}
}

.formrow {
	height: 50px;
}

input[type="checkbox"] {
	 transform: scale(1.3);
}

.tag {
	background:#f8ff2e;
	font-weight:bold;
}

h3 {
    margin-top:20px;
}