#primary {
	width: 100%;
	margin: 40px auto 80px auto;
}
#primary #content div.entry-content table td {
	padding-bottom: 40px;
	line-height: 1.8em;
	vertical-align: top;
}

#primary #content div.entry-content table table th {
	font-weight: normal;
	font-size: 100%;
	color: #f4a480;
	background: #fff;
	text-align: left;
	padding: 0 20px 0 0;
	border: 0px solid #dcdcdc;
	white-space: nowrap;
}
#primary #content div.entry-content table table td {
	padding: 0 0.5em 0.5em 0;
	border: 0px solid #dcdcdc;
	width: 90%;
}
#primary #content div.entry-content table td  span.date{
	margin-right: 16px;
	vertical-align: top;
}
#primary #content div.entry-content table td a {
	display: inline-block;
	width: 610px;
	vertical-align: top;
}

#primary #content div.entry-content table td a span:first-child
{
	font-size: .9em;
	font-family: 'GG-B', sans-serif;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	padding: .25em 1em;
	margin-right: 1em;
	border: 1px solid #f9d1bf;
	color: #f9d1bf;
	border-radius: 1em;
	white-space:nowrap;
}

#primary #content div.entry-content h2 {
	margin: 0 auto 40px auto;
	width: 960px;
}
@media screen and (max-width: 767px) {
	#primary {
		margin: 20px auto 0 auto;
	}
	#primary #content div.entry-content table th {
		margin-bottom: 10px;
		font-size: 12px;
	}
	#primary #content div.entry-content table th span {
		font-size: 16px;
	}
	#primary #content div.entry-content table td {
		padding: 0 10px 30px 10px;
	}
	#primary #content div.entry-content table td span.date{
		margin-right: 0;
	}
	#primary #content div.entry-content table td a {
		width: 100%;
		color: #626262;
		margin-bottom: 10px;
	}
	#primary #content div.entry-content h2 {
		width: 100%;
	}
}