/* ===== Å×ÀÌºí ===== */
.analy_table {
	width: 100%;
	border-collapse: collapse;
	table-layout:fixed;
}

.analy_table th {
	color: white;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	/*white-space: nowrap;*/
	/*min-width: 65px;
	max-width: 65px;*/
	user-select: none;
	background: #2a313c;
	font-weight: bold;
}
.analy_table td {
	color: white;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	/*white-space: nowrap;*/
	/*min-width: 65px;
	max-width: 65px;*/
	user-select: none;
}

.analy_table th:first-child,
.analy_table td:first-child {
	background: #2a313c;
	font-weight: bold;
	text-align: center;
}
/* ===== Å×ÀÌºí ===== */


.stat_text{
	font-size: 32px;
	font-weight: bold;
	color: white;
	text-align: center;
	
}
.stat_update_time_text{
	color: white;
	text-align: center;
	margin-bottom: 10px;
}