/*
Color Scheme:
#CCC6C1
#FF9A42
#FF8235 rgba(255, 130, 53, 0.)
#FFD93D rgba(255, 217, 61, 0.)
#FFF9F2
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
	font-family: "Noto Sans CJK TC", "Noto Sans TC", "Microsoft JhengHei";
	background-color: #999999;
	color: #FFF9F2;
}
section {
	font-size: 120%;
	margin: 1%;
}
noscript {
	color: red;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table img {
	width: 100%;
}
table td {
	width: 16.7%;
	padding: 0;
	border: 5px solid #999999;
}
table td[colspan="3"] {
	width: 50%;
}
svg text {
	fill: #FFF9F2;
}
footer {
	font-size: 80%;
	text-align: center;
}
footer a {
	text-decoration: none;
	color: #FFF9F2;
}