.appliance{
	position: relative;
	text-align: left;
	font-family: 'Trebuchet MS', Arial, Tahoma, 'Century gothic', sans-serif;
	margin: 0 0 35px 0;
}
.appliance h3{
	color: #888888;
	border-bottom: 4px solid #f49704;
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 16px;
	text-transform: uppercase;
}
.appliance h5{
	margin: 4px 0;
	color: grey;
	text-decoration: none;
}
.appliance ul{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
}
.appliance ul li{
	display: block;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #DADADA;
	font-style: italic;
}
.appliance ul li a{
	display: inline-block;
	color: grey;
	text-decoration: none;
}.appliance ul li a:hover{
	color: black;
}

 /*YOUTUBE*/
.youtube-link{
	text-decoration: none;
}
.youtube-info img{
	width: 50%;
	float: left;
}
.youtube-info h5{
	float: left;
	width: 45%;
	padding: 0 6px;
}
.youtube-info span{
	color: gray;
	font-size: 11px;
	margin: 0 0 0 6px;
}
/*TWITTER*/
.twitter-timeline{
	height: 240px;
}

/*Generic External Widget Helper*/
.external-widget-helper{

}
.external-widget-helper.instagram{
	text-align: center;
	padding: 16px 0 0 5px;
}

.instagramsmallframe{
	display: none;
}
.instagramlargeframe{
	display: block;
}

@media only screen and (max-width: 768px){
	.appliance{
		margin: 0 auto 25px auto;
		width: 90%;
	}
	.twitter-timeline{
		 width: 100%;
		 height: 260px;
	}
}
@media only screen and (min-width: 720px) and (max-width: 768px){
	.instagramsmallframe{
		display: block;
	}
	.instagramlargeframe{
		display: none;
	}
}