body {
	margin: 2em;
}

thead input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}
 .ptrst-matched {
            color: #93c47d;
        }
.ptrst-not-matched {
            color: #ffd319;
        }
.ptrst-missing {
            color: #e06666;
        }
.rblst-listed, .sblst-listed {
            color: #e06666;
        }
.rblst-clean, .sblst-clean {
            color: #93c47d;
        }