/* =Print Style
-------------------------------------------------------------- */

body { background: #fff !important; }
.navbar { display: none !important; }
#content { font-size: 12pt; padding-bottom:10px; }

.single .s_i { border:0; padding-top:1px; }
.single a { color:#333; text-decoration:none; }

.container {
    width:100%;
}
[class*="col-"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
}
.col-md-12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
}

a:after{
    content:"";
}