/*
*  Global colour variables
*
*  1 - Greyscale colours
*  2 - System colours
*  3 - Accent colours
*    3.1 - Main
*    3.2 - Light
*    3.3 - Dark
*    3.4 - Callout backgrounds
*/
/*** 1 - Greyscale colours ***/
/*** 2 - System colours ***/
/*** 3 - Accent colours ***/
/* Main */
/* Light */
/* Dark */
/* callout backgrounds */
/* icon colours */
/* service ontario header colours */
/* Rem calc function */
/* Pixel to REM Conversion */
/*
*  Global variables
*
*  Used across multiple components
*/
/* -------------------------------
    Global spacing variables
--------------------------------- */
.ontario-task-list {
	border-top: 0.125rem solid #cccccc;
	padding: 0;
	margin: 0 0.5rem;
}

.ontario-task-list__item {
	max-width: 100%;
	list-style-type: none;
}
