/* 
    Document   : TABLE
    Version    : 1.0    
    Author     : Greensky Ltd
    Description: Site Speecific Table CSS
*/

/*** TABLES : START ***/

#gui table {width:100%;max-width:100%;padding:0;margin:0 0 20px 0;color:#999;background-color:transparent;border-collapse:collapse;border-spacing:0;border:none;}
#gui tr {}
#gui th,#gui td {padding: 15px;line-height: 20px;text-align: left;vertical-align: top;border:none;white-space:normal;}
#gui th {font-weight: bold;color:#fff;background:none;}
#gui thead {}
#gui th:hover {}
#gui td {}
#gui caption {text-align:right;font-style:italic;}
#gui colgroup {}
#gui col {}
#gui thead {}
#gui tbody {}
#gui tfoot {}

#gui #gui_eab_interest {display:none;}
#gui .wpmudevevents-list {padding:0;}
#gui table .eab-calendar-title td {text-align:center;}
#gui table .eab-calendar-title td * {text-align:center;text-decoration:none;}
/* header */

#gui table thead {}
#gui table thead tr {}
#gui table thead th {font-weight:bold;font-size: 1.5rem;}
#gui table thead th p {font-weight:bold;}

/* rows */
#gui table tbody tr {border-top:1px solid #eaeaea;}
#gui table tbody tr:first-child {border-top:none;}
#gui table tbody tr td {}
#gui table tbody tr td p {}
#gui table tbody tr:hover td {}
#gui table tbody tr:hover td p {font-weight:bold;}

/* even rows */
#gui table tbody tr:nth-of-type(2n) td {background:#f6f6f6;}
#gui table tbody tr:nth-of-type(2n) td p {}
#gui table tbody tr:hover:nth-of-type(2n) td {}
#gui table tbody tr:hover:nth-of-type(2n) td p {}

#gui table tr th.no_bg {border:none; background:#fff;}
#gui table tr th.no_bg:hover {border:none; background:#fff;}

#gui .te_frame,#gui .te_frame td {border:none;}

/** BROWSER FIXES **/

/** OVERRIDES **/

/*** TABLES : END ***/