.markdown-body {
    box-sizing: border-box;
    min-width: 200px;
    max-width: 980px;
    margin: 0 auto;
    padding: 45px;
}
.table-container {
	overflow: auto;
}
table {
	table-layout: fixed;
	width: auto !important;
}
td{
	white-space: nowrap;
}
ul li.task{
	list-style-type:none;
}