/*
 Theme Name:     Divi Child Theme
 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
------------------------------------------------------- */
table.gensun-table tr th {
    border: 2px solid #000;
    background-color: #F4671B;
    color: white;
    padding: 3px;
    font-size: 15px;
}
table.gensun-table tr td {
    border: 2px solid #000;
	text-align: center;
    font-size: 15px;
	padding: 0px 10px;
}
table.gensun-table{
	width:100%;
}
table.gensun-table td:first-child {
    background-color: #012776;
    color: white;
	padding:0;
	line-height: 1.2;
}
table.gensun-table tr th:first-child {
    background-color: transparent;
    border: none;
}
@media screen and (max-width:900px){
	.gensun-table-box{
		overflow:scroll;
	}
}
#video-play-id{
	position:relative;
	background: black;
	cursor:pointer;
}
#video-play-id img{
	transition-duration: 0.5s;
}
#video-play-id:hover img{
	opacity: 0.5;
}
#video-play-id:before{
	font-family: ETmodules;
    content: "\49";
    color: white;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,-50%);
	font-size: 100px;
}
#video-play-id.no-play:before{
	display:none;
}