@charset "UTF-8";

.tablepress,
.tablepress tr{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	background: none!important;
	border: 0!important;
}
.tablepress{
	margin: 0 0 30px;
}
@media only screen and (max-width: 640px) {
	.tablepress{
		width: 94%!important;
		margin: 0 3% 30px;
	}
}
.tablepress th{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	background: #f5f5f5!important;
	border: solid 1px #e5e5e5!important;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
@media only screen and (max-width: 640px) {
	.tablepress th{
		letter-spacing: 0.03em;
	}
}
.tablepress td{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	background: #fff!important;
	border: solid 1px #e5e5e5!important;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
@media only screen and (max-width: 640px) {
	.tablepress td{
		letter-spacing: 0.03em;
	}
}
.tablepress td ul{
	margin: 0!important;
	padding: 0!important;
}
.tablepress td a{
	text-decoration: underline;
}

/* --------------------------------------------- */
/* Tablepress */
/* --------------------------------------------- */

