﻿.ribbon {
	margin: 0;
	padding: 0;
	flex: 0 0 6vh;
	align-items: center;
	min-height: 6vh;
	display: flex;
	font-size: 14px;
	color: white;
	background-color: cornflowerblue;
}

.spacer {
	margin: 0 0 5px 0;
}

.leftie {
	flex: 1;
	display: flex;
	align-items: center;
	margin-left: 5px;
}

.title {
	padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.leftie_spinner {
	margin: 1px 0 0 10px;
}
