.info-button-content {
  font-size: 14px;
  text-align: left;
  background-color: #2b2b2b;
  margin: 10px;
  padding: 8px 16px;
  border-radius: 8px;
  color: %color:On Surface%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.info-button-data {
  font-family: monospace;
  color: #fff;
  background-color: #373737;
  padding: 2px 4px;
  border-radius: 4px;
}

.anvil-role-info_button {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 40px;
  opacity: 50%;
  transition: all ease 0.5s;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  background-color: rgba(0,0,0,0);
  border-width: 0;
  display: inline-block;
  margin-left: 7px;
  color: #fff;
}

.anvil-role-info_button:hover {
  opacity: 100%;
  cursor: pointer;
}
