
li.dssb_sharing_buttons {
	background-color: #00d263 !important;
}

li.dssb_sharing_buttons:before {
	font-family: ETmodules, serif;
	color: #fff !important;
	content: "0" !important;
}

li.dssb_sharing_buttons span.et_module_title {
	color: #fff !important;
}

.dssb-sharing-buttons {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.dssb-sharing-buttons .dssb-sharing-button a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dssb-sharing-button {
	border-style: solid;
}

.dssb-sharing-text {
	color: #fff;
	font-size: 14px;
	width: 100%;
}

@media print {
	@page {
		margin: 72px 72px 138px 72px;
	}
	
	body {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}
	
	* {
		visibility: hidden;
		margin: 0;
		padding: 0;
	}
	
	img {
		page-break-before: auto;
		page-break-after: auto;
		page-break-inside: avoid;
	}
	
	a {
		color: #000;
		word-wrap: break-word;
	}
	
	a[href^="#"]:after, a[href^=javascript]:after {
		display: none;
	}
	
	a:after {
		content: "(" attr(href) ")";
	}
	
	q:after {
		content: "(Source: " attr(cite) ")";
	}
	
	table, tr {
		page-break-inside: avoid;
		page-break-after: auto;
	}
	
	table tfoot thead {
		-webkit-column-break-inside: auto;
		page-break-inside: auto;
		break-inside: auto;
		overflow: hidden;
	}
	
	#main-footer {
		display: none;
	}
	
	#et-main-area * {
		visibility: visible;
	}
	
	.dssb-sharing-button, .dssb-sharing-title {
		display: none;
	}
}

.dssb_sharing_button {
	position: relative;
	margin-bottom: 0 !important;
}
