.anvil-role-block {
  width: 100px; 
  height: 100px;
  /* Copied from Card */
  overflow: hidden;
  border-radius: 2px;
  background-color: white;
  padding: 4px 4px;
  /* 2dp */  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.anvil-role-block-descr {
  color: darkgrey;
  font-size: 90%;
  line-height: 90%;
  padding-top: 0px;
}

.anvil-role-listbutton > .btn {
  width: 100%; 
/*   height: 100px; */
/*   padding: 4px 4px; */
}