* {
	background-repeat: no-repeat;
}

table.responsive td.no_left_padding {
	padding-left: 0;
}

@media only screen and (max-width: 767.9px) {
	body.table_essential .hide_mobile_essential,
	.show_desktop,
	.show_tablet,
	.hide_mobile {
		display: none !important;
	}
	
	.mobile_full_width {
		width: 100% !important;
	}
	
	body.table_scroll table.responsive td .show_mobile {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.hide_tablet,
	.show_desktop,
	.show_mobile {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	.show_tablet,
	.show_mobile,
	.hide_desktop {
		display: none !important;
	}
}

@media only screen and (max-width: 767.9px) {
	.hide_mobile {
		display: none;
	}
}

@media only screen and (max-width: 1023.9px) {
	.show_1024 {
		display: none; 
	}
}

body {
	safe-area-inset-left: 0;
	safe-area-inset-right: 0;	
}