@charset "UTF-8";

.resp-container
{
	background-color: transparent;
	position: relative;
	overflow: hidden;
	/*
	left: auto;
	right: auto;	
    */
	padding-top: 56.25%;
	width: 100%;
	margin-bottom:1em;
}

.resp-iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.article-recipe ul
{
	padding-bottom: 1 em;
}

.article-recipe
{
	padding-left: 2em;
    padding-bottom: 1em;
}

.video-menu
{
	color: #FFF;
	background-color: #063;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 1px;
	width: 100%;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
}

.video-menu a
{
	/* [disabled]font-size: 0.6em; */
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	/* [disabled]line-height: 1px; */
}

.data-table h3
{
	font-family: sans-serif;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

.data-table
{
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
}
