/*!
Theme Name:   sctimst
Theme URI:    http://www.webmandesign.eu/polyclinic-wordpress-theme/
Update URI:   https://themeforest.net/downloads
Author:       WebMan Design
Author URI:   http://www.webmandesign.eu/
Version:      2.1.3
Text Domain:  sctimst
Domain Path:  /languages
License:      GNU General Public License v3
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html
Description:  Polyclinic is accessibility-ready medical institution WordPress theme.
Tags:         one-column, two-columns, right-sidebar, grid-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready

Requires at least: 4.8
Tested up to: 6.6
Requires PHP: 5.6

Bitbucket Theme URI:  https://bitbucket.org/webmandesign/polyclinic

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.table-container {
    display: table;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
  }

  .row {
    display: table-row;
  }

  .header {
    background-color: #f2f2f2;
    font-weight: bold;
  }

  .cell {
    display: table-cell;
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
  }

  .row:nth-child(even):not(.header) {
    background-color: #fafafa;
  }

  /* For colspan emulation */
  .cell[colspan="2"] {
    display: table-cell;
    width: calc(200% + 10px);
  }

  /* Responsive adjustments (optional) */
  @media (max-width: 768px) {
    .table-container {
      display: block;
    }
    .row {
      display: block;
      margin-bottom: 10px;
    }
    .cell {
      display: block;
      width: 100%;
    }
  }

.header{
	font-weight:600;
}

#sctimst_play_btn{
	margin-top: -28px;
}
#sctimst_pause_btn{
	margin-top: -28px;
}