/**
* This file will contain all the css rules in order to apply only when the user is printing some webpage.
* @ea-msk
*/

div.tabs {
	display: none !important;
}

div.shareaholic-share-buttons-container {
	display: none;
}