/*
	Created to handle styles when HTML is served from other source, like iframe.
	This will contain very basic styling
	Include this files with the HTML.
*/

body {font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; font-size: 16px; color: #333;}

.rd_font18px {font-size: 18px;}
.rd_tg_opensans {font-family: "Open Sans",arial,helvetica,clean,sans-serif !important;}
.rd_spriteimg {
	background-image: url("http://hostedmedia.reimanpub.com/TOH/Images/toh_rwd_spriteimages/tohspritepng.png");
	background-position: 0 0;
	display: inline-block;
	float: left;
}
.rd_tip_ad .tipicon {
	background-position: -220px -60px;
	height: 55px;
	width: 55px;
	margin: 10px;
}
.rd_tip_ad ifram{width: 100% !important; height: auto !important;}
.rd_tip_ad h4 {margin: 5px 0; font-weight: 800;}
.rd_tip_ad p {margin: 10px 0;}
.rd_tip_ad a {text-decoration: none; color: #245f91;}
.rd_tip_ad a:hover {color: #245f91; text-decoration: underline;}
.rd_tip_ad .rd_inline_block {display: inline-block; vertical-align: top;}
.rd_tip_ad .left {width: 79%;}
.rd_tip_ad .right {width: 20%; text-align: right;}

@media (max-width: 639px) {
	.rd_tip_ad .right, .rd_tip_ad .left {width: 100%;}
	.rd_tip_ad .right {text-align: center;}
}