
.profile-select button {
	padding: .5em 2em;
	border: dashed 1px #999;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.profile-select button.selected {
	border: solid 1px #999;
}

.profile-select button:hover {
	background-color: #bbb;
	border-color: #bbb;
	color: #fff !important;
}

.profile-select button.empty {
	color: #999;
	font-style: italic;
}