@charset "utf-8";
.col .card .card-header.text-center {
	border-radius: 5em;

}

.col-12.text-center.p-2 .list-group.list-group-flush .list-group-item {
	background-color: #00000000;
	border: none;
}

.btn:hover {
	background-color: #535927;
	opacity: 0.75;
	color: white;
}
.row .col-12 .card {
	background-color: #00000000;
	border: none;
}
tr td .bi {
	display: block;
}



@media only screen and (max-width: 440px) {
.card .card-header.text-center.bg-white.rounded-bottom-5 h3 {
	font-size: 1em;
}
.col-md-6.col-12 .text-center.my-5 .d-grid.gap-2.col-3.mx-auto.btn.btn-LightGreen.btn-lg {
	width: 8em;
}


	
}
