/*Home Trial*/
.Home_Trial a {
	color: #ec661c;
	text-decoration: none;
}
.Home_Trial h4 {
	font-weight: bold;
}
.Home_Trial span {
	color: #ec661c;
}
.Home_Trial strong {
	color: #399cf0;
}
.Home_Trial ol {
	margin-left: 30px;
}
.Home_Trial ol li {
	margin-bottom: 15px;
}
/*Home Trial*/

/*Lowest Price Guarantee*/
.Lowest_Price_Guarantee a {
	color: #ec661c;
	text-decoration: none;
}
.Lowest_Price_Guarantee span {
	color: #399cf0;
}
.Lowest_Price_Guarantee td {
	text-align: center;
	padding: 0 20px;
}
@media only screen and (max-width: 800px) {
	.Lowest_Price_Guarantee td {
		padding: 0px;
		display: block;
	}
}
/*Lowest Price Guarantee*/

/*Support Videos*/

.Support_Videos td {
	width: 50%;
	padding: 10px;
}
@media only screen and (max-width: 800px) {
	.Support_Videos td {
		width: 100%;
		padding: 0;
		margin: 0 auto 15px;
		display: block;
	}
}
/*Support Videos*/