#choosePres div {
	margin: 0 5px 5px 5px; 
	padding: 12px; 
	font-size: 1.2em; 
	background-color: #f0f0f0;
}
#choosePres div:hover {
	cursor: pointer;
}
#sortable { 
	margin: 0; 
	padding: 0; 
}
#sortable div { 
	margin: 0 5px 5px 5px; 
	padding: 12px; 
	font-size: 1.2em; 
	background-color: #f0f0f0;
	
}
.ui-state-highlight { 
	height: 71px !important; 
	width: 500px; 
	margin-bottom: 15px; 
	background-color: #fffaa1 !important;
}
#sortable div:hover {
	cursor: move;
	color: #dc102c;
}
#RankCounter {
	font: bold 12pt verdana; 
	display: inline-block;
	height: 60px; 
	padding: 15px 10px 10px 10px;
	background-color:#fff3b5; 
	width: 300px; 
	border: solid 1px #d1d1d1;
	float: right;
	text-align: center;
	position: sticky;
	top: 0;
	visibility: hidden;
}