/*
Theme Name: Divi kids
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: Clicher
Author URI: 
Template: Divi
Version: 3.0.39
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 13 Jul 2017 14:07:47 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

 
/* And here we will set our table to act normally after we hit 1024px */


@media screen and (max-width: 980px) {
  table {
    border: 0 !important;
	background-color:transparent !important
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none !important;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border: 1px solid #ddd;
    display: block;
    text-align: right;
	background:#fff !important;
	text-align:right !important;
  }
  table.text-center td{
	  text-align:center !important;
	  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}