div.unlimitedfield_remove_button {
  float: right;
  border: 1px solid #888;
  padding: 1px 6px;
  cursor: pointer;
  background: buttonface;
 /* -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;*/
    margin-right: 40px;
    margin-bottom: 20px;
		align-items: flex-start;
    text-align: center;
		color: buttontext;		
    -webkit-appearance: push-button;
    -webkit-user-select: none;
    white-space: pre;
}