/* Embed Code generation CSS */

.dl-embed-container {
    position:relative;
    display:inline-block;
    text-align:center;
}
.dl-embed-button{
	text-align: center;
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: opacity .6s;
	-webkit-transition: opacity .6s;
	filter: alpha(opacity=0);
	opacity: 0;
	

}
.dl-embed-container:hover .dl-embed-button {
	filter: alpha(opacity=100);
	opacity: 1;
}

.dl_actionButtons a{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight:400;
	line-height:1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #00000000;
}
.dl_actionButtons a:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dl_actionButtons a:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.dl_actionButtons a.embed-button{
	background-color: #fff;
	border-color: #ccc;
	color: black;
}
.dl_actionButtons a.dl-fb-share{
	background-color: #3B5998;
	border-color: #2d4982;
	color: white;
}
.dl_actionButtons a.dl-tw-share{
	background-color: #1DA1F2;
	border-color: #1B95E0;
	color: white;
}
.dl_actionButtons a.dl-pin-share{
	background-color: #BD081C;
	border-color: #D50C22;
	color: white;
}
.dl_actionButtons a.dl-li-share{
	background-color: #0077B5;
	border-color: #006ba0;
	color: white;
}
.aligncenter{
	text-align: center;
	margin: auto;
}
