﻿.checklist {
	flex: 1;
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #a6a6a6;
	min-height: 150px;
}

.checklist > li {
	cursor: pointer;
	padding: 2px 2px 2px 5px;
}

.checklist .subtext {
	padding-left: 5px;
}

.checklist_title {
	color: dodgerblue;
	font-weight: bold;
}
