.adList>tbody{
	cursor:pointer;
}

.adList>tbody>tr:hover{
	background-color:#4c4c4c;
	color:white;
}

.sudoButton{
	margin-top:20px;
	margin-bottom:20px;
	padding: 10px 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: solid black 2px;
	border-radius: 4px;
}

.padder {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.deleted-bidder {
    background-color: #585454;
    color: white;
}

.controlCenterDeleteIcon{
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	text-align: center;
	display:inline-block;
}

.listStatusPause{
	font-size: 30px;
	padding-right:10px;
	z-index:5;
}

.listStatusIcon{
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.listStatusIcon:hover{
	color:black;
	text-shadow:none;
}

.listStatusIconStack:hover{
	color:#FFB300;
	text-shadow:none;
}