@charset "utf-8";
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

body {
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
	background-color: #f6f6f6;
}

.table {
	border-collapse: collapse;
	width: 700px;
	margin: 15px auto;
	border: solid 1px #e6e6e6;
}

.table th,
.table td {
	padding: 10px;
}

.table-light tr {
	background-color: #fff;
}

.table-striped tbody tr:nth-child(odd) {
	background-color: #efefef;
}

.table-hover tbody tr:hover {
	background-color: #ffffca;
}

.table-row-border tr {
	border: solid 1px #e6e6e6;
	border-left-width: 0;
	border-right-width: 0;
}

.table-border td,
.table-border th {
	border: solid 1px #e6e6e6;
}
