/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

.netby-lokale-shortcode .netby-table-wrapper thead .netby-row {
	height: 64px !important;
	background: #eee !important;
}

.netby-lokale-shortcode .netby-table-wrapper thead .netby-row .netby-header-cell {
	font-weight: 700 !important;
	color: #000000 !important;
	font-family: Open Sans,Arial,sans-serif !important;
	font-size: 15px !important;
	text-align: center !important;
	padding: 8px !important;
	background: #eee !important;
	border: 0 !important;
}

.netby-lokale-shortcode .netby-table-wrapper thead .netby-row .netby-header-cell .netby-ch div {
	font-weight: 700 !important;
	color: #000000 !important;
	font-family: Open Sans,Arial,sans-serif !important;
	font-size: 15px !important;
}

.netby-lokale-shortcode .netby-table-wrapper thead .netby-row .netby-header-cell .netby-ch div sup {
	font-size: 10px !important;
}

.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row {
	padding: 8px !important;
	background: #fff !important;
	vertical-align: middle !important;
	color: #000000 !important;
	font-family: Open Sans,Arial,sans-serif !important;
	font-size: 15px !important;
	text-align: center !important;
	height: 39px !important;
	border: 0 !important;
}

.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row .netby-cell div {
	color: #000000 !important;
	font-size: 15px !important;
	font-family: Open Sans,Arial,sans-serif !important;
	text-align: center !important;
}

.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row .netby-cell div a {
	color: #000000 !important;
	font-size: 15px !important;
	font-family: Open Sans,Arial,sans-serif !important;
	text-decoration: underline !important;
}

.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row:nth-child(even) .netby-cell {
	background: #eee !important;
}

.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row sup {
	font-size: 10px !important;
}
  
@media (max-width: 767px) {
	.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row .netby-cell {
	    text-align: left !important;
	}
	
	.netby-lokale-shortcode table {
		border: 0 !important;
	}
	
	.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row {
		height: unset !important;
		border: 1px solid #eee !important;
        box-shadow: unset !important;
        border-radius: 0 !important;
		margin-top: 14px !important;
	}
	
	.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row:nth-child(even) {
		background: #eee !important;
	}
	
	.netby-lokale-shortcode .netby-table-wrapper tbody .netby-table-row .netby-cell div {
		text-align: left !important;
	}
}