/*
Theme Name: Twenty Twenty childtheme
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Websystems
Author URI: https://www.websystems.pt
Template: twentytwenty
Description: Twenty Twenty childtheme.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

th, td {
  padding: 6px;
   text-align:left !important;
   font-family:Arial, Verdana;
   color:#555555;
}

th{
    font-size:16px;
}
td{
    font-size:12px;
}
table{
    width:98%;
    margin:0px;
   
}
table, th, td {
  border: 1px solid #dadada;
  border-collapse: collapse;
}
tr:nth-child(even) {
  background-color: #D6EEEE;
}

#ws_form_login{
    display:none;
}