/*
Theme Name: YoureOnline
Theme URI: https://www.youreonline.nl
Description: Divi Child Theme
Author: YoureOnline
Author URI: https://www.youreonline.nl
Template: Divi
Version: 0.1
*/



table,
tr,
td {
	border: none !important;
}

td {
	padding: 5px 0 !important;
	margin-bottom: 10px !important;
}

div.label {
	color: #FFF;
	background-color: #b30742;
	text-align: center;
	border-radius: 10px;
	
	opacity: 0.85;
	transition: opacity 0.3s ease-out;
}

div.label.orange {
	background-color: #eb960e;
}


tr:hover div.label {
	opacity: 1;
}