/*
 Theme Name: HealthCoach Child
 Theme URI: https://stylemixthemes.com/
 Description: Health Coach Child Theme
 Author: Stylemix Themes
 Author URI: https://stylemixthemes.com/
 Template: healthcoach
 Version: 1.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain: healthcoach-child
*/


#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
    width: 100%;
}
#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #005f7f;
    display: inline-block;
}
#clockdiv div > span{
    padding: 20px;
    display: inline-block;
	font-size: 65px;
}
.smalltext {
    font-size: 20px;
    margin-top: 10px;
}
.event_heading {
	font-size: 34px;
    line-height: 75.5312px;
}
.evnt1 {
    font-size: 18px;
    color: #005f7f;
    font-weight: bold;
}
.desc1 {
    font-size: 12px;
    padding-top: 25px;
}

#event-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

#event-table td, #event-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#event-table tr:nth-child(even){background-color: #f2f2f2;}

#event-table tr:hover {background-color: #ddd;}

#event-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #005f7f;
  color: white;
  width: 200px;
}
td.firstTd {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #05769c;
    color: white;
	font-weight: bold;
}
.table_content {
    text-align: center !important;
	font-weight: bold;
}
.click_in {
    text-decoration: underline;
    color: #ffb04e !important;
    font-weight: bold;
    cursor: pointer;
}