/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/


.iconblockprava div.term-icon
{
width: 200px;
}


.table-wrap {
  text-align: left;
  display: inline-block;
  background-color: #fff;
  padding: 0rem 0rem;
  color: #000;
  font-family: 'Poppins', sans-serif;
}
 table {
    border: 1px solid #fff;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table tr {
    border: 1px solid #fff;
    padding: 5px;
  }
  table th, table td {
    padding: 10px;
    text-align: left;
    border-right: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
  }
 
  table th {
    color: #fff;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
  }




