body { padding: 0; margin: 0; border: none; } footer { width: 100%; text-align: center; position:fixed; bottom: 0px; left: 0px; background: #aaaaaa; padding: 3px; } form { margin: 15px; float: left; padding: 15px; } #wordEntryForm { max-width: 400px; border: outset 3px; } label { display: block; margin-bottom: 10px; } label span { display: block; font-weight: bold; } input, textarea { display: block; padding-left: 5px; } #longDefinition { width: 350px; height: 200px; } #errorMessage, #updateConflictMessage, #settingsErrorMessage { display: block; color: red; font-weight: bold; } #dictionaryContainer { margin: 15px; width: 50%; min-width: 350px; float: left; } entry { display: block; width: 50%; min-width: 300px; padding: 10px 10px 3px; border: outset 3px; margin-bottom: 5px; } word { font-weight: bold; } partofspeech { font-style: italic; font-size: 10px; } shortdefinition { display: block; } longdefinition { display: block; margin-left: 20px; } .management { display: block; right: 5px; width: 100px; padding: 3px; border: inset 3px; margin: 10px; } .editButton, .deleteButton, .deleteConfirmButton, .deleteCancelButton { display: inline; font-size: 10px; font-weight: bold; cursor: pointer; margin: 5px; } .deleteConfirm { display: block; font-size: 10px; } #settingsBackgroundFade { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #aaaaaa; opacity: 0.75; } #settingsOptions { position: fixed; top: 10%; left: 10%; right: 10%; bottom: 10%; min-width: 350px; min-height: 500px; padding: 5px 5% 5%; overflow-y: auto; overflow-x: hidden; background: #ffffff; border-radius: 5px; border: 1px solid black; } #settingsButton, #settingsScreenCloseButton, #settingsSaveButtons button { float: right; cursor: pointer; font-size: 12px; font-weight: bold; } #settingsForm { width: 100%; padding: 0; margin: 0; } #dictionaryDescriptionEdit { width: 280px; height: 130px; } #settingsErrorMessage { float: right; clear: both; } #settingsSaveButtons { display: block; clear: both; width: 100%; } .settingsCol { display: block; float: left; width: 300px; margin: 0 30px 0 0; }