@font-face {
	  font-family: FontAwesome;
	  src: url('/webfonts/fa-solid-900.woff2');
}

body{
	margin: 0 auto;
	background:#424e5a;
	width: 100vw;
	max-width: 1920px;
	font-family: 'Noto Sans TC', sans-serif !important;
}

.bodycontent{
	
}

.dataTables_wrapper{
	font-size: 14px;
}

.dataTables_wrapper tbody{
	font-size: 12px;
}

.dataTables_wrapper thead th{
	text-align: left;
}

body body_class{
	width: 100%;
	margin: 0 auto;
}

.body_wrapper{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}