.ds_center {
	text-align: center;
}

.logged-in .logged_in_hide {
	display: none;
}
.logged-out .logged_out_hide {
	display: none;
}
body[data-elementor-device-mode="desktop"] .desktop_hide {
	display: none;
}

/* leaderboard */

.leaderboard_table {
	display: table;
	width: auto;
	max-width: 100%;
	margin: auto;
	border-collapse: collapse;
}
.leader_row {
	display: table-row;
}
.leader_cell {
	display: table-cell;
	vertical-align: top;
	padding: 5px;	
	font-size: 1.0rem;
	/*font-weight: 500; */
	border-bottom: solid 1px #ccc;	
}
.leader_row .leader_cell:first-child {
	padding-right: 20px;
	text-align: center;	
}
.leader_row .leader_cell:nth-child(2) {
	padding-right: 20px;
	white-space: nowrap;
}
.leader_row .leader_cell:nth-child(3) {
	padding-right: 20px;
	white-space: nowrap;
}


/* points earned popup */

#ds_points_earned_popup {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -200px;
	width: 350px;
	height: auto;
	padding: 20px 30px 50px 30px;
	background: #fff;
	text-align: center;	
	border: solid 1px #ccc;
	border-radius: 2px;
	box-shadow: 0 0 10px #000;
	z-index: 9999;
	display: none;
}
@media screen and (max-width: 400px){
	#ds_points_earned_popup {
		left: 0px;
		margin-left: 0px;
		margin:15px;
		width: 90%;
		height: 360px;
	}
}
#ds_points_earned_title {
	font-size: 28px;
	font-weight: 500;
	margin-top: -200px;
}
#ds_points_earned_close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 35px;
	width: 35px;
	background-image: url(/wp-content/plugins/vario-scavenger-hunt/img/close.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* gravity forms */

.gfield_description {
	padding-top: 0px !important;
}

/* report */

.ds_report {
	display: table;
	margin: auto;
}
.ds_report_row {
	display: table-row;
}
.ds_report_cell {
	display: table-cell;
	padding: 5px 15px;
}
.ds_report_row:nth-child(odd) .ds_report_cell {
	background: #f5f5f5;
}

.post-password-form {
	margin: auto;
	padding: 100px;
}
.post-password-form [type=submit] {
	vertical-align: bottom;
}