/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* the_schedule - on home page */
.training_schedule_title {
	padding: 10px;
	text-align: center;
	font-size: 1.8em;
}

td.training_schedule_time {
	background-color: #dcdcdc;
	font-size: .9em;
}

th.training_schedule_time {
	text-align: center;
}

hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: black; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

.martial_art_description {
	font-size: .9em;
}

h2.martial_art_title {
	color: #2c3092;
	text-align:center;
}