/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
main{
	padding-top:0px;
}
.page-template .page-header{
	display:none;
}
.tablepress {
    --text-color: #111;
    --head-text-color: var(--text-color);
    --head-bg-color: #f2f2f2;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #fff;
    --even-text-color: var(--text-color);
    --even-bg-color: #f9f9f9;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: 0.5rem;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%
}
.tablepress a{
	color:#9e1b2e;
}
.tablepress td {
    border: 1px solid #a2a2a2;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(162, 162, 162);
}
.tablepress thead th {
  border-bottom: 1px solid #ddd;
}
.tablepress th {
  border: 1px solid #a2a2a2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(162, 162, 162);
  text-transform: uppercase;
}