body {
	margin: 3em;
}

#save-button, #created-scheduled-events-button {
	float: right;
	margin-left: 10px;
}

#saving-indicator {
	float: right;
}

.track-image  {
	width: 100px;
}

.tab-content {
	padding: 20px;
}

.prize-controls {
	width: 30px;
	position: absolute;
	right: -30px;
	top: 0px;
}

.prize-row {
	margin-right: 0px;
}

.jqtl-event-node {
	transition: none;
	opacity: 1;
}

.jqtl-side-index>[class^="jqtl-side-index-"] {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 1px; /* bit hacky - attempt to work around turning on border-box, below */
}

.jqtl-sticky-left {
	box-sizing: border-box !important;
}

.jqtl-event-node {
	border: 1px solid #ccc;
}

.cursor-pointer {
  cursor: pointer;
}

#config-buttons {
	margin-top: -2px;
	margin-right: -9px;
}

.json-editor-btn-delete {
	background: rgb(220, 53, 69);
}

#timeline-zoom {
	width: 150px;
	float: right;
	margin: 5px 5px;
}
.private-event-qr-code {
	float: right;
	width: 100px;
	height: 100px;
	background: red;
}