/* ========= basic =========*/
a:link {
	text-decoration: none;
}

body {
	font-family: 'Acme', sans-serif;
	font-weight: lighter;
}

.text-black {
	color: black;
}

.text-white {
	color: white;
}

.text-red {
	color: red;
}

.img-profil {
	border-radius: 20%;
}

.pb-10 {
	padding-bottom: 9rem !important;
}

/* ========= end basic =========*/

/* ========= fieldset =========*/
fieldset.scheduler-border {
	border: solid 1px #DDD !important;
	padding: 0 10px 10px 10px;
	border-bottom: none;
}

legend.scheduler-border {
	width: auto !important;
	border: none;
	font-size: 16px;
}

/* ========= end fieldset =========*/
