.srjm-box {
	border: 1px solid #999;
	max-width: 900px;
	margin: 20px auto;
	font-family: Georgia, 'Times New Roman', serif;
	background: #fff;
}

.srjm-row {
	border-bottom: 1px solid #999;
	padding: 16px 20px;
}

.srjm-row:last-child {
	border-bottom: none;
}

.srjm-header-row {
	text-align: center;
}

.srjm-box h1,
.srjm-box h2,
.srjm-box h3 {
	margin: 6px 0;
	line-height: 1.3;
}

.srjm-h-green {
	color: #0a8a0a;
	font-size: 20px;
	text-align: center;
}

.srjm-h-sub {
	font-size: 22px;
}

.srjm-h-magenta {
	color: #cc0099;
	font-size: 19px;
	text-align: center;
}

.srjm-h-red-underline {
	color: #d40000;
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
}

.srjm-h-mixed {
	text-align: center;
}

.srjm-center {
	text-align: center;
}

.srjm-col-title {
	text-align: center;
}

.srjm-reference-row {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background: #fafafa;
}

.srjm-reference {
	margin: 2px 0;
	font-size: 12px;
	font-style: italic;
	color: #666;
	word-break: break-word;
}

.srjm-reference a {
	color: #1e3fbb;
	font-style: normal;
	text-decoration: none;
}

.srjm-reference a:hover {
	text-decoration: underline;
}

.srjm-two-col {
	display: flex;
	gap: 0;
	padding: 0;
}

.srjm-col {
	flex: 1;
	padding: 16px 20px;
}

.srjm-col:first-child {
	border-right: 1px solid #999;
}

.srjm-bullets {
	margin: 8px 0 0 0;
	padding-left: 20px;
	list-style: disc;
}

.srjm-bullets li {
	margin-bottom: 6px;
	line-height: 1.5;
	font-size: 15px;
	color: #222;
}

.srjm-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.srjm-table th,
.srjm-table td {
	border: 1px solid #999;
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
}

.srjm-table th {
	background: #f2f2f2;
	text-align: center;
	font-weight: bold;
}

.srjm-links-table td {
	text-align: center;
}

.srjm-link-label {
	color: #cc0099;
	font-weight: bold;
	width: 50%;
}

.srjm-link-btn a {
	color: #1e3fbb;
	font-weight: bold;
	text-decoration: none;
}

.srjm-link-btn a:hover {
	text-decoration: underline;
}

.srjm-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.srjm-list li {
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
}

.srjm-list a {
	color: #1e3fbb;
	text-decoration: none;
}

.srjm-list a:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.srjm-two-col {
		flex-direction: column;
	}
	.srjm-col:first-child {
		border-right: none;
		border-bottom: 1px solid #999;
	}
}
