/*
Theme Name: genesis-child
Version: 1.0
Template: genesis_tcd103
*/

@charset "UTF-8";

footer #footer_logo img {
	max-width: 100%;
    height: auto;
    width: 400px;
}
.post_content img {
	width: 100%;
}
.post_content th {
	white-space: nowrap;
}
.post_content td, .post_content th {
	vertical-align: middle;
}

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 767px) {
	footer #footer_logo img {
		width: 300px;
	}
	.post_content td, .post_content th {
	    display: block;
	    width: 100%;
		box-sizing: border-box;
	}
	.post_content th {
	    text-align: left;
	    border-bottom: 0;
	}
}