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;
	color:#000;
}
.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;
	word-break: break-all;
}
.feed_newstext_left{
	text-align:left;
	word-break: break-all;
}
.feed_newstext_center{
	text-align:center;
	word-break: break-all;
}
.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{
	margin-bottom: 20px;
	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{}
.feedplayer{width:100%;height:auto;}
/* 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*/

/* CUSTOM */

.ultimaterss td {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.feed_info {
	margin-top: 10px!important;
}
.feed_info a {
	font-size:16px;
}

.feed_info img{
	margin-top: -3px;
}

@media (max-width: 420px) {
.ufdrssitem {
	padding:30px;
}
.feed_info a {
	font-size:14px;
}

.ultimaterss td {
	border-right: 0px;
}
}