body {
	margin: 3em;
}

.track-image img 
{
	width: 200px;
}

#save-button
{
	float: right;
}

#saving-indicator
{
	float: right;
}

#back-button
{
	float: left;
	margin-right: 10px;
}

#nav 
{
	float: right;
}

#event-table td
{
	vertical-align: middle;
}

#results-table td 
{
	vertical-align: middle;
}

.event-list-track-image 
{
	height: 40px;
	float: left;
	padding-right: 5px;
}



#page-options
{
	float: right;
}

label
{
	padding-left: 5px;
}

.event-buttons
{
	float: right;
}

.finished-event
{
	background-color: #FFAAAA;
}

.started-event
{
	background-color: #AAFFAA;
}

#event-table
{
	margin-top: 10px;
}

.pagination-buttons 
{
	text-align: center;
}


.track-image
{
	width: 200px;
}

#favourites-table *
{
	vertical-align: middle;
}

.prize-image
{
	height: 1.5em;
}


.audit-prize-image
{
	height: 2.5em;
}

.audit-rarity-image
{
	height: 2.5em;
}

#leaderboard-table td
{
	padding: 5px;
}

.tab-content 
{
	padding: 20px;
}

.section-header
{
	font-size: 2em;
	font-weight: bold;
	padding-top: 0.5em;
}



/* user info */
.info-section {
	display: block;
	margin-bottom: 15px;
	padding: 15px;
	background: #EEE;
	border-radius: .25rem;
	break-inside: avoid-column;
}

#user-info-content {
	column-count: 2;
}

.user-banned {
	background: #FF0000;
	color: #FFF;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	font-size: 0.9em;
}

.user-redirected {
	background: #00AA00;
	color: #FFF;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	font-size: 0.9em;
}

#ban-button, #unban-button {
	float: right;
	display: none;
}

#redirect-button {
	float: right;
	margin-right: 10px;
}

.subtle {
	color: #999;
}

#track-list 
{

}

.track-list-item .track-image
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.track-list-item {
	border: 1px solid #CCC;
	border-radius: 5px;
	float: left;
	margin: 5px;
	padding: 8px;
	width: 300px;
	height: 410px;
	background: #F3F3FF;
}

.track-list-item-scrollable-area {
	overflow-y: auto;
	height: 142px;
	padding-bottom: 5px;
	font-size: 0.9em;
}

.track-id {
	float: right;
}

.track-image-container {
	position: relative;
}
.event-feature-info {
	color: white;
	background: green;
	border: 1px solid #99FF99;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	margin-right: 5px;
	margin-top: 5px;
	white-space:nowrap;
	font-size: 0.9em;
	float: right;
	position: absolute;
	right: 5px;
	top: 5px;
}

.track-warning, .track-error {
	color: white;
	background: red;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: 5px;
	white-space:nowrap;
	display:inline-block;
	font-size: 0.9em;
}

.track-error {
	background: red;
}

.track-warning {
	background: #EEAA00;
}

.play-create-button, .delete-button, .add-button {
	float: right;
	margin-left: 5px;
}
.track-name {
	font-size: 1.0em;
	width: 160px;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

#vehicle-preview {
	height: 2em;
}

#qrcode img {
	display: block;
	max-width:100%;
	width: auto;
	height: auto;
}


.used-in-event {
	background-image: linear-gradient(#88CC88, #F3F3FF 10%);
	border: 2px solid #77AA77;

}


.toggle.btn {
	min-width: 4rem; /* seems a bit too narrow by default to fit the 'off' text */
}

.award-prize-image {
	height: 3em;
}

.country-flag {
	height: 1em;
}