#alert_boxes {
	margin-left: 45vw;
}

/* Messages for DB */
.alert-box {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	z-index: 99;
	position: relative;
	flex: 1;
}

.updated {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	position: relative;
	width: 10vw;
	font-weight: bold;
}

.ready {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	display: none;
	width: 10vw;
}

.failure {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	display: none;
	width: 10vw;
}

.gathering {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	display: none;
	width: 10vw;
}

label.markup {
	position: absolute;
	padding: 0.5em;
	color: #666;
	background: white;
	opacity: 0.9;
	border: 1px solid #adb5bd;
	border-radius: 0 15px 15px 15px;
	z-index: 1;
}

label.markup:hover {
	z-index: 2;
}

label.markup img.arrow {
	position: absolute;
	left: -10px;
	top: -10px;
}

label.markup img.thumbnail {
	border-radius: 10px;
}
