button.btn.btn-primary{
	background-color: #21a4c8 !important;
	border: 1px solid #21a4c8;
}

.profile-card{
	border: 1px solid #dfdfdf;
	background-color: #fff;
	border-radius: 10px;
}

.profile-card .profile-image{
	width: 126px;
}

.profile-card .xname{
	font-size: 1.2rem;
	font-weight: bold;
}

.profile-card .xtags .tag{
font-size: 0.8rem;
  background-color: #6f6aa4;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
}

.faceted-form{
		border: 1px solid #dfdfdf;
	background-color: #fff;
	border-radius: 10px;
}

.submit-warnings div{
background-color: #ffdb97;
  color: #000;
  padding: 10px 40px;
  border-radius: 7px;
  margin-top: 8px;
}

a.btn{
	z-index: 90000 !important;
}
button.btn{
	z-index: 90000 !important;
}
input{
	z-index: 90000 !important;
}