.erm-title{
	margin: 0 0 10px;
	font-size: 1.15rem;
	line-height: 1.3;
}

.erm-table-wrap{
	margin: 14px 0 22px;
}

.erm-scroll{
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
	border:1px solid #e5e7eb;
	border-radius:10px;
	background:#fff;
}

.erm-table{
	width:100%;
	border-collapse:collapse;
	min-width: 720px;
}

.erm-table th,
.erm-table td{
	padding:10px 12px;
	border-bottom:1px solid #eef2f7;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

.erm-table thead th{
	background:#f8fafc;
	font-weight:700;
	border-bottom:1px solid #e5e7eb;
}

.erm-table tbody tr:last-child td{
	border-bottom:none;
}

.erm-up{
	color:#0f766e;
	font-weight:700;
}

.erm-down{
	color:#b91c1c;
	font-weight:700;
}

@media (max-width: 640px){
	.erm-title{
		font-size: 1.05rem;
	}
	.erm-table{
		min-width: 820px;
	}
}

