.table {
	width:100%;
}

.table tbody {
	background-color: #91eff90a;
}

.table-striped tr:first-child {
    background-color: #10eeff20;
}

.table-striped tr:nth-child(2n+3) {
    background-color: #10eeff20;
}

.table td {
    padding: 0.1rem 0.5rem;
}

.article-content table.table {
	margin-bottom: 1rem;
}

.article-content {
	margin: 0 1rem;
	gap: 1rem;
}

.article-content h3 {
	font-size:1.5rem;
	margin:1em 0 0;
}

.article-content h4, .article-content h5{
	margin:0;
}

.article-content h4 {
	font-size:1.2rem;
}

.article-content h5 {
	font-size:1rem;
}

.article-content ul {
	margin:0.3em 0.8em 0.8em 0.8em;
}

.article-content li {
	padding:0.1rem 0;
}

.article-header {
	margin: 0 1rem;
    position: relative;
    text-align: center;
    padding: 1rem 0;
}

.article-header .home-button {
	position: absolute;
	left:1rem;
	top:50%;
	transform:translateY(-50%);
}

.home-button img {
	height: 3.5rem;
	width:auto;
}

.article-header .article-title {
	margin:0;
}

.article-content-left, .article-content-right {
	box-sizing:border-box;
}

.article-content-left {
	flex: 2.8 1 0;
	min-width: 0;
}

.article-content-left h5 {
	text-indent: 1em;
}

.paragraph {
	margin-left:0.5rem;
}

.paragraph p {
	margin:0 0 1rem 0;
}

.article-content-right {
	flex: 1.2 1 0;
	min-width: 0;
}