/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 14, 2024, 6:07:37 PM
    Author     : hp
*/


.tp_recent_tweets {
	/*
	float: left;
	clear: left;
	*/
}

.tp_recent_tweets  li {
	background-image: url('assets/tweet.png');
	background-repeat: no-repeat;	
	background-position: 0px 4px;
	padding-left: 30px;
	padding-bottom: 20px;
	/*
	float: left;
	clear: left;
	*/
	line-height: 20px;
	list-style-type: none;
}

.tp_recent_tweets  li a {
	font-weight: bold;	
}

.tp_recent_tweets .twitter_time {
	display:block;
	color: #999;
	font-size: 12px;
	font-style: italic;	
	font-weight: normal;
}