body{
  background-color: white;
  font-family: verdana, arial, helvetica, sans-serif;
}

h1{
  font-size: 10pt;
  color: black;
  background-color: #CCF8CE;
  text-transform: capitalize;
}

span.entity {
  font-size: 8pt;
  color: blue;
}

span.attribute {
  font-size: 8pt;
  color: green;
}

span.group {
  font-size: 8pt;
  color: orange;
  font-weight: bold;
}

div.sticky_pad {
  position: relative;
  border: solid;
  border-width: 1px; 
  border-color: black;
}

img.action_button {
  position: relative;
  border: solid; 
  border-width: 1px; 
  border-color: white;
}