/* Smartphones and Tablets (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
	.gamespodcast-feed-url {
		/* These are technically the same, but use both */
		overflow-wrap: break-word;
		word-wrap: break-word;
	
		-ms-word-break: break-all;
		/* This is the dangerous one in WebKit, as it breaks things wherever */
		word-break: break-all;
		/* Instead use this non-standard one: */
		word-break: break-word;
	}	

	.gamespodcast-feed .steady-plan {
		min-width: 280px;
	}
}

.gamespodcast-feed .steady-plan {
	padding-bottom: 0;
}

.gamespodcast-feed .steady-plan-title,
.gamespodcast-feed-faq .steady-plan-title {
	margin: 0;
	text-align: left;
	font-size: 18px !important;
	height: 50px;
}

.gamespodcast-feed .steady-plan-description,
.gamespodcast-feed-faq .steady-plan-description,
.gamespodcast-account .steady-plan-description {
	margin-top: 0;
}

.gamespodcast-feed .steady-plan-buy,
.gamespodcast-feed-faq .steady-plan-buy {
	margin: 0 !important;
}

.gamespodcast-feed .steady-checkout,
.gamespodcast-feed-faq .steady-checkout,
.gamespodcast-account .steady-checkout {
	border-bottom: none;
}

.gamespodcast-feed-faq .steady-checkout,
.gamespodcast-account .steady-checkout {
	display: block;
	margin-bottom: 0;
}

.gamespodcast-account .steady-plan-description {
	margin-bottom: 0;
}

.gamespodcast-archive-feed {
	width: 100%;
    height: 35px;
    padding: 0 10px;
}