.container{
    display:table;
    width:98%;
    border-collapse: collapse;
    }
 .heading{
     font-weight: bold;
     display:table-row;
     background-color:#C91622;
     text-align: center;
     line-height: 40px;
     font-size: 13px;
     font-family:georgia;
     color:#fff;
     
 }
 .table-row{  
     display:table-row;
     text-align: left;
	 	 line-height: 40px;
		 color:#006;
		 

	  }
 .col{ 
    display:table-cell;
     border: 1px solid #C00;
	 padding-left:5px;
	 line-height: 40px;

 }