/*
Theme Name: Goose
Theme URI: https://bonefarm.com/
Author: Bonefarm Creations
Author URI: https://bonefarm.com/
Description: Goose Theme by Bonefarm Creations
Version: 1.1.2 
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goose
Tags: goose
*/

@import url('css/style.css');
.pp-box .elementor-image-box-content {padding:20px;}


.pp_table table {
  border-collapse: collapse;
  width: 100%;
	font-family: "Roboto", Sans-serif;
}

.pp_table td,.pp_table th {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 15px 15px;
	font-weight:300;
}
.pp_table th {font-weight:600;}

.pp_table tr:nth-child(even) {
  background-color: #f1f1f1;
}
.pp_table tr td:nth-child(1) {
	font-weight:600;
	width:50%;
}


@media only screen and (max-width: 767px) {

.pp_table table {
	font-size:0.7em;
	line-height:1.2em;
}
	
	
	
	
}