#twitter_window {
	position: absolute;
	top:30px;
	left: 30px;
	width: 370px;
	/*height: 300px;*/
	bottom: 10px;
	z-index: 1000;
}
.p-twitter-box{
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	max-width:500px;
	width:100%;
	border-radius: 0 0 7px 7px;
}
.p-twitter-box .p-twitter-title{
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 2em 0;
	font-size: 12px;
}
.p-twitter-box .twitter-tweet{
	margin:0 !important;
}
.p-twitter-box p{
	display:none;
}
.p-twitter-box .p-twitter-text{
	border-radius: 7px 7px 0 0;
	background: #62c1ce;
	/*background: gray;*/
	font-size: 1.2em;
	padding: 3px;
	position: relative;
}
.p-twitter-title {
	cursor: pointer;
	opacity: 0.4;
}
.p-twitter-title::after {
	font-family: FontAwesome; 
	content: "\f107";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 10%;
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}
.p-twitter-title:hover {
	font-size: 1.5em;
	opacity: 1;
}
.p-twitter-title.open {
	opacity: 1;
}
.p-twitter-title.open::after {
	top: 10%;
	font-family: FontAwesome; 
	content: "\f106";
}
.p-twitter-title a {
	color: white;
	text-decoration: none;
}
