/* Twitter Timeline */

/* <div class="span3 no-print">
		<nav class="panel panel-phone twitter-timeline-panel">
			<div class="panel-heading">
				What People Are Saying<i class="icon-caret-right pull-right"></i>
			</div>
			<a class="twitter-timeline"...>
		</nav>
	</div>
*/
/* class, twitter-timeline, appears to be the lowest we can go. The timeline is rendered with javascript, below which we cannot style */
nav.twitter-timeline-panel {
	padding-bottom: 0 !important;
}

nav.twitter-timeline-panel > div.panel-heading {
	/* margin-bottom: 0 !important;	eliminate space between panel header & Twitter timeline header */
	/* padding-bottom: 0 !important; */
	/* padding-bottom: -2px !important; */
}
/*
.timeline-footer {
	height: 30px !important;
	padding: 0px !important;
}
*/
/*
nav.twitter-timeline-panel div.timeline,
iframe#twitter-widget-0 div.timeline {
	border: 0 !important;
	margin-bottom: 0 !important;
}
div#twitter-widget-0.root.timeline.ltr.customisable-border.twitter-timeline.not-touch.twitter-timeline-rendered.var-narrow {
	border: 0;
}
*/
/* root bottom */
/*
.timeline {
	margin-bottom: 0;
}
*/
iframe#twitter-widget-1 {
	/* margin-bottom: 0 !important; */
	height: 368px !important;
	background-color: transparent;
	padding-bottom: 0 !important;
}

iframe#twitter-widget-1, iframe#twitter-widget-1 * {
	display: block !important;
	width: 100% !important;
	text-align: left;
}


/*
body#twitter-widget-0,html#twitter-widget-0,.main-display-area#twitter-widget-0,.col-md-7#twitter-widget-0 {
   height:100%;
}
*/
/*
div#twitter-widget-0 {
    position: fixed;
    top: 80px;
    left: 40px;
    bottom: 25px;
    min-width: 200px;
    width: 40%;
    background: black;
}

div#twitter-widget-0 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
*/

.customisable-border { border: 5px solid red !important; }

/* End: Twitter Timeline */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
