.hidden { display: none !important; } /* Overwritting header size */ #document_name > input { width: calc(100% - 100px) !important; } /* Button UI style */ #bratFastModeUI { float: right; cursor: pointer; font-size: 0.7em; padding: 3px; color: white; border-radius: 5px; } #bratFastModeUI.desactivate { background-color: #940000; border: solid 1px #b30101; } #bratFastModeUI.activate { background-color: #0e7b21; border: solid 1px #025d15; } .targetWordSelection { color: red !important; font: bold; } /* Trigger word style */ .triggerWord { fill: #ffa604; text-decoration: underline; font-weight: bold; }