/* Custom styles to override MkDocs defaults and enhance theme */

/* Unordered list <ul> symbols:
 * - level 2 is hollow circle
 * - level 3 is filled square
 * - ul default is filled disc (bullet)
 */
article ul ul {
	list-style-type:  circle !important;
}

article ul ul ul {
	list-style-type:  square !important;
}

/*
 * None of these seem to work
 * Center tables horizontally on page.
table {
	align: center;
}

table {
	margin: 0 auto;
}
*/

/*
 * Align text to be centered.
 */
.alignCenter {
	text-align: center;
}
