* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
-webkit-box-shadow: none !important;
        box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}

/* ============================== */

/*body {
	visibility: hidden;
}*/

body #main {
	visibility: visible;
	page-break-before: "";
	page-break-after: "";
}

.single #mashhead,
.single .handheld-header,
.single #side-content {
	display: none !important;
}


.single #main {
	padding-top: 0 !important;
	margin-top: 20px;
}

.single .meta-top .categories-links {
	float: none !important;
	background: red !important;
}

.single .hentry .categories-links a {
	display: block;
	text-align: left;
	padding: 0 !important;
	background: #000 !important;
}

.single .meta-top .post-navigation,
.single .meta-top .entry-actions,
.single .meta-top .categories-links {
	display: none !important;
}

.single .meta-bottom {
	display: none !important;
}

.single #comments {
	display: none !important;
}