/*i added this to remove the google favicon*/
img.feedicon {display:none!important;}

div.ultimaterssAjax  div.pageloader
{
	position: fixed;
	z-index: 59;
	top: 10%;
	right: 34%;
}

span.beforetitle{padding-right:5px;}

.ultimaterss {}
.ufdrssitem{}
.ufeed_textbefore{}
.ufeed_textafter{}
table.rsstable{}

/*table.rsstable td{border-bottom:1px #000000 dotted;}*/
table.rsstable img{}
.feed_title_left , .feed_title_left a{
	font-weight:bold;
	text-align:left;
}

.feed_title_right , .feed_title_right a{
	font-weight:bold;
	text-align:right;
}

.feed_title_center , .feed_title_center a{
	font-weight:bold;
	text-align:center;
}

.feed_newstext_justify{
	text-align:justify;
}

.feed_newstext_left{
	text-align:left;
}

.feed_newstext_center{
	text-align:center;
}

.feed_newstext_right{
	text-align:right;
}

.feed_info,.feed_category{
	font-size:86%;
}

/*nexttotitle*/
span.feed_datetime{
	font-size:86%;
}

div.feed_datetime{
	font-size:100%;
}

div.feed_datetime .abovetitle{}
div.feed_datetime .undertitle{}
div.feed_datetime .beforetext{}
div.feed_datetime .endoftext{}

.feed_readmore_around{
	text-align:right;
	float:right;
	min-width:70px;
	width:auto;
} 

a.inline_readmore{
	font-weight:bold;
}

/* Custom Readmore */
a.feed_readmore{
	color:red;
	font-weight:bold;
	background:gray;
}

.img_pos_none{
	border:0px;
}

.img_pos_center{
	text-align:center;
	padding:0px;
	border:0px;
}

.img_pos_left{
	float:left;
	text-align:left;
	border:0px;
}

.img_pos_right{
	float:right;
	text-align:right;
	border:0px;
}

/*Image auto-size*/
.img_pos_none,.img_pos_left,.img_pos_center,.img_pos_right{width:auto;height:auto;}

.custommorenews{}

/* Start Responsive*/
.ultimaterss  table{ 
  border-collapse: collapse; 
}

/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
	.ultimaterss  table.rsstable {max-width:768px!important;}
	.ultimaterss  table.rsstable tr { display: inline; }
	.ultimaterss  table.rsstable td { display:inline-table;float:left;}
}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
	.ultimaterss  table.rsstable {max-width:480px!important;}
	.ultimaterss  table.rsstable tr { display: inline; }
	.ultimaterss  table.rsstable td { display:inline-table;float:left;}
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
	.ultimaterss  table.rsstable {max-width:320px!important;}
	.ultimaterss  table.rsstable tr { display: inline; }
	.ultimaterss  table.rsstable td { display:inline-table; width:100%!important; float:left;}
}
/* End Responsive*/