/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.pilates-timetable {
    border-spacing: 1; 
    border-collapse: collapse; 
    background:white;
    border-radius:30px;
    overflow:hidden;
    min-width:500px; 
    width:60%;
    margin:0 auto;
    position:relative;
    
  }
   
  .pilates-timetable thead tr {
    background-color: #9999CC;
    color: #303030;
    text-align: left;
    font-weight:400;
    height:60px;
  }
  
  .pilates-timetable th,
  .pilates-timetable td {
    padding: 20px;
  }
  
  .pilates-timetable tbody tr        { height:50px; border-bottom:10px solid #f7f9ff ;
    }
  
  .pilates-timetable tbody tr:last-of-type {
    border-bottom: 20px solid #9999CC;
  }