/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: none;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.label {
background: #FFE59B;
color : #A67B00;
text-transform : uppercase;
font-size: 12px !important;
font-weight: bold;
border-radius: 5px;
padding: 8px 8px 8px 8px !important;
}
.label-hard {
background: #ffb3b3;
color : #b70000;
text-transform : uppercase;
font-size: 12px !important;
font-weight: bold;
border-radius: 5px;
padding: 8px 8px 8px 8px !important;
}
.button-main {
background: #00881C;
color : #FFFFFF;
text-transform : uppercase;
font-size: 12px !important;
font-weight: bold;
border-radius: 10px;
padding: 8px 8px 8px 8px !important;
}
.button-secondary {
border: 3px solid #00881C;
color : #00881C;
text-transform : uppercase;
font-size: 12px !important;
font-weight: bold;
border-radius: 10px;
padding: 8px 8px 8px 8px !important;
}
.mark {
background: #CFD4FF;
color : #1B2787;
text-transform : uppercase;
font-weight: bold;
border-radius: 5px;
}
@media screen and (max-width:767px) {
	.divTable{
	display: block !important;
	width: 100%;}
	.divTableRow {
	display: block !important;}
	.divTableCell, .divTableHead {
	border: none;
	display: block !important;
	padding: 3px 10px;}
}