/* Directory Styling */

@media screen and (min-width: 1200px){
	#widget-container{
		max-width: 760px!important;
	}
}

#widget-container .post-title a{
	color: #000 !important;
	font-size: 24px;
	border-bottom: none;
}

#widget-container .post-title{
	padding:0 !important;
}

#widget-container .tags{
	padding:0 !important;
}

#widget-container .snippet{
	color: #4f4f4f;
}

@media screen and (max-width: 575px){
	#widget-container img{
		max-height:200px;
	}
}


@media screen and (max-width: 1200px){
	#widget-container .post-title{
		color: #000 !important;
    	font-size: 24px;
    	border-bottom: none;
	}
}

@media screen and (max-width: 1200px){
	#widget-container .post-title{
		color: #000 !important;
    	font-size: 24px;
    	border-bottom: none;
	}
}
