/* 
Theme Name:		 hello-elementor-child
Theme URI:		 http://childtheme-generator.com/
Description:	 hello-elementor-child is a child theme of hello-elementor, created by ChildTheme-Generator.com
Author:			 Gianluca Tappatà
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/


.body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background-color: #a92929;
    margin: 0;
    padding: 0;
}


input[type=date], 
input[type=email], 
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text], 
input[type=url],
select, 
textarea {
    border: 1px solid #dedede !important;

}

table.dataTable thead th {
    border: none!important;
}
table.dataTable  td {
    border-left: none!important;
    border-right: none!important;
}
 
table.dataTable tfoot th {
    border-top: 1px solid  #111;
}