


.table thead th {
	vertical-align: middle;
	
}

.table .thead-dark th {
	background-color: #04478B;
	border-color: transparent;
}

.table .ui-image {
	width: 20%;
}

.table .ui-description {
	width: 50%;
}

.table .ui-quantity {
	width: 15%;
	text-align: center;
}

.table .ui-price {
	width: 15%;
	text-align: center;
}

.table-hover tbody tr {
	transition: background 0.2s cubic-bezier(.04,.52,0,1);
}

.table-hover tbody tr:hover {
    background-color: rgba(253,202,64,.2);
}
