/*
 * Plugin Name: Magic Liquidizer Responsive Table
 * Plugin URI: http://www.innovedesigns.com/wordpress/magic-liquidizer-responsive-table-rwd-you-must-have-wp-plugin/
 * Author: Elvin Deza
 * Description: A simple and lightweight plugin that converts HTML table into responsive. After activation, go to Dashboard > Appearance > Magic Liquidizer Responsive Table.
* Version: 1.0.4
* Tags: responsive, fluid
* Author URI: http://innovedesigns.com/author/esstat17
*/ 

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: " " !important;
  display: table !important;
}

.clearfix:after {
  clear: both !important;
}

.clear {
  clear: both !important;
}

/*	Responsive Table Import ---------- */
.id-table {
    left: 0 !important;
    margin-bottom: 1.12765% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-height: 1px !important;
    min-width: inherit !important;
    padding-left: 0.5% !important;
    padding-right: 0.7% !important;
    padding-top: 5px;
    padding-bottom: 5px;
    right: 0 !important;
    width: 98.8% !important;
}

.id-responsive-table dt { 
	background-color: #f8f8f8;
	font-weight: bold;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}
.id-responsive-table dl dd:nth-of-type(odd){ background:transparent; }
.id-responsive-table dl dt:nth-of-type(even){ background:#f8f8f8; }

.id-responsive-table .dl-grid {
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	margin-bottom: 1%;
}
