<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

body table.booked-calendar .booked-appt-list {
	padding: 30px 10px 10px !important;
}

body .booked-calendar-wrap {
	margin: 3px !important;
}

body table.booked-calendar td .date .number {
	border-radius: 0px;
}

/* Lists */
#page-content .liste ul,
#page-content .liste-neg ul {
  list-style: none;
  padding: 0;
  margin-left: 1.5em;
}

#page-content .liste li,
#page-content .liste-neg li {
  padding-left: 0em;
}

#page-content .liste li:before {
  content: "\f067"; /* FontAwesome Unicode */
  font-family: fontawesome;
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #614f62;
}

#page-content .liste-neg li:before {
  content: "\f067"; /* FontAwesome Unicode */
  font-family: fontawesome;
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #f5999d;
}

.l-section.color_primary a, .l-section.color_secondary a {
	color: #f5999d;
}</pre></body></html>