

/* Print Style Sheet */

@media all {

}

@media print {

body { background:white; width:100%; margin:0; padding:0; color:black;}

.share-container {
background: #ffffff !important;
}


p { font-size: 12pt; }

form#find_events, .speech-bubble-right, .span5.offset1.sidebar-ugcshare, .span2.item_icon, .my-test-class, div.sidebar-archive, #footer, .sidebar {
	display:none;
}


.ugcshare-post-inner .bubble img {display:none;}
.ugcshare-post-inner .bubble:after {content: url('../img/white-bubble.png');}



.container-fluid{width:100%; padding:0; margin:0; background:transparent;}

.item_vday_event, .item_obr_event, .blog-item, .blog-item img, h1, h2, h3, h4, h5, h6, p, img, span, li, ul, label, select, input, a, strong, em, iframe {
	page-break-inside:avoid;


}


a:link:after { content: none;}
a:link { font-weight: bold; text-decoration: underline; color: #06c; }

}


