div[id^="c"].frame {
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  
  max-width: none !important;
  min-width: 0 !important;
  width: auto !important;

  font-family: inherit !important;
  font-size: inherit !important;
  
  border: initial !important;
  border-radius: initial !important;
  padding: initial !important;
  background: initial !important;
}