ul.style-none {
	list-style-type: none;
	padding-left: 0;
}

ul.style-none>li>ul {
	list-style-type: none;
	padding-left: 1.2rem;
}

article {
	line-height: 1.6;
}

table > tbody > tr > td {
	vertical-align: top;
}