/*
 Theme Name:   Divi - Max Mega Menu
 Description:  A child theme for Divi 3.0.66+
 Author:       Tom Hemsley
 Author URI:   https://www.maxmegamenu.com
 Template:     Divi
 Version:      1.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/** Relatively position the logo **/
.et_header_style_left div.logo_container {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.et_hide_primary_logo #main-header div.logo_container {
    display: none;
}

/** On smaller screens, make sure the menu is on a new line below the logo */
#mega-menu-wrap-primary-menu {
    clear: both;
}

/** On wider screens, float the menu over to the right of the logo **/
@media only screen and (min-width: 980px) {
    #mega-menu-wrap-primary-menu {
        float: right;
        clear: none;
    }

    .et_fullwidth_nav #mega-menu-wrap-primary-menu {
        float: none;
        clear: both;
    }
}

/** Make menu full width when both logo is hidden and full width nav is enabled */
.et_fullwidth_nav.et_hide_primary_logo #main-header .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}

/** Display secondary menu on mobiles **/
#top-header #et-secondary-nav,
#top-header #et-secondary-menu,
#top-header {
    display: inline-block !important;
}

.wpDataTablesWrapper table.wpDataTable tr.odd td{background-color: #DDDDDD !important;}

@media only screen and (max-width: 1060px) {
	.tab__table_responsive .wpDataTable{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.tab__table_responsive .wpDataTable tbody td{display:block;min-height:30px;font-size:12px}
	.tab__table_responsive .wpDataTable thead, .wpDataTable tfoot{display: none;}
	.tab__table_responsive .wpDataTable thead tr, .wpDataTable tfoot tr  {display: none;}
	.tab__table_responsive .wpDataTable td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.tab__table_responsive .et_pb_tab_3 .wpDataTable td {padding-left: 100px !important}
	.tab__table_responsive .wpDataTable td:before {position: absolute;top: 6px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:12px}
	/* -- LABEL THE DATA -- */
	.tab__table_responsive .et_pb_tab_2 .wpDataTable td:nth-of-type(1):before { content: "Date"; }
	.tab__table_responsive .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "Opponent"; }
	.tab__table_responsive .et_pb_tab_2 .wpDataTable td:nth-of-type(3):before { content: "Time"; }
	.tab__table_responsive .et_pb_tab_2 .wpDataTable td:nth-of-type(4):before { content: "Result"; }
	
	.tab__table_responsive .et_pb_tab_3 .wpDataTable td:nth-of-type(1):before { content: "Varsity"; }
	.tab__table_responsive .et_pb_tab_3 .wpDataTable td:nth-of-type(2):before { content: "Player Name"; }
	
	.tab__table_responsive_g .wpDataTable{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.tab__table_responsive_g .wpDataTable tbody td{display:block;min-height:30px;font-size:12px}
	.tab__table_responsive_g .wpDataTable thead, .wpDataTable tfoot{display: none;}
	.tab__table_responsive_g .wpDataTable thead tr, .wpDataTable tfoot tr  {display: none;}
	.tab__table_responsive_g .wpDataTable td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.tab__table_responsive_g .et_pb_tab_3 .wpDataTable td {padding-left: 100px !important}
	.tab__table_responsive_g .wpDataTable td:before {position: absolute;top: 6px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:12px}
	/* -- LABEL THE DATA -- */
	.tab__table_responsive_g .et_pb_tab_2 .wpDataTable td:nth-of-type(1):before { content: "Date"; }
	.tab__table_responsive_g .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "Game Opponent"; }
	.tab__table_responsive_g .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "location"; }
	.tab__table_responsive_g .et_pb_tab_2 .wpDataTable td:nth-of-type(3):before { content: "Time"; }
	.tab__table_responsive_g .et_pb_tab_2 .wpDataTable td:nth-of-type(4):before { content: "Match Type"; }
	
	.tab__table_responsive_g .et_pb_tab_3 .wpDataTable td:nth-of-type(1):before { content: "Varsity"; }
	.tab__table_responsive_g .et_pb_tab_3 .wpDataTable td:nth-of-type(2):before { content: "Player Name"; }
	
	
	/* base ball and boys bowling */
	
	.base__ball_page .wpDataTable{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.base__ball_page .wpDataTable tbody td{display:block;min-height:30px;font-size:12px}
	.base__ball_page .wpDataTable thead, .wpDataTable tfoot{display: none;}
	.base__ball_page .wpDataTable thead tr, .wpDataTable tfoot tr  {display: none;}
	.base__ball_page .wpDataTable td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.base__ball_page .et_pb_tab_3 .wpDataTable td {padding-left: 100px !important}
	.base__ball_page .wpDataTable td:before {position: absolute;top: 6px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:12px}
	
	.base__ball_page .et_pb_tab_2 .wpDataTable td:nth-of-type(1):before { content: "Date"; }
	.base__ball_page .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "Opponent"; }
	.base__ball_page .et_pb_tab_2 .wpDataTable td:nth-of-type(3):before { content: "Time"; }
	.base__ball_page .et_pb_tab_2 .wpDataTable td:nth-of-type(4):before { content: "Result"; }
	
	.base__ball_page .et_pb_tab_3 .wpDataTable td:nth-of-type(1):before { content: "Varsity"; }
	.base__ball_page .et_pb_tab_3 .wpDataTable td:nth-of-type(2):before { content: "Player Name"; }
	
	.table__set_detail .wpDataTables table{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.table__set_detail .wpDataTables tbody td{display:block;min-height:30px;font-size:12px}
	.table__set_detail .wpDataTables thead, .wpDataTable tfoot{display: none;}
	.table__set_detail .wpDataTables thead tr, .wpDataTable tfoot tr  {display: none;}
	.table__set_detail .wpDataTables td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.table__set_detail .et_pb_tab_3 .wpDataTables td {padding-left: 100px !important}
	.table__set_detail .wpDataTables td:before {position: absolute;top: 3px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:11px}
	
	.boys_track_table .et_pb_tab_2 .wpDataTables td:nth-of-type(1):before { content: "Date"; }
	.boys_track_table .et_pb_tab_2 .wpDataTables td:nth-of-type(2):before { content: "Opponent"; }
	.boys_track_table .et_pb_tab_2 .wpDataTables td:nth-of-type(3):before { content: "Time/Result"; }
	
	.boys_track_table .et_pb_tab_3 .wpDataTables td:nth-of-type(1):before { content: "Grade"; }
	.boys_track_table .et_pb_tab_3 .wpDataTables td:nth-of-type(2):before { content: "Player Name"; }
	.boys_track_table .et_pb_tab_3 .wpDataTables td:nth-of-type(3):before { content: "Varsity/JV"; }
	
	.boys_swimming_table .et_pb_tab_2 .wpDataTables td:nth-of-type(1):before { content: "Date"; }
	.boys_swimming_table .et_pb_tab_2 .wpDataTables td:nth-of-type(2):before { content: "Opponent"; }
	.boys_swimming_table .et_pb_tab_2 .wpDataTables td:nth-of-type(3):before { content: "Time"; }
	.boys_swimming_table .et_pb_tab_2 .wpDataTables td:nth-of-type(4):before { content: "Result"; }
	
	.boys_swimming_table .et_pb_tab_3 .wpDataTables td:nth-of-type(1):before { content: "Grade"; }
	.boys_swimming_table .et_pb_tab_3 .wpDataTables td:nth-of-type(2):before { content: "Player Name"; }
	.boys_swimming_table .et_pb_tab_3 .wpDataTables td:nth-of-type(3):before { content: ""; }
	
	/* boys and girls sooccer*/
	
	.boys_sooccer_table .et_pb_tab_2 .et_pb_tab_content{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.boys_sooccer_table .et_pb_tab_2 .et_pb_tab_content tbody td{display:block;min-height:30px;font-size:12px}
	.boys_sooccer_table .et_pb_tab_2 .et_pb_tab_content thead, .table__without_thead .et_pb_tab_content  tfoot{display: none;}
	.boys_sooccer_table .et_pb_tab_2 .et_pb_tab_content thead tr, .table__without_thead .et_pb_tab_content  tfoot tr  {display: none;}
	.boys_sooccer_table .et_pb_tab_2 .et_pb_tab_content td {border: none;border-bottom: 1px solid #eee;width:100%;white-space: inherit !important;word-wrap: break-word}
	
	.boys_sooccer_table .et_pb_tab_3 tr:nth-of-type(1){display:none}
	.boys_sooccer_table .et_pb_tab_3{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.boys_sooccer_table .et_pb_tab_3 tbody td{display:block;min-height:30px;font-size:12px}
	.boys_sooccer_table .et_pb_tab_3 thead, .boys_sooccer_table .et_pb_tab_3 tfoot{display: none;}
	.boys_sooccer_table .et_pb_tab_3 thead tr, .boys_sooccer_table .et_pb_tab_3 tfoot tr  {display: none;}
	.boys_sooccer_table .et_pb_tab_3 td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.boys_sooccer_table .et_pb_tab_3  td {padding-left: 100px !important}
	.boys_sooccer_table .et_pb_tab_3 td:before {position: absolute;top: 3px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:11px}
	
	.boys_sooccer_table .et_pb_tab_3 td:nth-of-type(1):before { content: "Grade"; }
	.boys_sooccer_table .et_pb_tab_3 td:nth-of-type(2):before { content: "Jersey"; }
	.boys_sooccer_table .et_pb_tab_3 td:nth-of-type(3):before { content: "Player Name"; }
	
	/*boys /girls  Golf and boy cross country */ 
	.boys_golf_table .et_pb_tab_2 .et_pb_tab_content{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.boys_golf_table .et_pb_tab_2 .et_pb_tab_content tbody td{display:block;min-height:30px;font-size:12px}
	.boys_golf_table .et_pb_tab_2 .et_pb_tab_content thead, .boys_golf_table .et_pb_tab_content  tfoot{display: none;}
	.boys_golf_table .et_pb_tab_2 .et_pb_tab_content thead tr, .boys_golf_table .et_pb_tab_content  tfoot tr  {display: none;}
	.boys_golf_table .et_pb_tab_2 .et_pb_tab_content td {border: none;border-bottom: 1px solid #eee;width:100%;white-space: inherit !important;word-wrap: break-word}
	
	.boys_golf_table .et_pb_tab_3{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.boys_golf_table .et_pb_tab_3 tr:nth-of-type(1){display:none}
	.boys_golf_table .et_pb_tab_3 tbody td{display:block;min-height:30px;font-size:12px}
	.boys_golf_table .et_pb_tab_3 thead, .boys_golf_table .et_pb_tab_3 tfoot{display: none;}
	.boys_golf_table .et_pb_tab_3 thead tr, .boys_golf_table .et_pb_tab_3 tfoot tr  {display: none;}
	.boys_golf_table .et_pb_tab_3 td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.boys_golf_table .et_pb_tab_3  td {padding-left: 100px !important}
	.boys_golf_table .et_pb_tab_3 td:before {position: absolute;top: 3px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:11px}
	
	.boys_golf_table .et_pb_tab_3 td:nth-of-type(1):before { content: "Grade"; }
	.boys_golf_table .et_pb_tab_3 td:nth-of-type(2):before { content: "Player Name"; }
	
	
	.archery_table_page .et_pb_tab_1 .wpDataTable td:nth-of-type(1):before { content: "Date"; }
	.archery_table_page .et_pb_tab_1 .wpDataTable td:nth-of-type(2):before { content: "Opponent"; }
	.archery_table_page .et_pb_tab_1 .wpDataTable td:nth-of-type(3):before { content: "Time"; }
	.archery_table_page .et_pb_tab_1 .wpDataTable td:nth-of-type(4):before { content: "Result"; }
	
	.archery_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(1):before { content: "Varsity"; }
	.archery_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "Player Name"; }
	
	/* electric sports */
	
	.esports_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(1):before { content: "Week"; }
	.esports_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "Date"; }
	.esports_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(3):before { content: "School"; }
	.esports_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(4):before { content: "Result"; }
	
	.esports_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(1):before { content: "Game"; }
	.esports_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(2):before { content: "Player"; }
	.esports_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(3):before { content: "Position"; }
	
	
	.girls_volleyball_table_page .et_pb_tab_content {table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.girls_volleyball_table_page .et_pb_tab_content tbody td{display:block;min-height:30px;font-size:12px}
	.girls_volleyball_table_page .et_pb_tab_content thead, .girls_volleyball_table_page tfoot{display: none;}
	.girls_volleyball_table_page .et_pb_tab_content thead tr, .girls_volleyball_table_page tfoot tr  {display: none;}
	.girls_volleyball_table_page .et_pb_tab_content td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.girls_volleyball_table_page .et_pb_tab_content td {padding-left: 100px !important}
	.girls_volleyball_table_page .et_pb_tab_content td:before {position: absolute;top: 3px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:11px}
	
	.girls_volleyball_table_page .et_pb_tab_2 tr:nth-of-type(1), .girls_volleyball_table_page .et_pb_tab_3 tr:nth-of-type(1){display:none}
	.girls_volleyball_table_page .et_pb_tab_2 td:nth-of-type(1):before { content: "Date"; }
	.girls_volleyball_table_page .et_pb_tab_2  td:nth-of-type(2):before { content: "Time"; }
	.girls_volleyball_table_page .et_pb_tab_2 td:nth-of-type(3):before { content: "Location"; }
	.girls_volleyball_table_page .et_pb_tab_2 td:nth-of-type(4):before { content: "Team"; }
	.girls_volleyball_table_page .et_pb_tab_2 td:nth-of-type(4):before { content: "Match Type"; }
	
	.girls_volleyball_table_page .et_pb_tab_3  td:nth-of-type(1):before { content: "Grade"; }
	.girls_volleyball_table_page .et_pb_tab_3 td:nth-of-type(2):before { content: "Jersey"; }
	.girls_volleyball_table_page .et_pb_tab_3 td:nth-of-type(3):before { content: "Player"; }
	
	
	/* girls_track_table_page */
	
	.girls_track_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(1):before { content: "Week"; }
	.girls_track_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "Date"; }
	.girls_track_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(3):before { content: "School"; }
	.girls_track_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(4):before { content: "Result"; }
	
	.girls_track_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(1):before { content: "Game"; }
	.girls_track_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(2):before { content: "Player"; }
	.girls_track_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(3):before { content: "Position"; }
	
	.girls_tennis_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(1):before { content: "Date"; }
	.girls_tennis_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "Opponent"; }
	.girls_tennis_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(3):before { content: "Time/Result";}
	
	.girls_tennis_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(1):before { content: "Grade"; }
	.girls_tennis_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(2):before { content: "Player"; }
	.girls_tennis_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(3):before { content: "Varsity/JV"; }
	
	
	/* girls wsimming and soft ball*/
	.girls_swimming_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(1):before { content: "Date"; }
	.girls_swimming_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(2):before { content: "Opponent"; }
	.girls_swimming_table_page .et_pb_tab_2 .wpDataTable td:nth-of-type(3):before { content: "Time/Result";}
	
	.girls_swimming_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(1):before { content: "Varsity"; }
	.girls_swimming_table_page .et_pb_tab_3 .wpDataTable td:nth-of-type(2):before { content: "Player"; }
	
	.girls_basketball_table .et_pb_tab_2 .wpDataTables td:nth-of-type(1):before { content: "Date"; }
	.girls_basketball_table .et_pb_tab_2 .wpDataTables td:nth-of-type(2):before { content: "Opponent"; }
	.girls_basketball_table .et_pb_tab_2 .wpDataTables td:nth-of-type(3):before { content: "Time"; }
	.girls_basketball_table .et_pb_tab_2 .wpDataTables td:nth-of-type(4):before { content: "Result"; }
	
	.girls_basketball_table .et_pb_tab_3 .wpDataTables td:nth-of-type(1):before { content: "Varsity"; }
	.girls_basketball_table .et_pb_tab_3 .wpDataTables td:nth-of-type(2):before { content: "Player"; }
	
	
	.athletic_records_table .et_pb_tab_0 .et_pb_tab_content, .athletic_records_table .et_pb_tab_1 .et_pb_tab_content, .athletic_records_table .et_pb_tab_2 .et_pb_tab_content, .athletic_records_table .et_pb_tab_4 .et_pb_tab_content{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.athletic_records_table .et_pb_tab_0 .et_pb_tab_content tbody td, .athletic_records_table .et_pb_tab_1 .et_pb_tab_content tbody td, .athletic_records_table .et_pb_tab_2 .et_pb_tab_content tbody td, .athletic_records_table .et_pb_tab_4 .et_pb_tab_content tbody td{display:block;min-height:30px;font-size:12px}
	.athletic_records_table .et_pb_tab_content thead, .athletic_records_table .et_pb_tab_content  tfoot{display: none;}
	.athletic_records_table .et_pb_tab_content thead tr, .athletic_records_table .et_pb_tab_content  tfoot tr  {display: none;}
	.athletic_records_table .et_pb_tab_0 .et_pb_tab_content td, .athletic_records_table .et_pb_tab_1 .et_pb_tab_content td, .athletic_records_table .et_pb_tab_2 .et_pb_tab_content td, .athletic_records_table .et_pb_tab_4 .et_pb_tab_content td {border: none;border-bottom: 1px solid #eee;width:100%;white-space: inherit !important;word-wrap: break-word}
	
	.athletic_records_table .et_pb_tab_3{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.athletic_records_table .et_pb_tab_3 tr:nth-of-type(1){display:none}
	.athletic_records_table .et_pb_tab_3 tbody td{display:block;min-height:30px;font-size:12px}
	.athletic_records_table .et_pb_tab_3 thead, .athletic_records_table .et_pb_tab_3 tfoot{display: none;}
	.athletic_records_table .et_pb_tab_3 thead tr, .athletic_records_table .et_pb_tab_3 tfoot tr  {display: none;}
	.athletic_records_table .et_pb_tab_3 td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.athletic_records_table .et_pb_tab_3  td {padding-left: 100px !important}
	.athletic_records_table .et_pb_tab_3 td:before {position: absolute;top: 3px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:11px}
	
	.athletic_records_table .et_pb_tab_3 td:nth-of-type(1):before { content: "Event"; }
	.athletic_records_table .et_pb_tab_3 td:nth-of-type(2):before { content: "Time"; }
	.athletic_records_table .et_pb_tab_3 td:nth-of-type(3):before { content: "Athlete(s)"; }
	.athletic_records_table .et_pb_tab_3 td:nth-of-type(4):before { content: "Year"; }
	
	.general_records_table .et_pb_tab_3{table-layout:fixed !important;overflow:hidden !important;width:100% !important}
	.general_records_table .et_pb_tab_3 tr:nth-of-type(1){display:none}
	.general_records_table .et_pb_tab_3 tbody td{display:block;min-height:30px;font-size:12px;text-align:left}
	
	.general_records_table .et_pb_tab_3 thead, .general_records_table .et_pb_tab_3 tfoot{display: none;}
	.general_records_table .et_pb_tab_3 thead tr, .general_records_table .et_pb_tab_3 tfoot tr  {display: none;}
	.general_records_table .et_pb_tab_3 td {border: none;padding-left: 80px !important;border-bottom: 1px solid #eee;position: relative;width:100%;white-space: inherit !important;word-wrap: break-word}
	.general_records_table .et_pb_tab_3  td {padding-left: 100px !important}
	.general_records_table .et_pb_tab_3 td:before {position: absolute;top: 3px; left: 6px;padding-right: 10px;white-space: nowrap;font-weight:bold;font-size:11px}
	
	
	.general_records_table .et_pb_tab_3 td:nth-of-type(1):before { content: "Year"; }
	.general_records_table .et_pb_tab_3 td:nth-of-type(2):before { content: "Name"; }
	.general_records_table .et_pb_tab_3 td:nth-of-type(3):before { content: "College Name"; }
	.general_records_table .et_pb_tab_3 tbody td[colspan="3"]{text-align:center;padding-left: 0px !important}
	.general_records_table .et_pb_tab_3 tbody td[colspan="3"]:before{content:''}
	
	
	
}