

#closed-sales-title{
	font-weight: bold;
	font-style: italic;
	margin-top: 1rem;
	font-size: 0.75rem;
}

#catalouge-header td{
	/*background: #84ADE9 !important;*/
	background: #EEE !important;
	padding: 0.25rem;
	padding-left: 0.5rem;
	font-weight: bold;
}

#catalouge-sales td{
	padding: 0.25rem 0;
    padding-left: 0.5rem;
    font-size: 0.75rem;
    border-top: 2px solid white;
    line-height: 1rem;
}
#catalouge-sales tr td{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#catalouge-sales tr:hover td{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: rgba(50,100,200,0.4);
}

#catalouge-title{
	font-weight: bold;
	font-size: 1.2rem;
}