.users-header {
	font-size: 24px;
	color: darkorange;
}

.users-table {
	height:100%;
}

.user-pic {
  top: 3px;
  position: relative;
  display: inline-block;
  background-image: url('/img/profile_placeholder.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
  border-radius: 20px;
}

#scanscan-user-add {
	background: darkorange;
}

#scanscan-user-add .material-icons {
	font-size: 24px;
}

span.scanscan-add-user-label {
	margin-left: 10px;
	font-size: larger;
}

