/* Box-Sizing CSS */
.selector-for-some-widget {
	box-sizing: content-box;
}
.card-header {
	background-color: rgb(221, 218, 218) !important;
	color: black !important;
}
#back-to-top {
	position: fixed;
	bottom: 5px;
	left: 5px;
	background-color: #f5c6cb !important;
	color: #721c24 !important;
}