#component_container { 
    padding: 10px 5px;	
}


div#rss_box {
width: 300px;
    margin: auto;	
}

div#rss_title {
text-align: right;
    background: url(../images/rss_icon.png);
    background-repeat: no-repeat;
    background-position-x: 270px;
    background-size: 26px;
    background-position-y: center;
    padding-right: 37px;
    padding-top: 4px;
    width: 300px;
    margin: 0px auto 10px;
}


.img-rss {
width: 22px;
margin-left: 10px;	
}

.shower {
position: relative;
top: -2px;	
}

.rss_row {
padding: 12px 6px 12px 5px;	
}

.colorful {
	background-color:#ccc;
}

div.sub_sec {
	background-color: #ddd;
    margin-bottom: 3px;
    padding: 7px 10px!important;
}

.rss_row a {
	font-size: 15px;
    font-weight: bold;
}



@media (max-width: 576px) {
	
div#rss_box {
width: 270px;		
	}
	
}