#wrapper-navbar, aside, .posttb, img, footer.footer, .entry-meta .text-center {
  display: none !important;
}
.cat {
  padding: 0;
  border: 0;
}
article .row {
  display: block;
}
article .col-md-3, article .col-md-9 {
  max-width: 100% !important;
  margin: 0;
}
a {
	text-decoration: none !important;
}
a:link, a:visited {color: #333}
p {
	font-size: 25px !important;
}
.autore,
.tags,
#jp-relatedposts,
.sharedaddy,
#jp-relatedposts + div,
.jetpack-video-wrapper,
iframe {
	display: none !important;
}
body {
	font-size: 24px;
}
@supports (-webkit-appearance:none) {
	body {
		font-size: 24px;
	}
	h1 {
		font-size: 46px;
	}
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 25px;
	}
	p, h3.abstract {
		font-size: 25px;
	}
	h3.abstract {
		font-size: 28px;
		line-height: 1.4;
	}
}