@charset "utf-8";
/* CSS Document */
.title {
	font-size: 20px; font-weight: 700;
}
.subtitle {
	font-size: 16px; font-weight: 700;
}
.subsubtitle {
	font-size: 15px; font-weight: 500;
}

.inner-container {
	background: rgba(0,30,0,0.7); width: 60%; padding: 50px; border-radius: 8px; box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
.inner-div-container {
	width: 100%; margin-left: 3px; margin-right: 3px; justify-content: space-between; display: flex; align-items: center; flex-direction: row;
}
.inner-div-container-admin-side {
	width: 100%; margin-left: 0px; margin-right: 0px; justify-content: flex-start; display: flex; flex-direction: row;
}
.inner-div-container-admin {
	width: 100%; margin-left: 0px; margin-right: 0px;
}
.td-title{
	font-weight: 700;
	padding-top: 5px;
	padding-left: 10px;
	color: #5B5B5B;
	border-bottom: 1px solid #CEE1FF;
}
.td-value{
	font-size: 40px;
	padding-left: 10px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subAN th {
	color: #6A6A6A;
}
.subAN tr {
	border-bottom: 1px solid #eee;
}

@media (max-width: 600px) {
	.title {
		font-size: 15px; font-weight: 700;
	}
	.subtitle {
		font-size: 11px; font-weight: 700;
	}
	.subsubtitle {
		font-size: 11px; font-weight: 500;
	}
	.inner-container {
		width: 850px; padding: 50px; display: block;
	}
	.inner-div-container {
		display: flex; flex-direction: column;
	}
}
@media (max-width: 1000px) {
	.inner-container {
		width: 850px; padding: 50px; display: block;
	}
	.inner-div-container {
		display: flex; flex-direction: column;
	}
}