/*************************
  Object Info GLB Buttons
**************************/
.glb-object-info-buttons {
  display: block;
  float: right;
  white-space: nowrap;
}
button.glb-object-info-btn {
  padding: 2px 6px 2px 6px;
}
button.glb-object-info-btn img {
  width: 16px;
  height: 16px;
}
button.glb-object-info-btn-grey {
  opacity: 0.4;
}