/*
Theme Name: Helo Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1629209101
Updated: 2021-08-17 17:05:01

*/

body{
font-family: var( --e-global-typography-text-font-family ), Arial;
color: var( --e-global-color-text );
margin:0;
font-size:17px;
}
a {
    color: var( --e-global-color-accent);
    text-decoration: none;
}
.ticky {
  list-style: none;
  padding-bottom: 10px;
}
.ticky li{
  padding-bottom: 10px;
}

.ticky li:before {
  content: '✓ ';
  color: var( --e-global-color-4f4e5b83 );
}
.button{
      color: var( --e-global-color-6b317634 ) !important;
  background-color: var( --e-global-color-239ceecc) !important;
}

table {
    width: 100%;
}
table,td {
    border: 1px solid var( --e-global-color-b3cc22b) !important;
    border-collapse: separate;
    border-spacing: 0;
    padding: 10px;
}