@charset "utf-8";

/****************  Twitter as Phone Class ******************/
.twitterPhone {
	margin: auto;
	background: #000; 
	width: 360px; 
	padding: 40px 20px; 
	border: 2px solid #c0c0c0; 
	border-radius: 25px; 
	box-shadow: 0px 10px 15px #888; 
	overflow:hidden;
}
.timeline-Widget {
    border-radius: 0px !important;
} 
/* CSS Document */

