@import url(//fonts.googleapis.com/css?family=Lato);

body {
	font-family: '微軟正黑體', '微軟正黑體 Light', sans-serif;
}

#main-container {
	margin: 40px auto;
	width: 1200px;
	max-width: 100%;
}

.api-buttons > a {
	margin: 0 5px 0 0 !important;
	text-decoration: none !important;
}

.price {
	font-size: 25px !important;
	line-height: 26px !important;
}

#showBox{
	 margin-left: -35%;
}


@media screen and (min-width: 0px) and (max-width: 500px) {
#showBox{
	 margin-left: 0;
	}
}