/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
#booked-profile-page .booked-tabs{
	display: flex;
    flex-wrap: wrap;
}
#booked-profile-page .booked-tabs li{
	width: 33.33%;
}
body #booked-profile-page ul.booked-tabs li a{
	height: 100% !important;
}
#booked-profile-page .booked-tabs .edit-button{
width: 100%;	
}
#booked-profile-page .booked-tabs li .counter{
	text-align:center;
}
@media(max-width:500px){
	#booked-profile-page .booked-tabs li{
	width: 100%;
}
	
}