.details table thead td 
{
	font-weight: 400;
    font-size: 1.5rem;
    text-decoration: underline;
}
.details .recentOrders table tr 
{
	color: var(--black1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.623);
	border-left: 1px solid rgba(0,0,0,0.1);
}

.details .recentOrders table tbody tr:hover 
{
	background: var(--blue);
	color: var(--white);
}
.details .recentOrders table tr td 
{
	padding: 10px;
	border-left: 1px solid rgba(0,0,0,0.1);
	
}
.details .recentOrders table tr td:last-child 
{
	text-align: justify;
	width: 25%;
}

.details .recentOrders table tr td:nth-child(1)
{
	text-align: justify;
	width: 	25%;
	background: transparent;
}

.details .recentOrders table tr td:nth-child(2)
{
	text-align: justify;
	width: 	25%;
	background: transparent;
}
.details .recentOrders table tr td:nth-child(3)
{
	text-align: justify;
	width: 	25%;
}
.details .recentOrders table tr td:nth-child(4)
{
	text-align: justify;
	width: 	25%;
	background: transparent;
}

.glossary-td
{
	background: transparent !important;
}