.gdp-overlay {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
}

.gdp-modal {
display:none;
    width: 280px;
    height: auto;
	padding-bottom:10px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 10001; /* 1px higher than the overlay layer */
text-align:center;
}
.gdp-modal small {
	padding:5px;
	cursor:pointer;
}

.gdp-modal p {
	text-align:center;
font-size:20px;
line-height:26px;
padding:10px;
}

.gdp-arrow {
	width:40px;
	height:50px;
margin-left:15px;
margin-top:5px;
	float:left;
	background-image:url('/wp-content/plugins/gdp-social-overlay/assets/image/arrow.png');
background-repeat:no-repeat;
}
.gdp-promotit {
	font-size:18px;
	padding:15px;
	font-weight:bold;
color:#336699;
}
.gdp-modal img.gdp-close  {
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
}

.twitterBox {
	width:80%;
	margin: 0 auto;
	border:2px solid #ccc;
    border-radius: 5px;
text-align:center;
padding:10px; 
}

.gdp-modal #twitter-widget-0
 {width:100px !important;}
