table {
	margin: 0 0 1.5em;
	width: 100%;
}
.entry-content {
	table {
		margin: 0 0 1.5em;
		max-width: 100%;
		text-align: center;
		border: 1px solid $color__border-table;
		border-radius: $border__radius;
		th,
		td {
			padding: 15px 10px;
			vertical-align: top;
			border: 1px solid $color__border-table;
		}
		thead th {
			vertical-align: bottom;
			border-bottom: 1px solid $color__border-table;
		}
		th {
			@include font-size(.75);
			font-weight: 500;
			text-transform: uppercase;
			border: none;
		}
		tbody + tbody {
			border-top: 1px solid $color__border-table;
		}
	}
}