/* CSS Document */

body, input, button, select, textarea {
	font-family: 'Noto Sans TC', sans-serif;
}

.selector-for-some-widget {
	box-sizing: content-box;
}

.table-bg-gray {
	border-top: 1px solid #dee2e6;
	background-color: rgba(0,0,0,.05);
}

.table-bg-light {
	border-top: 1px solid #dee2e6;
	background-color: rgba(0,0,0,.0);
}

.table-condensed{
	font-size: 14px;
}

.table-condensed th, .table-condensed td, .table-condensed td ul li a{
	padding: 8px;
	line-height: 2.1;
	font-size: 13px;
}

.fa-trash-o{
	color: #AA0000;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.lh-2 {
	line-height: 2;
}

.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.font-15 { font-size: 15px; }

.fc-time { font-size: 10px; }
.fc-title {font-size: 10px; }