li {  /* modify list items font to 16 px - the default seemed larger than surrounding paragraph text */
	font-size: 16px;
}

.threeColumnList {
	column-count: 3;
}

.wy-side-nav-search {  /* change background color of upper left div to TriLynx slate blue */
	background-color: #3c5c93;
}
/*
.icon-home::before { /* change the icon before page title in upper left corner from default "home" icon to TriLynx icon *
	content: url(img/trilynx_logo_border_color_favicon.png); 
}
*/
/*
[aria-label="breadcrumbs navigation"] { /* breadcrumb navigation at the top of the documentation body /
	background-image: url(img/water2.jpg);
}
*/
.alignCenter {
	text-align:center;
}

.boldText {
	font-weight: bold;
}

.thinBorder {
	border: 1px solid black;
}

article ul ul {
	list-style-type: circle !important;
}
article ul ul ul {
	list-style-type: square !important;
}
/*
ul:nth-child(3n+1) {
	list-style-type: disc !important;
}
ul:nth-child(3n+2) {
	list-style-type: circle !important;
}
ul:nth-child(3n+3) {
	list-style-type: square !important;
}*/