#options {
	display: -webkit-flex;
	display: flex;
	white-space: nowrap;
	color: #777;
	margin-bottom: 10px;
}

#options .info {
	-webkit-flex: 1;
	flex: 1;
}

#options .metrics {
	text-align: right;
}