#main_body.content {
	width: auto;
	max-width: 900px;
}
#tp_content {
	/*
	border: 1px solid #d4d4d4;
	padding: 20px 2.2222% 0 2.2222%;
	margin-top: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	*/
	padding: 25px 0 0 0;
}	
#tp_content p {
	margin-bottom: 20px;
}
h1.page_title {
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 20px;
}
h1.page_title span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}
h1.section_title {
	padding-left: 10px;
	margin-bottom: 14px;
}
#grid_archives,
#grid_schedule {
	margin-top: 10px;
}

.tbl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.tbl .desc {
	display: none;
	position: relative;
	padding-left: 35px;
}
.tbl .desc_mobile {
	display: none;
	position: relative;
	margin-top: 5px;
	padding-left: 35px;
}
.tbl .desc_mobile p {
	font-size: 13px;
	line-height: 17px;
}
.tbl .desc_close {
	position: absolute;
	top: 5px;
	left: 10px;
}

.tbl .air_date {
	width: 18.2051%;
}
.tbl .title {
	width: 32.3076%;
}
.tbl .scripture {
	width: 18.8461%;
}
.tbl .share {
	width: 9.8717%;
}
.tbl .purchase {
	width: 11.5384%;
}
.tbl .listen {
	width: 9.2307%;
}
.tbl .img_sort {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 21px;
	height: 19px;
	margin-left: 5px;
	z-index: 1;
	
	border-radius: 2px;
	overflow: hidden;
}
.tbl .img_sort .normal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.tbl .img_sort .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.tbl .img_sort:hover .hover,
.tbl .img_sort.active .hover {
	opacity: 1;
	transition: opacity 0.25s ease;
}
.tbl .img_sort.up {
	display: none;
}
.tbl a .fa-play-circle {
	font-size: 27px;
	color: #8cbb31;
	transition: color 0.25s ease;
}
.tbl a:hover .fa-play-circle {
	color: #669018;
	transition: color 0.25s ease;
}
.tbl .bid_selected {
	background: #ffc;
}

.tbl .message_title {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
}
.tbl .pdf_icon {
	display: inline-block;
	vertical-align: middle;
}

.grid_header {
	color: Black;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f4f4f4;
}
.grid_header.center {
	text-align: center;
}
.grid_cell, .grid_cell_center {
	padding-top: 8px;
	padding-bottom: 5px;        
	vertical-align: middle;
	border-top: 1px solid #ccc;
}
.grid_cell {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.grid_cell_center {
	text-align: center;
}        
.leftcol_indent {
	/*padding-left: 15px*/
}
.view_more {
	text-align: right;
	margin: -30px 0 40px 0;
}

.tbl a.share-link
{
	color: inherit;
	text-decoration:none;
}

.tbl a.share-link .fa
{
	font-size: 23px;
	margin: 0 4px;
}

.tbl a .fa-facebook-official {
	color: #3b5998;
	transition: color 0.25s ease;
}
.tbl a:hover .fa-facebook-official {
	color: #162b56;
	transition: color 0.25s ease;
}

.tbl a .fa-twitter-square {
	color: #33ccff;
	transition: color 0.25s ease;
}
.tbl a:hover .fa-twitter-square {
	color: #2495ba;
	transition: color 0.25s ease;
}
.tbl .purchase {
	position: relative;
}
.tbl .purchase .purchase_info {
	/*display: none;*/
	display: block;
	position: absolute;
	top: 0;
	left: 62%;
	font-size: 22px;
	color: #333 !important;
	opacity: 0;
	transition: color 0.25s ease, opacity 0.25s ease;
}
.tbl .purchase:hover .purchase_info {
	/*display: block;*/
	opacity: 1;
	transition: opacity 0.25s ease;
}
.tbl .purchase .purchase_info:hover {
	color: #669018 !important;
	transition: color 0.25s ease;
}
.tbl .purchase .purchase_info.visible {
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
}

#tp_logo_right {
	float: right;
	padding-right: 12px;
	padding-top: 5px;
	margin: 0 0 20px 20px;
	width: 152px;
	max-width: 32.1353%;
}
#tp_logo_right img {
	width: 100%;
}
#grid_wrapper {
	position: relative;
	padding: 30px 0;
}
#jumpto {
	border: 1px solid #d4d4d4;
	padding: 5px;
	background: #fff;
	border-radius: 3px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#month_selector {
	position: absolute;
	top: 23px;
	top: 13px;
	right: 0;
}



/* RESPONSIVE */
.tbl .cell-label {
	display: none;
}

@media screen and (max-width:750px) {
	.tbl {
		border-bottom: none;
		margin-bottom: 10px;
	}
	.tbl th {
		display: none;
	}
	.tbl .col-headers {
		display: none;
	}
	.tbl td {
		display: block;
		width: 95%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #ededed;
	}
	.tbl tr td:first-child {
		background: #f4f4f4;
		font-weight: bold !important;
		font-size: 16px !important;
	}
	.tbl tr {
		display: block;
		margin-bottom: 30px;
		border: 1px solid #ccc;		
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	}
	
	.tbl .cell-label {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin-right: 5%;
	}
	.tbl .cell-content {
		display: inline-block;
		vertical-align: top;
		width: 65%;
		margin-left: -4px;
	}
	
	
	/* ARCHIVES ONLY */
	.tbl .grid_cell,
	.tbl .grid_cell_center {
		display: block;
		width: 95%;
		text-align: left;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.tbl tr.no-cell-labels {
		display: none;
	}
	.tbl .purchase .purchase_info {
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: auto;
		left: auto;
		margin: 6px 0 0 5px;
	}	
	.tbl .purchase .purchase_info.visible {
		margin: 0;
	}
	.tbl .purchase:hover .purchase_info {
		display: inline-block;
	}
	#month_selector {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		background: #d5d5d5;
		padding: 5px 10px;
		color: #000;
		border-radius: 2px;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,e5e5e5+25,d5d5d5+50,e5e5e5+75,d5d5d5+100 */
		background: #d5d5d5; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #d5d5d5 0%, #e5e5e5 25%, #d5d5d5 50%, #e5e5e5 75%, #d5d5d5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#d5d5d5), color-stop(25%,#e5e5e5), color-stop(50%,#d5d5d5), color-stop(75%,#e5e5e5), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  #d5d5d5 0%,#e5e5e5 25%,#d5d5d5 50%,#e5e5e5 75%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  #d5d5d5 0%,#e5e5e5 25%,#d5d5d5 50%,#e5e5e5 75%,#d5d5d5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  #d5d5d5 0%,#e5e5e5 25%,#d5d5d5 50%,#e5e5e5 75%,#d5d5d5 100%); /* IE10+ */
		background: linear-gradient(45deg,  #d5d5d5 0%,#e5e5e5 25%,#d5d5d5 50%,#e5e5e5 75%,#d5d5d5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#d5d5d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}	
	
}

@media screen and (max-width:500px) {
	h1.page_title {
		font-size: 21px;
		line-height: 23px;
	}
	h1.page_title span {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 3px;
	}
	h1.section_title {
		font-size: 19px;
		line-height: 19px;
	}
	#tp_logo_right {
		max-width: 21.1353%;
	}
}