/*.person {
	border: 1px solid black;
}*/

body {
	background: url('/images/background.jpg') no-repeat center center fixed;
	background-size: cover;
}


.total-price {
	font-size: 1.1em;
}

.title {
	transition: opacity 0.2s;
	display: inline-block;
	background-color: #fff;
	padding: 10px 33px;
	max-width: 80%;
	font-size: 40px;
	line-height: 40px;
	color: #455c73;
	box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.33);
	border: 0.5px solid #fefefe;
	font-weight: normal;
	margin-bottom: 20px;
}

.pushbutton {
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	background: url('/images/button.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

.pushbuttonscore {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	align-items: center; /* Vertical */
	justify-content: center; /* Horizontal */
	font-size: 30px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}


.overviewpushbutton {
	position: relative;
	width: 140px;
	height: 120px;
	display: inline-block;
	margin-right: 0px;
}

.overviewpushbutton > .image {
	position: absolute;
	top: 0;
	left: 20px;
	width: 100px;
	height: 100px;
	background: url('/images/button.png') no-repeat center center;
	background-size: contain;
}

.overviewpushbutton > .score {
	font-weight: bold;
	color: white;
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.overviewpushbutton > .name, .overviewpushbutton > .userid {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.overviewpushbutton > .name {
	font-weight: bold;
}

.overviewpushbutton > .userid {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 10px;
}
