 .table
 {
	display: table;
	width: 100%; 
	position: relative; 
    background: #ffffff; 
	border: #eeeeee 1px solid;
	 
border-radius: 5px;	 
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
 }
 
  .table p
  {
	display: none;  
  }
 
 .table .row
 {
	display: table-row; 
 }
 
  .table .cell
  {
	display: table-cell;  
	padding: 5px;
	text-align: left;
	border-bottom: #eeeeee 1px solid; 
	border-right: #eeeeee 1px solid;  
	font-size: 14px; 
	position: relative;
    vertical-align: top;
  }
  
  .table .cell a, .table .cell a:hover
  { 
  }
  
   .table ._h
   {     
	font-size: 12px !important;
	background: #ffffff !important;
	color: #000000 !important;
   }  
   
      .table ._h .cell
   {     
	font-size: 12px !important;
   }  
   
   .table ._b:hover
   {   
   } 
   
   ._5 { width: 5%; } 
   ._10 { width: 10%; } 
   ._15 { width: 15%; } 
   ._20 { width: 20%; }
   ._25 { width: 25%; }
   ._30 { width: 30%; }
   ._60 { width: 60%; }


._redbg
{
background: #C00;	
}


@media screen and (max-width: 999px) {	
 .table p
  {
	display: inline-block;
	padding: 0;
	margin: 0;  
	font-weight: bold;
  }

.table
 {
	display: block; 
 }
 
 
 .table ._h
 {
	display: none !important; 
 }
 
 .table .row
 {
	display: block; 
	border-bottom: #dddddd 1px solid;
 }
 
  .table .cell
  {
	display: block;
	border: 0;   
  
  }

}