.table-responsive {
	overflow-x: auto; /* Adds a horizontal scrollbar when the screen is too small */
	width: 100%; /* Ensures the container takes up the full width of its parent */
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

td{
	padding-left: 5px;
}

table {
	width: 100%;
}

.actions{
	width: 1.5%;
	text-align: center;
	margin: 0 auto;
	padding-left: 0;
}

.amount{
	width: 12%;
	text-align: center;
}

.img{
	width: 5%;
	padding: 5px;
}

.alert{
	color: darksalmon;
}