/*
   Copyright 2014 City of Greater Sudbury (http://www.greatersudbury.ca)
   
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
*/
.ajax_loader {
	width:50px;
	margin:0 auto;
	padding:20px 0;
}
#twitterFeed_outer {
	margin-top:20px;
}
#twitterFeed_outer p {
	font-size:13px!important;
	line-height:20px!important;
	margin-bottom:0px;
}
#twitterFeed_header {
	background: url("../images/twitter_logo.png") no-repeat left top;
	padding-left:32px;
	margin-bottom:12px;
	border-bottom: 1px solid #CCCCCC;
}
#twitterFeed_header h3 {
	font-size:20px!important;
}
.tweetblock {
	padding-bottom:15px;
}
.tweetblock_description {
	height:37px;
}
.tweetblock img {
	float:left;
	width:35px;
	height:35px;
	border:1px solid #EEEEEE;
}
.tweetblock_details {
	margin-left:42px;
}
#twitterFeed_outer a {
	font-size:11px!important;
}

