input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: white !important;
}

.role {
  text-size: 0.8em;
  padding: 3px 6px;
  background: #eee;
  border: 1px #ccc solid;
  border-radius: 3px;
}

