div[ng-controller=testController] button {
	width: 200px;
	margin: 3px;
}

h3 {
	margin-bottom: 5px;
}

ol, li {
	list-style-type: decimal !important;
}

div[ng-controller=testController]>div>span {
	font-size: 20px;
	margin-left: 10px;
}

div[ng-controller=testController] input[type=checkbox] {
	height: 20px;
	width: 20px;
}