@charset "UTF-8";

#sharing {
	position: fixed; /* фиксированная позиция */
	opacity: 0.8; /* прозрачность */
	padding: 0px 0px 0px; /* отступы */
	background: none;
	border-radius: 0px; /* скругление углов */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	right: 10px; /* отступ справа */
	bottom: 10px; /* отступ снизу */
	cursor: pointer;
}