/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	} 
	table {  
	    border-collapse:collapse;  
	    border-spacing:0;  
	} 
	fieldset,img {   
	    border:0;  
	} 
	address,caption,cite,code,dfn,em,strong,th,var {  
	    font-style:normal;  
	    font-weight:normal;  
	} 
	ol,ul {  
	    list-style:none;  
	} 
	caption,th {  
	    text-align:left;  
	} 
	h1,h2,h3,h4,h5,h6 {  
	    font-size:100%;  
	    font-weight:normal;  
	} 
	q:before,q:after {  
	    content:'';  
	} 
	abbr,acronym { border:0;  
	}  

body{background:#fff;}
div.box_rss{width:100%
	margin:0;
	padding:0;
}

/******---uOCSS---*****/
div.box_rss .tbl_rss {
	border-bottom:dashed 1px #C3C3C3;
	width:95%;
	max-width:600px;
}
div.box_rss .tbl_rss th{
	width:20%;
	min-width:110px;
	height:50px;
	color:#6B3904;
	padding: 5px 1% 2px;
	background:#F5F2E9;
	vertical-align: middle;
	line-height:200%;
	text-align:center;
}

div.box_rss .tbl_rss td{
	height:50px;
	padding: 2px 5px 2px 2%;
	text-align: left;
	line-height:140%;
	width:75%;
	width:430px;
	vertical-align: middle;
}
div.box_rss .tbl_rss td a{
	color:#333;
	text-decoration:none;
}

@media (max-width: 768px) {

	div.box_rss .tbl_rss{
		width:100%!important;
	}
	
}	
@media (max-width: 480px) {
	div.box_rss .tbl_rss th {
		width:100px;
		font-size:12px;
	}
	div.box_rss .tbl_rss td {
		font-size:13px;
	}
}	


/* =========================================================
 clearfix
========================================================= */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}