/*
Theme Name: FutureLab Child Theme
Theme URI: https://www.futurelab.co.nz
description: FutureLab Child theme
Author: FutureLab
Author URI: https://www.futurelab.co.nz
Template: futurelab-base-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.futurelab.co.nz
*/

#entries_table {
    margin-left: auto;
    margin-right: auto;
}
#entries_table tr th {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: lightsteelblue;
}
#entries_table tr td {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
body .gform_wrapper .gfield_visibility_hidden{
    visibility: visible;
    position: relative;
    left: 0;
    display: none;
}