#lots-list-print{
	pointer-events: none;
}

#lots-list-print tbody:nth-of-type(even) .table-row {
    /* background-color: #E1E1E1; */
    background-color: #eee;
}
#lots-list-print tbody:nth-of-type(odd) .table-row {
    /* background-color: #E1E1E1; */
    background-color: #ccc;
}


#lots-list-print tbody:nth-of-type(even) .lot-details-row div{
	/*background-color: #E1E1E1;*/
	background-color: #eee;
}
#lots-list-print tbody:nth-of-type(odd) .lot-details-row div{
	/*background-color: #F1F1F1;*/
	background-color: #ccc;
}

#lots-list-print tbody:nth-of-type(even) .lot-details{
	/*background-color: #E1E1E1;*/
	background-color: #eee;
}
#lots-list-print tbody:nth-of-type(odd) .lot-details{
	/*background-color: #F1F1F1;*/
	background-color: #ccc;
}

#lots-list-print div{
	border: none;
}
#lots-list-print table{

}
.row-break{
	height: 3px;
}

#lots-list-print tbody .lot-details{
}

#lots-list-print .table-row td {
	padding: 0.1rem;
	padding-left: 0.25rem;
	font-size: 0.75rem;
	border: 1px solid lightgrey;
	height: 1.5rem;
}
#lots-list-print .lot-details-row td{
	border: 1px solid lightgrey;
}

#lots-list-print .lot-details-row.visible-true{
	height: 1.5rem;
}
#lots-list-print .lot-details-row.visible-true div{
	height: 1.5rem;
}


#lots-list-print{
	margin-top: 1rem;
}

#lots-list-print .lot-icons{
	margin-top: 0;
	height: auto;
    width: auto; 
}

.print-notes{
	font-style: italic;
}

#lots-list-print .closed-text{
	text-shadow: none;
	color: black;
	margin-top:0.3rem;
}

.show-detail-print{
	float: right;
	text-decoration: underline;
	color: #3366BB;
	font-size: 0.75rem;
	font-style: italic;
    padding-top: 1.75rem;
    margin-top: -1rem;
}
.show-detail-print:hover{
	cursor: pointer;
	color: #0645AD;
}
#lots-list-print #control-buttons{
	pointer-events: all;
}

#printed-time-header{
	font-weight: bold;
	font-size: 0.75rem;
	margin-bottom: 0.25rem;
    margin-top: -1rem;
}

#lots-list-print .bid-closed{
    top: 0;
}
#lots-list-print .sold-text{
	text-shadow: none;
	color: black;
	margin-top: 0.3rem;
}


#print-details-legend{
	padding-top: 1rem;
	font-weight: bold;
	width: 100%;
}