.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: 0px solid transparent; }
.product-thumb-container .product-thumb-ul li.small { width: 22% !important; }
.product-thumb-container .product-thumb-ul li { display: inline-block !important; }
img { width: 250px !important; }
.chairman  { display: inline-block !important; width: 45% !important; }
.chairman > img { width: 50%; }

@media print
{   
	@page  
	{ 
	    size: auto;   /* auto is the initial value */ 
	    /* this affects the margin in the printer settings */ 
	    /*margin: 5mm 0mm 1mm 0mm;  */
	    margin-top: 5mm;
	    margin-bottom: 0.1mm;
	    margin-left: 0.5mm;
	}  
    .no-print, .no-print *
    {
        display: none !important;
    }
	.prntbleprds {display: block;}
	h1.productitles {
		font-size: 22px;
		color: #f00;
		padding-bottom: 0px!important;
		margin-bottom: 0px!important;
	}
	h2.leastp {
		font-size: 16px;
		color: #f00;
	}
	.thumbcontents {
		position: relative;
		display: inline-block;
		width: 15%;
		border: 1px solid #ccc;
		text-align: left;
		background-color: #f0f0f0!important;
    	padding: 15px;
    	margin-right: 5px!important;
    	margin-bottom: 10px!important;
	}
	.thumbcontents:nth-child(5n) {
    	/*margin-right: 0px!important;		*/
	}
	.thumbcontents > .thumb-img-container > img{
		width: 120px!important;
	}
	.thumb-img-container {
		margin-bottom: 10px;
	}
	.drugname {
		position: relative;
		display: block;
		text-align: center;
		margin: 0 auto;
		font-size: 10px;
		padding-bottom: 5px;
		margin-top: -5px;
	}
	.tiklogo {
		width: 200px;
		height: auto;
		padding: 10px;
	}
	.thumbcontentslsi {
	    background-color: #f6f5f5!important;
	    display: inline-block;
	    margin-right: 15px;
	    width: 22.5%;
	    padding: 40px 10px;
	    text-align: center;
	    vertical-align: top;
	    margin-right: 10px!important;
	    margin-bottom: 10px!important;
	    float: left;
	}
	.thumbcontentslsi > .thumb-img-container > img{
		width: 100px!important;
		padding: 7px!important;
	}
	li.countzchild {
		background-color: #f0f0f0!important;
	}
	li.countzchild p.name{
		font-size: 22px!important;
	}
	li.small {
		/*background-color: #F00;*/
	}
	p.inner-sub-title {
		margin-top: 10px!important;
	}
}