@charset "utf-8";


/* LIVESTREAM */

#debate_stream_wrap {
	width: 1366px;
	overflow: hidden;
	height: auto;
	margin: 30px auto 0;
}

#debate_video_wrap {
	width: 710px;
	height: 449px;
	background-color: #ffffff;
	float: left;
	margin: 0 20px 0 0;

}

#dbw {
	width: 100%;
}

#dbw_ribbon {
	background-image: url(http://www.inquirer.net/wp-content/themes/Homepage_2012/election-2016/images/ribbon_stream_small.jpg);
	background-size: cover;
	background-position: 50% 50%;
	height: 50px;
	overflow: hidden;
}

#dbw_ribbon img {
	margin-left: 10px;
	float: left;
}

#dbw_ribbon p {
	float: left;
	width: 433px;
	font-family: "Georgia", serif;
	font-size: 12px;
	color: #005b8a;
	padding: 0;
	margin: 8px 0 0 20px;
}

#debate_twitter {
	width: 276px;
	height: 449px;
	background-color: #ffffff;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

#debate_poll {
	width: 320px;
	height: 449px;
	float: left;
	background-color: #ffffff;
	margin-right: 20px;
}

#twitter-widget-0 {
	height: 100%!important;
}

/* 1024 */
@media only screen and (min-width: 1024px) and (max-width: 1279px){

#debate_stream_wrap {
	width: 1024px;
}

#debate_video_wrap {
	width: 400px;
	height: auto;
}

#dbw_ribbon img {
	display: block;
	margin: 0 auto;
	float: none;
}

#debate_poll {
	width: 260px;
	height: 500px;
}

}

/* 768 */
@media only screen and (min-width: 768px) and (max-width: 1023px){

#debate_stream_wrap {
	width: 100%;
}

#debate_video_wrap {
	width: 100%;
	float: none;
	height: auto;
}

#dbw_ribbon img {

}

#dbw_ribbon p {
	margin: 8px 0 0 20px;
	width: 440px;

}

#debate_twitter {
	margin: 20px 10px 0 10px;
	height: 403px;
}

#debate_poll {
	width: 100%;
	margin: 20px 0 0 0;
	width: 280px;
}

}

/* 600 */
@media only screen and (min-width: 600px) and (max-width: 767px){

#debate_stream_wrap {
	width: 100%;
}

#debate_video_wrap {
	width: 100%;
	float: none;
	height: auto;
}

#dbw_ribbon img {

}

#dbw_ribbon p {
	margin: 2px 0 0 14px;
	width: 334px;

}

#debate_twitter {
	margin: 20px 10px 0 10px;
	height: 403px;
}

#debate_poll {
	width: 100%;
	margin: 20px 0 0 0;
	width: 280px;
}

}

/* 480 */
@media only screen and (min-width: 480px) and (max-width: 599px){

#debate_stream_wrap {
	width: 100%;
}

#debate_video_wrap {
	width: 100%;
	float: none;
	height: auto;
}

#dbw_ribbon img {
	display: block;
	margin: 0 auto;
	float: none;
}

#debate_twitter {
	float: none;
	margin: 20px auto;
	height: 300px;
}

#debate_poll {
	width: 100%;
	float: none;
	margin: 0 auto;
	width: 320px;
}

}


/* 375px */
@media only screen and (min-width: 374px) and (max-width: 479px){

#debate_stream_wrap {
	width: 100%;
}

#debate_video_wrap {
	width: 100%;
	float: none;
	height: auto;
}

#dbw_ribbon img {
	display: block;
	margin: 0 auto;
	float: none;
}

#debate_twitter {
	float: none;
	margin: 20px auto;
	height: 300px;
}

#debate_poll {
	width: 100%;
	float: none;
	margin: 0 auto;
	width: 320px;
}

}


/* 320px */
@media only screen and (min-width: 320px) and (max-width:  374px){

#debate_stream_wrap {
	width: 100%;
}

#debate_video_wrap {
	width: 100%;
	float: none;
	height: auto;
}

#dbw_ribbon img {
	display: block;
	margin: 0 auto;
	float: none;
}

#debate_twitter {
	float: none;
	margin: 20px auto;
	height: 300px;
	width: 300px;
}

#debate_poll {
	width: 300px;
	float: none;
	margin: 0 auto;
}

}




















