.twitter {
	font-size: 10px;
}
.twitter iframe,
.twitter-timeline {
	width: 100% !important;
}
.twitter .header {
	display: block;
	width: 100%;
    text-align: left;
}
.twitter .header .title {
    font-family: 'MillerHeadline-Bold', 'Lora', Georgia, serif;
    font-size: 2.5em;
    color: #000000;
    display: inline-block;
    font-style: italic;
    line-height: 0.75em;
    padding: 10px 0px 10px 0px;
}

.twitter.size-1x1  iframe
{
     height:300px;
}

.twitter.size-1x2  iframe {
     height:540px;
}

.twitter-timeline-rendered{height: 600px;}


/****** Mobile/Tablet Styles *******/

/*  bootstrap medium */
#tablet-h .twitter.style1 .body .item .text {
	font-size: 1.45em;
}

/*  bootstrap small */
#tablet-v .twitter
{
	text-align:center;
}
#tablet-v .twitter .header .title {
	text-align: left !important;
}

/*Bootstrap x-small*/
#mobile section.twitter {
	padding: 0px 15px;
}
#mobile section.twitter .tab-container {
	width: 85%
}

