/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Webgato
Version: 1.0

*/

.user-logged-in .show-logged-out {
    display: none !important;
}

.user-logged-out .show-logged-in {
    display: none !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: unset;
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: unset;
}

table td, table th {
	border: unset
}

table thead:first-child tr:first-child th { 
	border: unset;
}