
@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}}

body {
    background-image: none;
    background-color: #fff;
}

body * {
    box-shadow: none !important;
}

.dnc-printonly {
    display: block;
}

.dnc-footer{
    background-image: none;
    background-color: #fff;
}

.text-muted {
    color: #333 !important;
}

.badge {
    background-color: transparent;
}

.dnc-container {
    padding: 0;
}

.dnc-content .dnc-container {
    min-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
}

.col {
    width: 100%;
}

/* .dnc-datagrid-header input,
.dnc-datagrid-header select,
.dnc-datagrid-header .form-check {
    display: none;
} */

.dnc-datagridshort .datagridcontainer {
    height: inherit;
    overflow-y: auto;
}

button[data-jplist-control=reset] {
display: none;
}

.dnc-notificationbar {
    display: none;
}

.dnc-footerblock {

}


.blogheader {
    display: none;
}

.header {
    display: none;
}

h1.sitetitle {
    display: block;
    font-size: 20px;
    color: #7B96A6;
    font-style: italic;
}

#nav-below {
    display: none;
}

.disqusswitcharea {
    display: none;
}

#disqus_thread {
    display: none;
}

#disqus_thread:parent {
    display:none;
}

.user-info {
    display: none;
}

.mainnav {
    display:none;
}
.qs_formwrap .row-fluid .span4 {
    display:none;
}

.contentwrap, .contentwrap.blogstyles {
    border-top: none;
}

.innerpadding {
    padding-left: 0;
    padding-right: 0;
}

.wp-caption img, img {
    width: initial !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wp-caption-text {
    margin-top: 10px;
    padding-top: 0;
}

.sidebarwrap {
    display: none;
}
.footer {
    display: none;
}

.alignright {
    float: right !important;
    padding: 10px 0 10px 20px;
}

.alignleft {
    float: left !important;
    padding: 10px 20px 10px 0;
}

.aligncenter {
    margin: 10px auto;
}