.rst-content dl:not(.docutils) dt {
	display: block;
}
.rst-content dl:not(.docutils) {
	margin-bottom: 0px;
}
.wy-nav-content {
	max-width: 100%;
}
.wy-table-responsive table {
	/* table-layout: fixed; */
	width: 100%;
}
.wy-table-responsive table td, .wy-table-responsive table th {
	overflow-wrap: break-word;
	white-space: normal;
}


section ul li p {
    margin-bottom: 0;
}

section ul {    
    line-height: 24px;
    margin-bottom: 24px;
}

section ul li {
    list-style: disc;
    margin-left: 24px;
}