/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/


/* this is for the Video Media Section Snippet
Initially it was set to display="table" which was causing it to not render correctly in Firefox */
div.media {
	display: inline-flex!important; 

}

.btn.cust_btn.left {
	float: left;
}

.btn.cust_btn.right {
	float: right;
}