@media print {
   .col-sm-9 {float: left;width: 70%;}
   .col-sm-3 {float:right;width: 30%;}
 }

.col-sm-3 img{width:200px;}
